Database Error Messages

ORA-32499

Operation is not supported on older version of CONNECT BY clause.

Cause

The statement attempted to combine an older version of the CONNECT BY clause with an operation that the older version does not support.


Action

Replace the use of the older version of the CONNECT BY clause with one for the current version and retry.