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



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

Answer / guest

Cause: 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.

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

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-06809: TLI Driver: could not clear the IPX ethernet SAP at init

1 Answers  


ORA-25467: table alias not specified

1 Answers  


UDI-00052: incorrect Data Pump client for operation: string

1 Answers  


ORA-02230: invalid ALTER CLUSTER option

1 Answers  


RMAN-08093: specifying current controlfile for proxy backup

1 Answers  






ORA-14106: LOGGING/NOLOGGING may not be specified for a clustered table

1 Answers  


ORA-30991: cannot use DOM to add special attribute to schema-based parent

1 Answers  


ORA-13607: The specified task or object string already exists

1 Answers  


ORA-26103: V6 or V7 data file used to create control file

1 Answers  


ORA-14098: index mismatch for tables in ALTER TABLE EXCHANGE PARTITION

1 Answers  


ORA-26513: push error: master proc. string$RP.string failed for trans:string seq:string

1 Answers  


DRG-10836: field section and attribute section can not be nested

1 Answers  


Categories