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
DRG-11830Length Required
ORA-16400quota attributes are not allowed with DB_RECOVERY_FILE_DEST
TNS-01060The password has has been set to: string
PGU-00378an item has to be selected before help can be sought for it
ORA-07270spalck: setitimer error, unable to set interval timer.
ORA-29977Unsupported column type for query registration in guaranteed mode
ORA-39085cannot update job string for user string
ORA-38787Creating the first guaranteed restore point requires mount mode when flashback database is off.
ORA-02815Unable to attach shared memory
NCR-03015NCRO: No transport address
SQL*Loader-00706Bad argument to ulerr [number].
ORA-00991only MAC privileges may be granted to procedures
ORA-04020deadlock detected while trying to lock object stringstringstringstringstring
ORA-22632AnyDataSet parameter is not valid for the current operation
ORA-13434GeoRaster metadata cellRepresentation error
SQL-02129Fetched number of bytes is odd.
ORA-37156(string)
ORA-29471DBMS_SQL access denied
ORA-34179(MXCHGDCL20) workspace object is not a PARTITION TEMPLATE.
PLS-00555default expressions are not allowed for SQL operators




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