Oracle Solution for Error ora-26092

Solution for Oracle Error ORA-26092

ORA-26092: only LONG or LOB types can be partial

What triggered the Error:

column which is not a LONG or LOB had the ** OCI_DIRPATH_COL_PARTIAL flag associated with it. ** Only LONG or LOB type columns can be loaded in pieces.

What should we do to fix it:

not use the OCI_DIRPATH_COL_PARTIAL flag for the column.