Database Error Messages

ORA-14146

Older version of CONNECT BY does not support partitioned tables.

Cause

Attempted to use the CONNECT BY clause on a partitioned table, but the version of the CONNECT BY feature used by the parameter settings does not support partitioned tables.


Action

Modify the statement to avoid using CONNECT BY on a partitioned table, or modify the parameter settings to use the default, newer version of CONNECT BY which supports partitioned tables.