HomeOracleOracle Error PLS-00511: a record may not contain a PL/SQL table of records

Oracle Error PLS-00511: a record may not contain a PL/SQL table of records

Oracle Error Message

PLS-00511: a record may not contain a PL/SQL table of records

Reason for the Error

n a RECORD definition, one of the fields was declared as a PL/SQL table of records. This is not allowed. A record can be the component of another record (that is, records can be nested), but a PL/SQL table of records cannot be the component of a record.

Solution

Remove the field declaration, or revise it to specify a simple record 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...