Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> OCI Call Inteface Problem (OCILobFileGetName)

OCI Call Inteface Problem (OCILobFileGetName)

From: <chris_highfield_at_hotmail.com>
Date: Thu, 03 Dec 1998 16:15:11 GMT
Message-ID: <746dec$44u$1@nnrp1.dejanews.com>


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 Thu Dec 03 1998 - 10:15:11 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US