ORA-24806: LOB form mismatch

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
MrBlack
Participant
Posts: 125
Joined: Wed Aug 08, 2012 8:57 am

ORA-24806: LOB form mismatch

Post by MrBlack »

I'm trying to load a table with 2 CLOB columns. If I only have one CLOB column specified, everything works. If I specify the second CLOB column I get the error. Is DataStage not able to process multiple CLOBs in a single table??

Code: Select all

The OCI function OCILobRead2 returned status -1. Error code: 24806, Error message: ORA-24806: LOB form mismatch. (CC_OraInputStream::read, file CC_OraInputStream.cpp, line 702)
Post Reply