SQL*Loader-00410: Number to skip must be load-level, not table-level
Cause: A SKIP clause was found in the INTO TABLE statement of a standard (non-continued) load. In a standard load, specified with LOAD DATA, it is not possible to skip a different number of records for each table. The number of records to skip must be specified for the entire load by using the SKIP parameter on the command line or in the OPTIONS clause. If table-level skip is required, because a different number of records were loaded into each table (only possible for a multiple- table direct load), then specify a continued load with the CONTINUE_LOAD statement. See also messages 409 and 411 for more information.
Action: If the load was not a multiple-table, direct path load, then move the SKIP clause from the INTO TABLE statements to the command line or to the OPTIONS clause. Otherwise, specify the load as continued with CONTINUE_LOAD.
SQL*Loader-00411
Custom Search


More Oracle errors
ORA-14750Range partitioned table with INTERVAL clause has more than one column
ORA-25193cannot use COMPRESS option for a single column key
EXP-00052error on row number of partition string
ORA-38952Source database not 10.0.0.0 compatible
ORA-06510PL/SQL: unhandled user-defined exception
ORA-32131bind data type cannot be changed
PLS-00144duplicate external CALLING STANDARD specification in subprogram expression
OCI-04031unable to allocate string bytes of shared memory ("string","string","string")
ORA-24245invalid network privilege
NZE-28750unknown error
ORA-19104invalid XQueryX: missing attribute string
ORA-23505Object "string"."string" is missing.
ORA-26741cannot assemble lobs
ORA-22613buflen does not match the size of the scalar
ORA-55374query constants not in the database; no rows selected
ORA-12812only one PARALLEL or NOPARALLEL clause may be specified
RMAN-00556could not open CMDFILE "string"
ORA-15104conflicting CONTENTS options
PLS-00920parameter plsql_native_library_dir is not set
DIA-48004unable to allocate string bytes of shared memory ("string","string","string","string")




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-00410Number to skip must be load-level, not table-level