Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Problem with external procedure
Hello.
I'm trying to use an external procedure (let's say it's called out_mail).
I use CREATE LIBRARY to declare the dynamic library containing it (i work with
Oracle8 for Solaris).
I use CREATE PROCEDURE IS EXTERNAL with appropriate options to declare it in
my package body.
The problem is I get :
ORA-28575: unable to open RPC connection to external procedure agent ORA-06512: at "EDT.MAILPACK", line 13 ORA-06512: at "EDT.MAILPACK", line 13 ORA-06512: at line 1
when I try to execute it (MAILPACK is the package containing it).
Do you have any idea about this ? Could it be a problem with one of the Oracle config. file (such as listener.ora or tnsnames.ora) ?
Thank you for your inputs,
mB Received on Thu Apr 16 1998 - 10:33:15 CDT
![]() |
![]() |