I'm struggling with my configuration to be able to run some external procedures.
I'm under 11gR2 and RHEL5 64bits.
Following is my extproc.ora file :
CODE
SET LD_LIBRARY_PATH=/path/to/my/lib
SET EXTPROC_DLLS=lib1:lib2
SET EXTPROC_DLLS=lib1:lib2
My LD_LIBRARY_PATH is valid and permissions are 755 but I'm getting this error message:
CODE
DECLARE
*
ERROR at line 1:
ORA-06520: PL/SQL: Error loading external library
ORA-06522: lib1: cannot open shared object file: No such file or
directory
ORA-06512: at line 51
*
ERROR at line 1:
ORA-06520: PL/SQL: Error loading external library
ORA-06522: lib1: cannot open shared object file: No such file or
directory
ORA-06512: at line 51
Does anyone have an idea ?
Thanks,
Tom