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-23302application raised communication failure during deferred RPC
PGU-42027in line number of file string as follows
ORA-25191cannot reference overflow table of an index-organized table
ORA-06549PL/SQL: failed to dynamically open shared object (DLL): string:string
PGU-35008failure to close cursor string for statement string: rc string
PROC-00008Cannot perform cluster registry operation because one of the parameters is invalid.
ORA-01656max # extents (string) reached in cluster string.string
ORA-38864cannot create a guaranteed restore point with user specified SCN or time.
RMAN-06503skipping backup set key string; already backed up on string
SQL*Loader-00257TERMINATED BY EOF option not valid with ENCLOSED BY option
ORA-06793TLI Driver: server cannot create new process
ORA-01212MAXLOGMEMBERS may not exceed string
ORA-24344success with compilation error
ORA-14151invalid table partitioning method
IMG-00561input format does not support channel selection
RMAN-06496must use the TO clause when the database is mounted or open
QSM-01205query rewrite not possible when query has slave SQL
ORA-32142maximum number of iterations exceeded
RMAN-06188cannot use command when connected to a mounted target database
ORA-00271there are no logs that need archiving




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
ORA-00000normal, successful completion
RMAN-08132WARNING: cannot update recovery area reclaimable file list
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