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 -> Re: How to link an OCI application???

Re: How to link an OCI application???

From: Phil Britton <phil.britton_at_prismtechnologies.com>
Date: Wed, 24 Jun 1998 11:16:34 GMT
Message-ID: <3590df11.183330685@pub.news.uk.psi.net>


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 Kingdom

Received on Wed Jun 24 1998 - 06:16:34 CDT

Original text of this message

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