PCB-00230: Indicator table size must not be less than its host variable
Cause: An host variable table was used with an indicator table declared with a smaller dimension. For example: EXEC SQL BEGIN DECLARE SECTION END-EXEC. 01 EMP-NUM OCCURS 4 TIMES PIC S9(4) COMP. 01 EMP-NUM-IND OCCURS 2 TIMES PIC S9(4) COMP. EXEC SQL END DECLARE SECTION END-EXEC. ... SELECT ... INTO EMP-NUM:EMP-NUM-IND ...
Action: Increase the size of the indicator table.
PCB-00231
Custom Search


More Oracle errors
ORA-36694(XSRELTBL01) The value cannot be added to dimension workspace object.
RMAN-06073file header is corrupt for datafile string
ORA-37071You may not execute a parallel OLAP operation against updated but uncommitted AW string.
ORA-13010an invalid number of arguments has been specified
RMAN-05025Tablespace string
ORA-07404sfareq: Timeout occurred waiting for request to complete.
ORA-22297warning: Open LOBs exist at transaction commit time
NNF-00002Invalid value passed to function call
ORA-33443(ESDREAD14) Discarding compiled code for workspace object because analytic workspace string is not attached.
ORA-38701Flashback database log string seq string thread string: "string"
PGU-00325pfile too large
RMAN-06031could not translate database keyword
QSM-01003no query rewrite on DDL queries
DGM-16959No response from broker server process
IMG-00701unable to set the properties of an empty image
ORA-23612unable to find tablespace "string"
ORA-28332cannot have more than one password for the encryption key
RMAN-06100no channel to restore a backup or copy of datafile number
ORA-24329invalid character set identifier
ORA-24092invalid value string specified




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
PCB-00230Indicator table size must not be less than its host variable