Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: External Procedures / OCI

Re: External Procedures / OCI

From: Allan Kelly <ac_kelly_at_bellsouth.net>
Date: Mon, 08 Mar 1999 23:48:34 GMT
Message-ID: <mlZE2.1042$Zn6.1019757@news1.mco>


Just guessing from your ORACLE_HOME variable that you are running Windows NT with Oracle Server on top of it. If I'm right, go into Control Panel->Services and be sure that the RPC Service and RPC Locater Service are running.

Jeroen van der Goorbergh wrote in message <7c0fhr$an3_at_romeo.logica.co.uk>...
>Hi,
>
>I'm trying to access an external procedure, but unfortunately with not much
>succes. I get the following error message:
>ORA-28575: unable to open RPC connection to external procedure agent
>I checked my Listener.ora and Tnsnames.ora as suggested by TFM but I can't
>find anything wrong with them.
>My Listener.ora contains the following lines:
>
>EXTERNAL_PROCEDURE_LISTENER =
>(ADDRESS_LIST =
> (ADDRESS = (PROTOCOL=TCP)
> (KEY = EXTPROC0)
> )
>)
>
>SID_LIST_EXTERNAL_PROCEDURE_LISTENER =
>(SID_LIST =
> (SID_DESC = (SID_NAME = extproc_agent)
> (ORACLE_HOME = D:\ORANT )
> (PROGRAM = extproc)
> )
>)
>
>And my Tnsnames.ora:
>
>EXTPROC_CONNECTION_DATA =
> (DESCRIPTION =
> (ADDRESS = (PROTOCOL = TCP)
> (KEY = EXTPROC0)
> )
> (CONNECT_DATA = (SID = extproc_agent))
> )
>
>Does anyone have some suggestions for me?
>
>Thanks in advance,
>
>Jeroen
>
>
Received on Mon Mar 08 1999 - 17:48:34 CST

Original text of this message

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