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
ORA-16570database needs restart
ORA-31133Cannot execute handler "string"."string" with invoker rights
PCC-01201Your Pro*C authorization is about to expire
DRG-10847catsearch requires prefix index for this type of queries
ORA-28503bind value cannot be translated into SQL text for non-Oracle system
PCC-02384Missing array length specifier
ORA-01194file string needs more recovery to be consistent
RMAN-05517tempfile string conflicts with file used by target database
ORA-01877string is too long for internal buffer
ORA-16000database open for read-only access
ORA-13651The specified list of execution parameters is invalid.
ORA-13370failure in applying 3D LRS functions
ORA-31013Invalid XPATH expression
ORA-19148XQST0090: It is a static error if a character reference does not identify a valid character in the version of XML that is in use
SQL*Loader-00810error creating external table: string
ORA-38472VARCHAR representation of the data item is too long.
PCC-01101Your Pro*FORTRAN authorization is about to expire
ORA-14192cannot modify physical index attributes of a Hash index partition
ORA-38459XML Tag "string" not found for the XMLType attribute "string"
NZE-28823Number of random bytes to generate is not 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
SQL*Loader-00409Number to skip must be table-level, not load-level on continued loads