PCC-00132: Indicator array size must not be less than its host variable
Cause: An host variable array was used with an indicator array declared with a smaller dimension. For example: EXEC SQL BEGIN DECLARE SECTION; int dept_no[20]; short dept_no_ind[10]; EXEC SQL END DECLARE SECTION; ... SELECT ... INTO dept_no:dept_no_ind ...
Action: Increase the size of the indicator array.
PCC-00133
Custom Search


More Oracle errors
ORA-24164invalid rule engine system privilege: string
ORA-02706osnshs: host name too long
ORA-38133invalid parameter name string specified
ORA-27031mirror resilvering functions not supported
ORA-00210cannot open the specified control file
DIA-48134invalid file descriptor state for operation, string, string, string
PGU-30031write failure: string to string at number for string bytes
PCC-00028Option "string" not legal as EXEC ORACLE OPTION
ORA-12514TNS:listener does not currently know of service requested in connect descriptor
DRG-11223Third-party filter indicates this document is password protected or encrypted.
ORA-28239no key provided
NNF-04000File succesfully converted
ORA-13542baseline ID (string) does not exist
ORA-31020The operation is not allowed, Reason: string
DIA-48181OS write system call failure
ORA-10574Test recovery did not corrupt any data block
PCC-01001Your Pro*COBOL authorization is about to expire
RMAN-00558error encountered while parsing input commands
ORA-19874cannot finish multi-section restore to file string
OCI-31039XML namespace length string exceeds maximum string




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-00132Indicator array size must not be less than its host variable