Home » Developer & Programmer » Precompilers, OCI & OCCI » OCI CLOB Parameter
OCI CLOB Parameter [message #132860] Tue, 16 August 2005 08:02
setanta
Messages: 3
Registered: July 2005
Junior Member
Hi,
I need to pass data to a CLOB parameter of a stored procedure running on Oracle 8. Its not our teams server, so we only have permission to execute the proc and not to make any changes.
We were doing fine passing a varchar type (with an implied conversion) until we hit 32KB in our request parameter size.

Now I want to bypass this implied conversion, and populate and transmit a CLOB datatype. All of the documentation I've come across seems to indicate that I should first select the target column to bind my CLOB object, however the CLOB parameter is an input-only parameter. I keep getting OCI_INVALID_HANDLE returned on my call to OCILobwrite. Can anyone please point me in the right direction?


Thanks,


mk
Previous Topic: Error in OCINumberToReal
Next Topic: memory fault(coredump)
Goto Forum:
  


Current Time: Thu Mar 28 14:06:46 CDT 2024