ORA-04055: Aborted: "string" formed a non-REF
mutually-dependent cycle with "string".



ORA-04055: Aborted: "string" formed a non-REF mutually-dependent cycle with "string&..

Answer / guest

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).

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-06773: TLI Driver: error reading command

1 Answers  


PLS-00375: illegal GOTO statement; this GOTO cannot branch to label 'string'

1 Answers  


ORA-07820: sspscn: SYS$CRELNM failure

1 Answers  


DRG-12210: error while adding section string

1 Answers  


PCC-00133: Command line option MODE=ANSI required with option NLS_LOCAL=YES

1 Answers  






ORA-30687: session terminated by debugger

1 Answers  


ORA-28178: password not provided by proxy

1 Answers  


ORA-13011: value is out of range

1 Answers  


ORA-12542: TNS:address already in use

1 Answers  


DRG-11616: URL store: too many redirections trying to access string

1 Answers  


ORA-00359: logfile group string does not exist

1 Answers  


ORA-01560: LIKE pattern contains partial or illegal character

2 Answers  


Categories