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 -> OCILobIsTemporary - in which library is it?

OCILobIsTemporary - in which library is it?

From: Michael Mauch <michael.mauch_at_gmx.de>
Date: Tue, 25 Feb 2003 20:40:45 +0100
Message-ID: <setsixhu9.ln2@elmicha.333200002251-0001.dialin.t-online.de>


Hi,

can somebody tell me which library defines the OCILobIsTemporary function? Or does anybody know where I can find that info?

Yes, I know "nm" and "grep" - but isn't there an Oracle standard that says which function should be found in which library?

At the moment, it looks like Oracle puts this OCILobIsTemporary sometimes into libclntsh.so and sometimes into libocijdbc8.so:

Linux, Oracle 8.1.6: libclntsh.so
Solaris, Oracle 8.1.7: libclntsh.so
Tru64, Oracle 8.1.6: libocijdbc8.so - probably also in libclntsh.so,
  but if we don't link to libocijdbc8.so, we get:

  ld:
  Unresolved:
  OCILobIsTemporary

AIX, Oracle 8.1.7: probably libclntsh.so; if we link to libocijdbc8.so,   the linker chokes, although the libocijdbc8.so does exist in   $ORACLE_HOME/lib:

  ld: 0706-006 Cannot find or open library file: -l ocijdbc8

          ld:open(): No such file or directory   collect2: ld returned 255 exit status

Can anybody shed some light on this?

Regards...

                Michael Received on Tue Feb 25 2003 - 13:40:45 CST

Original text of this message

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