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 -> External procedure problem 8.0.4/g++/Solaris 7

External procedure problem 8.0.4/g++/Solaris 7

From: Tom Helmer Jensen <thelmer_at_ruc.dk>
Date: Sat, 23 Jan 1999 00:55:32 +0100
Message-ID: <36A90FF3.2F20084D@ruc.dk>


His there

I have a couple of triggers on a database that starts some external C procedures.
These works just fine.

Now i have to include some C++ code and then theres problems (reusability, doh).

When the trigger trigs i get the error:

ORA-06520: PL/SQL: Error loading external library ORA-06522: ld.so.1: extprocextproc: fatal: relocation error: file /opt/app/ruc/lib/libtrigger.so: symbol __eh_pc: referenced symbol not found
....

It seems like some kind of C++ library code thats now available. I use exeptions.

SETUP:
Solaris 7 (sun4u)
g++ 2.8.1 (normally compiling with -shared but have also tried -fpic and -fPIC )
Oracle 8.0.4

Regards, Tom


Received on Fri Jan 22 1999 - 17:55:32 CST

Original text of this message

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