Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: LOB Support with Object Types?
DA Morgan wrote:
> Michael Schaefers wrote: >
> > > Go to http://www.psoug.org > click on Morgan's Library > click on DBMS_LOB package > look at the code examples: The page is not completed yet but hopefully > what is there will be somewhat helpful. Also look at > http://asktom.oracle.com as Tom's examples will be complete.
Thanks for your helping answer. Indeed I have to use the DBMS_LOB.CREATETEMPORARY function to initialize the LOB variable.
Since I am within an external C routine, I used the OCILobCreateTemporary() function to do this. Now I can initialize, open, write into and close a LOB, but:
When the C function ends (without errors), Oracle throws an error "ORA-22621: error transfering an object from the agent". Unfortunately I can not find any information about this at all.
Regards, Michael Received on Tue Jan 18 2005 - 03:04:58 CST
![]() |
![]() |