Oracle Solution for Error ora-39778

Solution for Oracle Error ORA-39778

ORA-39778: the parallel load option is not allowed when loading lob columns

What triggered 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).

What should we do to fix it:

Do not use the parallel attribute when loading lob columns.