Oracle Error ORA-39254: direct path load not possible into preexisting table with column that has a default value and is not being loaded; table string, column string

Oracle Error Message

ORA-39254: direct path load not possible into preexisting table with column that has a default value and is not being loaded; table string, column string

Reason for the Error

The direct path access method could not be used to load into a pre-existing table that has a column with a default value and that column is not being loaded into.

Solution

Remove the ACCESS_METHOD parameter from the import command line.

Share:

Leave A Reply

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

You May Also Like

Oracle Error Message ORA-24328: illegal attribute value Reason for the Error The attribute value passed in is illegal. Solution Consult...
Oracle Error Message ORA-01346: LogMiner processed redo beyond specified reset log scn Reason for the Error LogMiner has detected a...
Oracle Error Message ORA-13241: specified dimensionality does not match that of the data Reason for the Error An error occurred...