View Single Post
  #1 (permalink)  
Old 10-25-08, 09:39
sabyasachin sabyasachin is offline
Registered User
 
Join Date: Oct 2008
Posts: 2
C shared library (.so) access by an external procedure

Hi all,

I am trying to access an so written in C language on unix using oracle 10g external procedure. I have created a oracle library object using that so.

But in the external procedure is giving exception showing the following.

exceptionORA-06521: PL/SQL: Error mapping function
ORA-06522: ld.so.1: extproc: fatal: getInternalKey: can't find symbol.

Where getInternalKey is the c function in the so. Although the symbol is present in the so as viewed using "nm" command.

Can anybody help plzz. Thanks in advance.

saby.
Reply With Quote