Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to link an OCI application???
On Tue, 23 Jun 1998 15:34:15 -0700, "Jacques Sireude"
<sireude_at_eiffel.com> wrote:
>Hi,
> Does anyone know how I can link an OCI application??? Have I to have the
>oracle client on my pc to connect a server on another pc using OCI function
>calls?
>
You have to have oracle client software (specifically sql*net)
installed and configured. Test using TNSPING to see if you can reach
the database you want to talk to. You also need to link with the
correct library for your compiler
(e.g. c:\orant8\oci73\lib\msvc\ociw32.lib or similar) and the
necessary DLL needs to be in your path.(this should be stup if you
installed thc lient software properly)
Hope this helps
Phil
--
Phil Britton "The buck starts here"
phil.britton_at_prismtechnologies.com PrismTech Ltd. http://www.prismtechnologies.com 5th Avenue Business Park Tel. +44 (0)191 4979900 Gateshead NE11 0NB FAX. +44 (0)191 4979901 United KingdomReceived on Wed Jun 24 1998 - 06:16:34 CDT
![]() |
![]() |