HomeOracleOracle Error SQL*Loader-00415: column string in table string cannot use and be the object of an SDF or LOBFILE

Oracle Error SQL*Loader-00415: column string in table string cannot use and be the object of an SDF or LOBFILE

Oracle Error Message

SQL*Loader-00415: column string in table string cannot use and be the object of an SDF or LOBFILE

Reason for the Error

The named column is identified as the target of a secondary data file (SDF) or LOBFILE clause. However, the column also gets it’s value from an SDF or LOBFILE. If a field name is named in an SDF or LOBFILE clause, then that field cannot have an SDF or LOBFILE clause.

Solution

Verify that the SDF and LOBFILE clauses in the SQL*Loader control file name the correct fields. Also verify that the SDF and LOBFILE clauses are specified for the correct field.

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Oracle Error Message CLSGN-32767: Internal error. Reason for the Error An unexpected error occurred. Solution Examine the message(s) that accompany...
Oracle Error Message CLSGN-00211: OCR batch operation failed. string Reason for the Error Setting a set of Oracle Cluster Registry...
Oracle Error Message CLSGN-00210: failed to get value for OCR key “string”. string Reason for the Error It was not...