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 -> Linking with Oracle 9i and Oracle 10g

Linking with Oracle 9i and Oracle 10g

From: Iain William Wiseman <iwiseman_at_fred.co.nz>
Date: Tue, 14 Nov 2006 21:32:35 +1300
Message-ID: <45597f21$1@clear.net.nz>


Hi,

I want to use software built against Oracle 9i on an Oracle 10g database.

I am using g++ on Solaris 9 with Oracle 9i to build the code. Doing an ldd shows

libclntsh.so.9.0 => /u01/app/oracle/product/9.2.0.4/lib32/libclntsh.so.9.0

Is there a way not to have the binary not expect the .so.9.0 i.e. it just accept libclntsh.so. I am soft linking at the moment as workaround

i.e. ln -s libclntsh.so.10.2.0 libclntsh.so.9.0

Thanks,
Iain Received on Tue Nov 14 2006 - 02:32:35 CST

Original text of this message

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