Oracle Error Message
ORA-39778: the parallel load option is not allowed when loading lob columns
Reason for the Error
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).
Solution
Do not use the parallel attribute when loading lob columns.