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 -> Problems using external procedures ... error : ORA-06520: PL/SQL: Error loading external library

Problems using external procedures ... error : ORA-06520: PL/SQL: Error loading external library

From: Raju <rajukl_at_yahoo.com>
Date: 17 Sep 2001 12:52:38 -0700
Message-ID: <d2b6676e.0109171152.33b5eebe@posting.google.com>


Hi All ,

I have been facing some problems while trying to use external C procedures from stored procedures..

My C library has to use other shared objects for the complete functional logic.
The ldd on the initial shared object gives the location of all the other shared objects... but while running , the external proc agent is not able to locate them.
The LD_LIBRARY_PATH is set properly.But ..

I keep getting this error :
ERROR at line 1:
ORA-06520: PL/SQL: Error loading external library ORA-06522: ld.so.1: extprocextproc_agent: fatal: libname.so: open failed:
No such file or directory
ORA-06512: at "OPS$OPTBATCH.GET_NAME", line 0 ORA-06512: at line 5

Any help on this will be appreciated ..

In case you need more information , let me know.

Anticipating a reply..

Rgrds,
Raju Received on Mon Sep 17 2001 - 14:52:38 CDT

Original text of this message

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