SQL*Loader-00410: Number to skip must be load-level, not
table-level



SQL*Loader-00410: Number to skip must be load-level, not table-level..

Answer / guest

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.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-29909: label for the ancillary operator is not a literal number

1 Answers  


ORA-27464: invalid schedule type string

1 Answers  


NNL-00508: show system_queries [<server_list>] : show system query information

1 Answers  


ORA-09340: Specified ORACLE_SID is either invalid or too long

1 Answers  


PCB-00901: Pro*COBOL internal error condition detected (Code = number)

1 Answers  


TNS-12666: Dedicated server: outbound transport protocol different from inbound

1 Answers  


ORA-33024: (XSAGDNGL11) AGGMAP workspace object contains duplicate information.

1 Answers  


QSM-01034: materialized view, string, needs a dimension level to join table, string

1 Answers  


TNS-04142: CMAN.ORA file has an invalid format.

1 Answers  


ORA-01582: unable to open controlfile for backup

1 Answers  


ORA-19001: Invalid storage option specified

1 Answers  


ORA-25262: agent name cannot be NULL if address is a multi-consumer queue

1 Answers  


Categories