PCC-00117: Invalid ARRAYLEN length variable type
Cause: A valid array dimension was not specified in an ARRAYLEN statement. The array dimension must be specified using a previously declared 4-byte integer host variable, not a literal or expression. For example, the offending code might look like: EXEC SQL ARRAYLEN ename_array (25); -- illegal dimension
Action: Supply a valid array dimension. If necessary, declare a 4-byte integer host variable for use in the ARRAYLEN statement.
PCC-00118
Custom Search


More Oracle errors
ORA-29961too many warnings occurred in the execution of ODCIIndex DDL routine
ORA-31441table is not a change table
UDI-00013internal impdp error.
TNS-04201Trace Assistant Usage ERROR: Missing File name
CLSR-06505SERVICE_NAMES found null and fixed
ORA-01752cannot delete from view without exactly one key-preserved table
ORA-19584file string already in use
ORA-06556the pipe is empty, cannot fulfill the unpack_message request
ORA-54016Invalid column expression was specified
ORA-14164subpartition "string": INITRANS value must be less than MAXTRANS value
NNO-00318overriding next statistic counter reset, resetting in number seconds
ORA-07432unable to perform nested sleep
ORA-28171unsupported Kerberos version
ORA-40004penalty must be negative for BLAST-N
ORA-47223error deleting Label string for Identity string.string under OLS Policy string, string
NNO-00709failed delete of cache checkpoint file "string", cache flush may not work
ORA-29317datafile string does not exist
ORA-17500ODM err:string
NPL-00307ASN.1 sequence has already been ended on write
EXP-00047Missing tablespace name(s)




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-00117Invalid ARRAYLEN length variable type