Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> OCI Call Inteface Problem (OCILobFileGetName)
I have been using various parts of the Oracle Call Interface to retreive
external LOB data from an Oracle database. The application has been working
successfully apart from the OCILobFileGetName function which when called
returns the following error:
"OCI-21560 Argument 3 is null, invalid or out of range"
Argument 3 is the lob locator which must be correct as all other OCI calls using it work correctly (OCILobGetLength, OCILobRead etc). The function call used in my code is below:
OCILobFileGetName(envhp,
erhp, loblochp, dir_alias,
&d_length,
(text *) pFileName,
&f_length )
Any assistance would be much appreciated.
Regards,
Chris - chris_highfield_at_hotmail.com
-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Fri Dec 04 1998 - 09:10:42 CST
![]() |
![]() |