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
PCB-00320VARYING host variable "string" is an Oracle extension
EXP-00086Primary key REFs in table "string"may not be valid on import
RMAN-06444error creating string
ORA-02717osnpfs: incorrect number of bytes written
ORA-31398DBMS_LDAP: Shared servers are not supported.
QSM-01343general inline view rewrite not possible on remote objects
OCI-21600path expression too long
ORA-08122Online (re)build of index rolled back due to DML conflict
ORA-12415A column of another datatype exists on the specified table
ORA-55326rules index (string) create attempt failed: string
ORA-56500DRCP: Pool not found
ORA-32612invalid use of FOR loop
ORA-12210TNS:error in finding Navigator data
LFI-00005Free some memory failed in string.
ORA-27211Failed to load Media Management Library
ORA-25444invalid ROWID: string for table alias: string
ORA-19687SPFILE not found in backup set
ORA-10575Give up restoring recovered datafiles to consistent state: out of memory
ORA-32302object materialized views must be object ID based
ORA-00820Specified value of sga_max_size is too small, needs to be at least stringM




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)