Oracle Error Message
ORA-14146: Old CONNECT BY does not support partitioned tables
Reason for the Error
The query used the old CONNECT BY clause on a partitioned object.
Solution
Disable old CONNECT BY by disabling the _old_connect_by_enabled parameter.