RPC connection error [message #328226] |
Thu, 19 June 2008 07:12 |
chinmayikkalki
Messages: 11 Registered: April 2008
|
Junior Member |
|
|
HI Experts,
SQL> exec a
BEGIN a; END;
*
ERROR at line 1:
ORA-28575: unable to open RPC connection to external procedure agent
ORA-06512: at "FULCRUM.AACONVERTDF_R", line 0
ORA-06512: at "FULCRUM.A", line 8
ORA-06512: at line 1
While executing the above procedure i m getting this ora-error.
I have tried a lot using listener.ora and tnsnames.ora configuration.DO u have any different solution other than that.
Please reply soon.Thanks in advance.
|
|
|
Re: RPC connection error [message #328232 is a reply to message #328226] |
Thu, 19 June 2008 07:32 |
|
Michel Cadot
Messages: 68728 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
ORA-28575: unable to open RPC connection to external procedure agent
*Cause: Initialization of a network connection to the extproc agent did
not succeed. This problem can be caused by network problems,
incorrect listener configuration, or incorrect transfer code.
*Action: Check listener configuration in LISTENER.ORA and TNSNAMES.ORA, or
check Oracle Names Server.
As you don't say what you have, waht you did, what you tried, what can we say other than that?
Regards
Michel
|
|
|