SQL-02126: Count of array elements cannot be negative (i.e. < 0)
Cause: The precompiler found a negative number of array elements in the the N or F element of the SQLDA (SQL Descriptor Area, which is used with dynamic SQL Method 4). Before executing the DESCRIBE statement, N must be set to the dimension of the descriptor arrays. After executing the DESCRIBE statement, N must be reset to the actual number of variables DESCRIBEd, which is stored in the F variable.
Action: Check that the N or F variables are set to non-negative values.
SQL-02127
Custom Search


More Oracle errors
EXP-00003no storage definition found for segment(number, number)
TNS-02401gbname string too long, allowed number characters
OCI-31006Path name segment length string exceeds maximum length string
ORA-29657class defined in EXTERNAL NAME clause is used in another subtype
ORA-54539cannot process the geometry(s) for this operation
LPX-00755missing required argument "~s"
NNO-00261cannot construct configuration checkpoint file name
IMG-00559invalid frame number
RMAN-03000recovery manager compiler component initialization failed
ORA-14068TABLESPACE and TABLESPACE_NUMBER may not be both specified
TNS-12600TNS: string open failed
ORA-44710Malformed XLIFF document: string
ORA-07261spdde: kill error, unable to send signal to process.
PGU-41092data name string or specified version (number) of data name string does not exist
ORA-10852Enable tracing for Enqueue Dequeue Operations
PGU-41137too many version requests; maximum of number allowed
ORA-39238XML node attribute differences are not supported.
ORA-31528could not find change set string for CDC subscription string
NZE-29023The buffers are not empty.
ORA-39164Partition string was not found.




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-02126Count of array elements cannot be negative (i.e. < 0)