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

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

Cause: n a RECORD definition, one of the fields was declared as a PL or 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 or SQL table of records cannot be the component of a record.

Action: Remove the field declaration, or revise it to specify a simple record type.

No comments:

Post a Comment