PCB-00578: Variable "string" must be a table
Cause: In an ARRAYLEN statement, the name of a previously declared host table was not specified. The first host variable in an ARRAYLEN statement must be a table. The second host variable, which specifies an array dimension, must be a 4-byte integer. The correct syntax follows: EXEC SQL ARRAYLEN HTABLE (DIM) END-EXEC. The ARRAYLEN statement must appear along with, but somewhere after, the declarations of host_table and dimension.
Action: Check the spelling of both identifiers in the ARRAYLEN statement. If necessary, supply the missing host table name.
PCB-00579
Custom Search


More Oracle errors
PGA-21025error closing init file string
ORA-39789"string"."string" is not a valid type for column string.
ORA-29901function underlying operator binding does not exist
ORA-08440raw buffer is too short to hold converted data
CLSR-01010Unable to record PMON pid to string
NNL-01001NAME EXISTS responses received: number
ORA-07701sksatln: internal exception: output buffer too small
ORA-13836invalid attribute value specified
RMAN-06165datafile string is too old to recover, restore a more recent copy
NNO-00303server "string" started with process ID number
ORA-24331user buffer too small
ORA-16713the Data Guard broker command timed out
RMAN-06073file header is corrupt for datafile string
ORA-14295column type or size mismatch between partitioning columns and subpartitioning columns
RMAN-06785This operation might take some time.
ORA-15066offlining disk "string" may result in a data loss
ORA-24940invalid combination of string namespace, string presentation and string receive protocol
ORA-25246listen failed, the address string is an 8.0 style exception queue
NPL-00301maximum ASN.1 element nesting depth string exceeded on write
PCC-00144UNSAFE_NULL=YES must be used with DBMS=V7 and MODE=ORACLE




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-00578Variable "string" must be a table