PLS-00117: Duplicate connect-by clause in table expression
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.
PLS-00118
Custom Search


More Oracle errors
ORA-12477greatest lower bound resulted in an invalid OS label
RMAN-08010channel string: specifying datafile(s) in backup set
TNS-12202TNS:internal navigation error
ORA-40253no target counter examples were found
ORA-15216missing or invalid user group name
ORA-56608DRCP: Server Group feature is not supported
ORA-09889osnTXtt: access error on oracle executable
ORA-39777data saves are not allowed when loading lob columns
IMG-020112FF11 - unsupported image format conversion specified
SQL*Loader-00603Maximum length number of column string is too big for bind array
ORA-24002QUEUE_TABLE string does not exist
ORA-26049Unscoped REF column has non-existent table name.
ORA-25317Propagation stopped because of instance shutdown
ORA-60014invalid MAXSIZE storage option value
RMAN-08094channel string: specifying datafile(s) for proxy restore
ORA-32339cannot alter materialized view with the PMOP
NZE-29026Decryption failure
ORA-22876this user-defined type is not allowed or it cannot be used in this context
RMAN-06744specification does not match any datafile copy in the repository
ORA-32163Method called on Invalid Environment type




TOP 20 Oracle errors
ORA-12504TNS:listener was not given the SERVICE_NAME in CONNECT_DATA
RMAN-20079full resync from primary database is not done
ORA-14411The DDL cannot be run concurrently with other DDLs
ORA-14760ADD PARTITION is not permitted on Interval partitioned objects
ORA-10877error signaled in parallel recovery slave string
ORA-32701Hang detected
ORA-00838Specified value of MEMORY_TARGET is too small, needs to be at least stringM
ORA-16665timeout waiting for the result from a database
ORA-16957SQL Analyze time limit interrupt
ORA-16664unable to receive the result from a database
RMAN-08132WARNING: cannot update recovery area reclaimable file list
ORA-00000normal, successful completion
ORA-16766Redo Apply is stopped
ORA-00837Specified value of MEMORY_TARGET greater than MEMORY_MAX_TARGET
RMAN-08137WARNING: archived log not deleted as it is still needed
DIA-48122error with opening the ADR block file [string] [string]
ORA-47988password should contain at least one numeric and one alphabetic character
IMP-00057Warning: Dump file may not contain data of all partitions of this table
ORA-00001unique constraint (string.string) violated
ORA-55508Invalid input to Flashback Transaction Backout




Your own TOP 20 Oracle errors
PLS-00117Duplicate connect-by clause in table expression