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-31163: element or attribute "string" has invalid attribute value "string" (should be "string")

1 Answers  


ORA-22992: cannot use LOB locators selected from remote tables

1 Answers  


QSM-02127: not supported for this type mv by Oracle version at master site

1 Answers  


ORA-29348: You must specify the datafiles to be plugged in

1 Answers  


ORA-14129: INCLUDING INDEXES must be specified as tables have enabled UNIQUE constraints

1 Answers  






TNS-00027: INTCTL: Could not resolve Navigator's name/address

1 Answers  


ORA-14280: all rows in table do not qualify for specified subpartition

1 Answers  


ORA-12599: TNS:cryptographic checksum mismatch

1 Answers  


ORA-38312: original name is used by an existing object

3 Answers  


PLS-00719: only widening of attribute 'string' constraints is allowed

1 Answers  


ORA-38955: Source platform string not cross platform compliant

1 Answers  


ORA-29273: HTTP request failed

1 Answers  


Categories