Problem with mass inserting of LOBs

Hi!
When I try insert many of LOBS into DB with TOraclePackage procedure, I receive exception "EOracleError with message ''" after every fifth procedure call.
 
How exactly do you do this? The TOraclePackage component does not support LOB's. Maybe they are passed as strings? In that case you are limited to 32KB.

The empty error message is still strange though.
 
Back
Top