PLS-00117: Duplicate connect-by clause in table expression



PLS-00117: Duplicate connect-by clause in table expression..

Answer / guest

Cause: Two or more CONNECT BY clauses were found in a SELECT
statement. The CONNECT BY clause defines a relationship used
to return rows in a hierarchical order. The relationship can
contain two expressions separated by a relational operator
(such as = or !=), but a statement can contain only one
CONNECT BY clause.

Action: Remove one of the CONNECT BY clauses and, if
necessary, separate expressions by a relational operator.

Please add more information about this Error

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-13025: polygon does not close

1 Answers  


RMAN-04032: using contents of file string

1 Answers  


ORA-14621: cannot add subpartition when DEFAULT subpartition exists

1 Answers  


ORA-12699: Native service internal error

1 Answers  


ORA-19555: invalid LOG_ARCHIVE_MIN_SUCCEED_DEST parameter value

1 Answers  


ORA-32304: materialized views with user-defined types cannot use prebuilt table

1 Answers  


PLS-00726: MODIFY ELEMENT is supported only on schema-level varray and nested tables

1 Answers  


ORA-00050: operating system error occurred while obtaining an enqueue

1 Answers  


QSM-01126: query rewritten with set operator materialized view, string

1 Answers  


ORA-02309: atomic NULL violation

1 Answers  


ORA-13007: an invalid HEX character was detected

1 Answers  


ORA-19763: compatibility version string is higher than maximum allowed: string

1 Answers  


Categories