ORA-04055: Aborted: "string" formed a non-REF mutually-dependent cycle with "string".
Cause: This compilation was aborted because the library unit that was compiled would have formed a non-REF mutually-dependent cycle with some other library units. This happens when an attempt is made to compile types that have attributes of other types that may participate in a cycle with this type. Example: create type t1; create type t2 (a t1); create type t1 (a t2);
Action: Break the cycle (possibly by adding a REF or by using another type).
ORA-04060
Custom Search


More Oracle errors
ORA-13974string with name "string" already exists
ORA-36902(XSAGDNGL43) In AGGMAP workspace object, the MODEL workspace object is not a model over a base dimension of the AGGMAP.
ORA-41006session id not specified
QSM-00766a SQL statement is required for the current workload operation
ORA-03235max # extents (string) reached in table string.string subpartition string
PLS-00126selector ALL is not allowed
DRG-12409syntax error for label in string
ORA-16704cannot modify a read-only property
ORA-39129Object type string not imported. Name conflicts with the master table
NNF-01003DCE could not find cell name
ORA-13215window object is out of range
ORA-26694error while enqueueing into queue string.string
ORA-41001session id list not specified
OCI-31054The string operator cannot have an ancillary operator
ORA-16248RFS connections not permitted during Terminal Apply
SQL*Loader-00462error inserting LOB into column string, row number, table string
ORA-29760instance_number parameter not specified
ORA-39954DEFERRED is required for this system parameter
ORA-28048database is a member of multiple enterprise domains in OID
ORA-37006(AWLISTALL04) number writers




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
ORA-04055Aborted: "string" formed a non-REF mutually-dependent cycle with "string".