Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Problems using external procedures ... error : ORA-06520: PL/SQL: Error loading external library
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
![]() |
![]() |