-- "Reidy, Ron" <[EMAIL PROTECTED]>

Steve,

See the DBD::Oracle docs, section "Handling LOBs". Basically, you need to
insert a EMPTY_CLOB(), return the locator, and then call ora_write_lob()
to push the data into the locator.

That's what I'm trying to avoid. The problem is that
doing so requires pre-checking every incomming SQL
to see if there is a CLOB in it. If there were some
internal Oracle function for "insert the following
string as a CLOB" then I could avoid the issue in
the SQL rather than dealing with it in the closure.


--
Steven Lembark                                       85-09 90th Street
Workhorse Computing                                Woodhaven, NY 11421
[EMAIL PROTECTED]                                     1 888 359 3508

Reply via email to