error linking oci7 with oracle9i on AIX 4.3

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Hesam Shamshiri

    error linking oci7 with oracle9i on AIX 4.3

    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
  • Frank van Bortel

    #2
    Re: error linking oci7 with oracle9i on AIX 4.3

    Hesam Shamshiri wrote:
    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?
    >
    I guess no, as SQL*Net for Oracle 7 is not working with
    9i RDBMS; 8i SQL*Net does work with 9i RDBMS, though
    any help would be greatly appreciated.
    >
    thanks
    Hesam

    --

    Regards,
    Frank van Bortel

    Comment

    Working...