SQL*Loader-00426: count of elements in VARRAY string comes after the data for the varray
Cause: The COUNT clause for a VARRAY field indicates that the count of elements in the varray is stored in another data field. However, that data field comes after the varray data in the data file. Since finding the count field would require SQL*Loader to know the number of elements in the VARRAY first, SQL*Loader requires that the count field come before the VARRAY data.
Action: Move the count field to be before the collection data in the data file.
SQL*Loader-00427
Custom Search


More Oracle errors
ORA-14207maximum number of subpartitioning columns is 16
CLSR-00513Message file is not found
ORA-01265Unable to delete string string
LPX-00050initialization error: NLS mismatch
ORA-24753local transactions cannot be detached
PCB-00638This attribute is only valid for internal or external LOB types
ORA-06260NETNTT: cannot write to remote process
ORA-01573shutting down instance, no further change allowed
ORA-56507DRCP: Pool alter configuration failed
NNL-01074ApplTable Index: number
ORA-01654unable to extend index string.string by string in tablespace string
ORA-23416table "string"."string" does not contain a primary key constraint
ORA-01147SYSTEM tablespace file string is offline
CLSD-01010The OCR mirror location string was removed.
ORA-06753TLI Driver: name-to-address mapping failed
ORA-39050parameter string is incompatible with parameter string
ORA-12066invalid CREATE MATERIALIZED VIEW command
ORA-16622two or more broker database objects resolve to the same database
ORA-22310ALTER TYPE error. Refer to table "string"."string" for errors
ORA-44817Classifier list is too large




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
SQL*Loader-00426count of elements in VARRAY string comes after the data for the varray