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-32638: Non unique addressing in MODEL dimensions

1 Answers  


ORA-40213: contradictory values for settings: string, string

1 Answers  


ORA-04066: non-executable object, string

1 Answers  


NNO-00104: line string: syntax error, data ignored

1 Answers  


AMD-00101: cannot create string "string"; metadata entity already exists

1 Answers  






PLS-00992: Cursor Variables cannot be FETCH'ed from

1 Answers   Wipro,


TNS-04076: Invalid specification for state.

1 Answers  


QSM-01509: equivalence, string, matched query text

1 Answers  


ORA-02849: Read failed because of an error

1 Answers  


ORA-07656: slsprom:$GETDVI failure

1 Answers  


PCB-00635: This attribute is only valid for Internal LOB types

1 Answers  


KUP-04101: record number rejected in file string

1 Answers  


Categories