|
|
 |  |
ORA-28575From: Reza Jafari Date: Thursday, December 4, 2003
Time: 1:10:32 amHello,
i am writng a data cartridge in oracle and get the following error message:
ORA-28575: unable to open RPC connection to external procedure agent
i have configured also the "listener.ora" and "tnsname.ora" as follows:
listener.ora
-----------------------------------------
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
ADDRESS_LIST =
(ADDRESS = (PROTOCOL = ipc)(key=EXTPROC0))
)
)
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =(SID_NAME = plsextproc)(ORACLE_HOME =
/local/oracle-home/920)(PROGRAM = extproc))
)
"tnsname.ora"
---------------------------------------
extproc_connection_data =
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC0))
(CONNECT_DATA=(SID=plsextproc)(PRESENTATION = R0))
)
can you tell me please, where is the problem?
Thanks
----------------------------------------------------------
To subscribe, unsubscribe or to search list archive
please visit http://www.digitalpoint.com/lists/oracle.html
----------------------------------------------------------
|
Messages In This Thread:- ORA-28575 by Reza Jafari on Dec 4, 2003 at 1:10:32 am
|

Return to Digital Point Solutions' Home Page |