HomeOracleOracle Error PLS-00507: a PLSQL Table may not contain a table or a record with composite fields

Oracle Error PLS-00507: a PLSQL Table may not contain a table or a record with composite fields

Oracle Error Message

PLS-00507: a PLSQL Table may not contain a table or a record with composite fields

Reason for the Error

In a TABLE type definition, a nested record type was specified as the element type. This is not allowed. All fields in the record must be scalars.

Solution

Remove the TABLE type definition, or replace the nested record type with 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...