ORA-03035
QUALIFY clause and MODEL clause used in the same query block
Cause
The QUALIFY clause is not supported with MODEL clause in the same query block.
Action
Do one of the folllowing:
- Remove the QUALIFY clause from the query block.
- Remove the MODEL clause from the query block.