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.