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

Home -> Community -> Usenet -> c.d.o.server -> Re: OCI link line for solaris

Re: OCI link line for solaris

From: Markus M. Mueller <markus-m.mueller_at_ubs.com>
Date: Fri, 28 May 1999 09:05:31 +0200
Message-ID: <374E403B.C29BD84A@ubs.com>


just add -lclntsh to your link line and tell where this file can be found.
(fullname "libclntsh.so" comming from $ORACLE_HOME/lib)

INCL_PATH=$ORACLE_HOME/rdbms/demo
LIB_PATH=$ORACLE_HOME/lib
cc -o myprg -I$INCL_PATH source_oci.c -L$LIB_PATH -lclntsh

Markus

Simeon Bailey wrote:
>
> Hey, :-)
> Would someone be able to supply me with the OCI link line for
> solaris.
>
> Many Thanks
> S.
Received on Fri May 28 1999 - 02:05:31 CDT

Original text of this message

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