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 -> Problem with external procedure

Problem with external procedure

From: Michael Brung <michael.brung_at_eleve.emn.fr>
Date: Thu, 16 Apr 1998 15:33:15 GMT
Message-ID: <6h586q$q81$1@wfn.emn.fr>


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

Original text of this message

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