Oracle Error Message
ORA-26088: scalar column “string” must be specified prior to LOB columns
Reason for the Error
All scalar columns (i.e. non-LOB and non-LONG columns) must be
* specified by the client of the direct path API prior to
* specifying any LOB columns.
Solution
Specify all scalar columns prior to specifying any LOB columns.