PLS-00721: 'string' formed a non-REF mutually-dependent
cycle with 'string'



PLS-00721: '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

PLS-00909: object string is not declared or insufficient privileges to access object string

1 Answers  


RMAN-06483: changed datafile copy expired

1 Answers  


DRG-11876: When Your Are Connected, You Can Log In

1 Answers  


ORA-19037: XMLType result can not be a fragment

1 Answers  


ORA-02191: correct syntax is: SET TRANSACTION USE ROLLBACK SEGMENT <rbs>

1 Answers  






NNL-01064: Statistic counter reset interval: string

1 Answers  


ORA-30465: supplied run_id is not valid: string

1 Answers  


ORA-26508: null materialized view connection

1 Answers  


PCC-00147: DBMS=V6 no longer supported; using DBMS=NATIVE

1 Answers  


ORA-06129: NETTCP: unable to transfer socket ownership to ORASRV

1 Answers  


PLS-00415: 'string' is an OUT parameter and cannot appear in a function

1 Answers  


PLS-00311: the declaration of "string" is incomplete or malformed

2 Answers  


Categories