OCIExtProcContext vs. OCI_Connection
Open source C and C++ library for accessing Oracle Databases
Brought to you by:
vince_del_paris
Hi!
I like this lib a lot. Now I have to write some extproc shared libraries and it would be cool to use your ocilib. Therefore some small enhancements are needed. For the actual situation I am dealing with clobs so a OCI_GetLob accepting a OCIExtProcContext instead of the OCI_Connection would be needed. I can do this for this case by myself, but would be cool if you could provide this in general for all objcets.
Thanks
Christian
Anonymous
Hi,
I've just terminated XA support that allows OCILIB to return a valid OCI_Connection handle from XA.
what i can do is to add a call OCI_ConnectionGetfromExtProc() that returns a valid OCI_Connection handle from an input OCIExtProcContext handle.
What do you think ?
vincent
OCI_Connection *cn = OCI_ConnectionGetfromExtProc(epc)
HI,
Any update on that subject ?
Hi Vincent,
Are you plan to implement this features ?
Regards
Teh
Hi Vincent,
I would appreciate that function too