Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-28575: unable to open RPC connection to external procedure agent

malarkandyOct 12 2016 — edited Oct 12 2016

Dear's,

I am getting below error while trying to start MGW agent.I am using oracle version 11.2.0.3  and OS solaris 11 sparc M7.Please advice.

ORA-28575: unable to open RPC connection to external procedure agent

Please find the TNS file and listner file used

Listner

LSNR_EXTPROC =

(DESCRIPTION =

(ADDRESS_LIST =

(ADDRESS = (PROTOCOL = TCP)(HOST = sc01zdbclient020105)(PORT = 3555))

(ADDRESS = (PROTOCOL = ipc)(key=EXTPROC3555)

)

)

)

SID_LIST_LSNR_EXTPROC =

(SID_LIST =

(SID_DESC=

(SID_NAME= mgwextproc)

(ENVS="LD_LIBRARY_PATH=/u01/app/oracle/product/11.2.0.3/dbhome_1/jdk/jre/lib/sparcv9/server:/u01/app/oracle/product/11.2.0.3/dbhome_1/lib")

(ORACLE_HOME=/u01/app/oracle/product/11.2.0.3/dbhome_1)

(PROGRAM = extproc)

)

(SID_DESC =

(PROGRAM = extproc)

(ORACLE_HOME = /u01/app/oracle/product/11.2.0.3/dbhome_1)

(SID_NAME = fermatt7)

)

)

TNS

FERMATT7 =

  (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = sc01-c13-scan)(PORT = 3550))

    (CONNECT_DATA =

      (SERVER = DEDICATED)

      (SERVICE_NAME = fermatt7)

    )

  )

MGW_AGENT =

(DESCRIPTION =

(ADDRESS_LIST =

(ADDRESS = (PROTOCOL = IPC)(KEY=EXTPROC3555)))

(CONNECT_DATA =

(SID=mgwextproc)

(PRESENTATION=RO)

)

)

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 9 2016
Added on Oct 12 2016
7 comments
838 views