SQL*Loader-00411: Only a direct path load may be continued



SQL*Loader-00411: Only a direct path load may be continued..

Answer / guest

Cause: The load is specified with CONTINUE_LOAD, but
DIRECT=FALSE. CONTINUE_LOAD is only possible for a direct
path load and is only necessary for a multiple-table, direct
path load when a different number of records have been
loaded into each table. See also messages 409 and 410 for
more information.

Action: If CONTINUE_LOAD is necessary, specify a direct load
and put the number of records to skip in each INTO TABLE
statement. Otherwise, use the command line or OPTIONS clause
to specify the number of records to skip and use LOAD DATA
instead of 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

LRM-00118: syntax error at 'string' at the end of input

1 Answers  


PLS-00427: RPC defaults cannot use builtins when versions of STANDARD differ

1 Answers  


ORA-32300: cannot drop a secondary materialized view "string"."string"

1 Answers  


NNL-00912: Alias loops detected: number

1 Answers  


TNS-04019: Starting Oracle Connection Manager instance string. Please wait...

1 Answers  


RMAN-06117: cannot do DELETE EXPIRED on an object which is not expired

1 Answers  


IMP-00022: failed to process parameters, type 'IMP HELP=Y' for help

2 Answers  


PLS-00500: invalid operator binding

1 Answers  


QSM-01106: MV, string, is stale with respect to some partition(s) in the base table(s)

1 Answers  


TNS-00021: INTCTL: missing INTERCHANGE_DATA in INTCHG.ORA

1 Answers  


PLS-00989: Cursor Variable in record, object, or collection is not supported by this release

1 Answers  


ORA-27071: unable to seek to desired position in file

1 Answers  


Categories