SQL-02141: Collection descriptor has not been allocated
Cause: An unallocated collection descriptor was referenced in a COLLECTION SET or COLLECTION GET statement.
Action: Allocate the collection descriptor with the EXEC SQL ALLOCATE statement. e.g. EXEC SQL ALLOCATE :coldesc_p;
SQL-02142
Custom Search


More Oracle errors
ORA-00204error in reading (block string, # blocks string) of control file
DRG-10506table does not exist: string
NNC-00405network failure
ORA-27005cannot open file for async I/O on device not supporting async
ORA-32004obsolete and/or deprecated parameter(s) specified
RMAN-10026network error number-number occurred registering connection
ORA-00021session attached to some other process; cannot switch session
DIA-48210Relation Not Found
CLSD-01615voting device hang at 50% fatal, termination in number ms, disk (number/string)
ORA-16128User initiated stop apply successfully completed
ORA-16831operation disallowed on this standby database type
ORA-32741Hang analysis already going on
ORA-32640FOR LIKE loops are not allowed for multi-byte character types
QSM-00775the specified SQL statement cannot be stored in the workload due to invalid table references
RMAN-06506the MAXSETSIZE option cannot be used with a backup backup set
ORA-09318slkhst: unable to host out to operating system
ORA-12841Cannot alter the session parallel DML state within a transaction
ORA-01164MAXLOGFILES may not exceed string
ORA-27145insufficient resources for requested number of processes
PCC-02339host variables cannot be of union types




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
SQL-02141Collection descriptor has not been allocated