Database Error Messages

OCI-62521

MATCH_RECOGNIZE is not supported on lateral views.

Cause

An attempt was made to use MATCH_RECOGNIZE on a lateral view, which was not supported.


Action

Remove MATCH_RECOGNIZE from the query or do not use a lateral view.