Database Error Messages

ORA-39778

the parallel load option is not allowed when loading lob columns

Cause

An attempt was made to load lob columns using the attribute OCI_ATTR_DIRPATH_PARALLEL. This error will also be issued when loading any columns that are stored as lobs (such as varrays and xml types).


Action

Do not use the parallel attribute when loading lob columns.