PCC-00115: Array required here
Cause: In an ARRAYLEN statement, the name of a previously declared host array was not specified. The first host variable in an ARRAYLEN statement must be an array. The second host variable, which specifies an array dimension, must be a 4-byte integer. The correct syntax follows: EXEC SQL ARRAYLEN host_array (dimension); The ARRAYLEN statement must appear in the Declare Section along with, but somewhere after, the declarations of host_array and dimension.
Action: Check the spelling of both identifiers in the ARRAYLEN statement. If necessary, supply the missing host array name.
PCC-00116
Custom Search


More Oracle errors
LFI-00104Read operation failed.
ORA-44412Invalid ACL: Cyclic ACL inheritance is not allowed
DRG-12400template string is empty
ORA-19016attributes cannot occur after element specifications
ORA-10997another startup/shutdown operation of this instance inprogress
ORA-01077background process initialization failure
ORA-30753column or table string is substitutable
IMG-020042FF04 - incorrect feature list specification
DIA-48154reached end of file for alert log
NZE-29028Server verification failure when using SSL 2.0
ORA-13918Updating system alert with reason_id string failed; previous alert not found
ORA-13623The recommendation string is not valid for task string.
ORA-14645STORE IN clause cannot be specified for Range List objects
QSM-01070equivalence class manager was not found
RMAN-06062can not backup SPFILE because the instance was not started with SPFILE
ORA-39056invalid log file specification.
ORA-28007the password cannot be reused
ORA-10877error signaled in parallel recovery slave string
ORA-10863Control behavior of buffered background operations
PGU-30304TIP generation warning: string name truncated to string characters




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
PCC-00115Array required here