SQL*Loader-00411: Only a direct path load may be continued
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.
SQL*Loader-00412
Custom Search


More Oracle errors
NNL-00503repeat <number> <command> [<args>] : repeat a command <number> times
PGU-41025invalid VERSION number specified
ORA-41657rule class internal objects cannot be dropped
KUP-11004requested version string not supported by ORACLE_DATAPUMP
IMG-00558incorrect number of contrast values
ORA-01162block size string in file header does not match configured block sizes
CLST-02303failure string validating configuration of node with host name string
ORA-31137Index out of range
NZE-43002pkcs11 passphrase is wrong
PGU-41096transaction name string or specified version (number) of transaction name string does not exist
ORA-10563Test recovery had to corrupt data block (file# string, block# string) in order to proceed
ORA-16063remote archival is enabled by another instance
ORA-24278remote table string not found
ORA-15005name "string" is already used by an existing alias
TNS-12161TNS:internal error: partial data received
ORA-38901column "string" of table "string" must be one of the first "number" columns
ORA-13402the rasterType is null or not supported
ORA-13653The directive with definition id string was not found.
KUP-04043table column not found in external source: string
ORA-28582a direct connection to this agent is not allowed




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-00411Only a direct path load may be continued