Database Error Messages

ORA-62509

illegal use of RUNNING or FINAL in MATCH_RECOGNIZE clause

Cause

An attempt was made to use RUNNING or FINAL in MATCH_RECOGNIZE. RUNNING or FINAL can only be used on aggregate/FIRST/LAST. FINAL aggregate/FIRST/LAST is not allowed in the DEFINE clause.


Action

Modify the query and retry the operation.