SQL*Loader-00521: lfilini failed for file (string)

SQL*Loader-00521: lfilini failed for file (string)

Cause: LFI failed to create or initialize a file object for the file.

Action: Contact Oracle Worldwide Support.

SQL*Loader-00520: lfimknam failed for file (string)

SQL*Loader-00520: lfimknam failed for file (string)

Cause: LFI failed to make a name object for the file.

Action: Contact Oracle Worldwide Support.

SQL*Loader-00518: Error reassembling file name (string)

SQL*Loader-00518: Error reassembling file name (string)

Cause: SQL*Loader could not put the filename back together again from its components.

Action: Check the filename for illegal characters.

SQL*Loader-00517: Error decomposing file name (string)

SQL*Loader-00517: Error decomposing file name (string)

Cause: SQL*Loader could not break down the filename into its component parts.

Action: Check the filename for illegal characters.

SQL*Loader-00516: Control file (string) has no contents

SQL*Loader-00516: Control file (string) has no contents

Cause: The named file was found to be empty.

Action: Check that the intended file was referenced and that it is not empty.

SQL*Loader-00515: Error getting CPU time

SQL*Loader-00515: Error getting CPU time

Cause: SQL*Loader could not get the CPU time from the system.

Action: No action required.

SQL*Loader-00514: Error getting elapsed time

SQL*Loader-00514: Error getting elapsed time

Cause: SQL*Loader could not get the elapsed time from the system.

Action: No action required.

SQL*Loader-00513: Unable to close file (string)

SQL*Loader-00513: Unable to close file (string)

Cause: SQL*Loader could not close the named file.

Action: Check the errors below this message in the log file for more information.

SQL*Loader-00512: Unable to free read buffer

SQL*Loader-00512: Unable to free read buffer

Cause: An internal error has occurred.

Action: Contact customer support.

SQL*Loader-00511: Unable to initialize read functions

SQL*Loader-00511: Unable to initialize read functions

Cause: SQL*Loader could not initialize the read functions.

Action: Check the errors below this message in the log file for more information.

SQL*Loader-00510: Physical record in data file (string) is longer than the maximum(number)

SQL*Loader-00510: Physical record in data file (string) is longer than the maximum(number)

Cause: The datafile has a physical record that is too long.

Action: Use CONCATENATE or CONTINUEIF. Break up the physical records.

SQL*Loader control file. SQL*Loader-00509: System error: string

SQL*Loader control file. SQL*Loader-00509: System error: string

Cause: A platform-specific error was returned during an operation. This message is used to display the text of the error.

Action: none

SQL*Loader-00508: record formating error in data file string

SQL*Loader-00508: record formating error in data file string

Cause: The data found in the data file does not correspond to the record format in the SQL*Loader control file.

Action: Verify that all records in the data file match the format as described in the

SQL*Loader-00507: unexpected EOF reading SDF or LOBFILE string for column string in table string

SQL*Loader-00507: unexpected EOF reading SDF or LOBFILE string for column string in table string

Cause: The end of file was reached for a secondary data file or LOBFILE before the data for the current row was found.

Action: If the file is a LOBFILE, verify the correct datatype was specified for the field. If the file is a secondary data file, make sure the record format is specified correctly in the SQL*Loader control file.

SQL*Loader-00506: formatting error reading SDF or LOBFILE string for column string in table string

SQL*Loader-00506: formatting error reading SDF or LOBFILE string for column string in table string

Cause: The the record format of the named LOBFILE or SDF file is incorrect.

Action: Fix the record formatting problems in the file.

SQL*Loader-00505: error reading LOBFILE

SQL*Loader-00505: error reading LOBFILE

Cause: An attempt to read a secondary data file failed.

Action: Check the operating system message that follows this message for more information.

SQL*Loader-00504: Error skipping records in file (string)

SQL*Loader-00504: Error skipping records in file (string)

Cause: SQL*Loader could not open the file or could not read from it.

Action: Check that the file is where it is expected and that read access has been granted.

SQL*Loader-00503: Error appending extension to file (string)

SQL*Loader-00503: Error appending extension to file (string)

Cause: SQL*Loader could not append the default extension to create the filename. The given name could be too long or contain illegal characters.

Action: Check the specified filename.

SQL*Loader-00502: unable to open data file string for field string table string

SQL*Loader-00502: unable to open data file string for field string table string

Cause: An attempt to open a LOBFILE or secondary data file failed.

Action: Check the operating system messages following this message for information on why the open failed. Verify that the correct name is specified for the LOBFILE or secondary data file.

SQL*Loader-00501: Unable to read file (string)

SQL*Loader-00501: Unable to read file (string)

Cause: SQL*Loader could not read the named file.

Action: Check the operating system messages following this message in the log file.