U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ SQL » Oracle: How can use standard OCI without install oracle client?
Re: Oracle: How can use standard OCI without install oracle client? [message #26769 is a reply to message #26764] Wed, 26 May 2010 17:42 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14290
Registered: November 2005
Ultimate Member
tojocky wrote on Wed, 26 May 2010 09:26

tojocky wrote on Tue, 25 May 2010 15:25

Hello all,

Is possible to use oci.dll without installing oracle client?

Of is, what files and setting need to be done?

I need for windows xp platform.

Thanks in advance,
Ion Lupascu (tojocky)


I found the solution!

It is possible to copy the files: oci.dll, ociw32.dll (in case if you use oracle7 or explicit set oci.dll/so libname) and oraociei10.dll.

In u++ first of all need to set library path explicit by using the method: OCI8SetDllPath(<full oci.dll/so address path>)
or OCI7SetDllPath(<full oci.dll/so address path>) if you use oracle7.



Not needed if they are in the same dir as .exe.

You also need tnsnames.ora and sqlnet.ora config files in the same dir as .dlls.

Mirek

 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Access violation since rev 2407
Next Topic: SQLITE: remove case sensitive of column type name.
Goto Forum:
  


Current Time: Mon Apr 27 03:53:35 GMT+2 2026

Total time taken to generate the page: 0.01147 seconds