SQL*Loader-00409: Number to skip must be table-level, not load-level on continued loads
Cause: The SKIP parameter was specified on the command line or in the OPTIONS statement, but the load was specified as continued with CONTINUE_LOAD. When a multiple-table direct load is interrupted, it is possible that a different number of records were loaded into each table. As a result, the number of records to skip must be specified for each table when continuing the load. In this case, the load is specified as continued with the CONTINUE_LOAD statement, and the number of records to skip is given in each INTO TABLE statement. See also messages 410 and 411 for more information.
Action: Check the log file to determine the appropriate number of records to skip for each table and specify this number in the INTO TABLE statement for each table in a continued load or with the command-line SKIP parameter in a standard load.
SQL*Loader-00410
Custom Search


More Oracle errors
RMAN-08120WARNING: archived log not deleted, not yet applied by standby
ORA-29878warning in the execution of ODCIINDEXTRUNCATE routine
NNL-00217Controller is sleeping for number seconds
NNO-00123node "string" has no authoritative parent, data ignored
RMAN-20017illegal script update operation
OCI-22606pickler image handle [string] is not well-formed
CLSR-00003ORACLE_HOME environment variable not set
PROT-00005Clusterware is not running properly
ORA-09804Class conversion from binary to ORACLE failed.
ORA-09284sllfop: cannot allocate read buffer
ORA-24199message store is overflow
LPX-00225end-element tag "~1S" does not match start-element tag "~2S"
ORA-14151invalid table partitioning method
ORA-12547TNS:lost contact
ORA-14759SET INTERVAL is not legal on this table.
ORA-24186wrong object type, could not transform message
RMAN-08145channel string: starting validation of archived log
RMAN-06043TAG option not supported for archived log copies
KUP-11013internal number in header in file string is not valid
ORA-36923(XSVPMVTOPART04) workspace object is not a LIST or RANGE PARTITION TEMPLATE.




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-00409Number to skip must be table-level, not load-level on continued loads