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 -> External Procedure from PL*SQL problem

External Procedure from PL*SQL problem

From: David A. Greer <dgreer_at_softconinc.com>
Date: Thu, 02 Dec 1999 04:03:40 GMT
Message-ID: <3845EE82.154ADC47@softconinc.com>


Hi folks,

I have problems getting my external procedures work. I created a shared library using C, then created an alias for the library and finally the external procedure in the database. When I try to execute the procedure I get ORA-6522: unable to resolve external procedure "Whatever". I am using "Whatever" to represent the "C" function that is being called. I know for a fact that "Whatever" exists in the shared libary - I did a nm extproc.so | grep whatever and found it there. The externalproc process is running - I can see it from ps. I am running on HP-UX 11.xx and Oracle 8.0.5. I did go through this same process on Windows NT/Oracle 8.0.5 and it works fine.

Any idea where to go from here?

Thanks,
David Greer Received on Wed Dec 01 1999 - 22:03:40 CST

Original text of this message

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