Database Error Messages

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:

  1. Remove the QUALIFY clause from the query block.
  2. Remove the MODEL clause from the query block.