PLS-00511: a record may not contain a PL/SQL table of records
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.
PLS-00513
Custom Search


More Oracle errors
ORA-16719unable to query V$ARCHIVE_DEST fixed view
ORA-26725cannot downgrade apply handlers
ORA-32407cannot exclude new values when materialized view log includes new values
RMAN-00701SCRIPT requires that CATALOG be specified on the command line
ORA-01668standby database requires DROP option for offline of data file
ORA-16608one or more databases have warnings
PCC-02344Host variable array size mismatch. Using minimum: number
ORA-19909datafile string belongs to an orphan incarnation
ORA-02446CREATE TABLE ... AS SELECT failed - check constraint violated
RMAN-06519backup will never be obsolete
PLS-00425in SQL, function argument and return types must be SQL type
ORA-03136inbound connection timed out
ORA-55313SDO_RDF_TRIPLE_S constructor failed to process triple containing bNode
OCI-00602internal programming exception
ORA-24028cannot create a reciever non-repudiable single consumer queue
NNO-00306server shutdown countdown aborted
NNL-00932Requests refused, type syntax mismatch: number
PLS-00238external parameter name string not found in formal parameter list
PCB-00630Host variable is not of LOB type
ORA-19718length for command id longer than string




TOP 20 Oracle errors
ORA-12504TNS:listener was not given the SERVICE_NAME in CONNECT_DATA
RMAN-20079full resync from primary database is not done
ORA-14411The DDL cannot be run concurrently with other DDLs
ORA-14760ADD PARTITION is not permitted on Interval partitioned objects
ORA-10877error signaled in parallel recovery slave string
ORA-32701Hang detected
ORA-00838Specified value of MEMORY_TARGET is too small, needs to be at least stringM
ORA-16665timeout waiting for the result from a database
ORA-16957SQL Analyze time limit interrupt
ORA-16664unable to receive the result from a database
RMAN-08132WARNING: cannot update recovery area reclaimable file list
ORA-00000normal, successful completion
ORA-16766Redo Apply is stopped
ORA-00837Specified value of MEMORY_TARGET greater than MEMORY_MAX_TARGET
RMAN-08137WARNING: archived log not deleted as it is still needed
DIA-48122error with opening the ADR block file [string] [string]
ORA-47988password should contain at least one numeric and one alphabetic character
IMP-00057Warning: Dump file may not contain data of all partitions of this table
ORA-00001unique constraint (string.string) violated
ORA-55508Invalid input to Flashback Transaction Backout




Your own TOP 20 Oracle errors
PLS-00511a record may not contain a PL/SQL table of records