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

Your email address will not be published. Required fields are marked *

You May Also Like

Oracle Error Message ORA-24328: illegal attribute value Reason for the Error The attribute value passed in is illegal. Solution Consult...
Oracle Error Message ORA-01346: LogMiner processed redo beyond specified reset log scn Reason for the Error LogMiner has detected a...
Oracle Error Message ORA-13241: specified dimensionality does not match that of the data Reason for the Error An error occurred...