HomeOracleOracle Error PLS-00721: ‘string’ formed a non-REF mutually-dependent cycle with ‘string’

Oracle Error PLS-00721: ‘string’ formed a non-REF mutually-dependent cycle with ‘string’

Oracle Error Message

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

Reason for the Error

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

Solution

Break the cycle (possibly by adding a REF or by using another type).

Share:

Leave a Reply

You May Also Like

Oracle Error Message CLSGN-32767: Internal error. Reason for the Error An unexpected error occurred. Solution Examine the message(s) that accompany...
Oracle Error Message CLSGN-00211: OCR batch operation failed. string Reason for the Error Setting a set of Oracle Cluster Registry...
Oracle Error Message CLSGN-00210: failed to get value for OCR key “string”. string Reason for the Error It was not...