I am having a problem linking an oci 7 application with oracle9i on
AIX 4.3.
The makefile has the following line:
-L/home/oracle/product/9.0.1/lib -lclntsh
This was working in oracle 8, however on oracle 9i, there are many
unresolved symbols:
orlon
oclose
oopen
oparse
ologoff
etc.
Are oci7 calls still supported under 9i? if so which libraries are
they located In?
any help would be greatly appreciated.
thanks
Hesam
AIX 4.3.
The makefile has the following line:
-L/home/oracle/product/9.0.1/lib -lclntsh
This was working in oracle 8, however on oracle 9i, there are many
unresolved symbols:
orlon
oclose
oopen
oparse
ologoff
etc.
Are oci7 calls still supported under 9i? if so which libraries are
they located In?
any help would be greatly appreciated.
thanks
Hesam
Comment