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 -> MTS, External Proc & ORA-28575

MTS, External Proc & ORA-28575

From: Адаменко Сергей <adamenko_at_i.com.ua>
Date: Sat, 13 Apr 2002 00:44:04 +0300
Message-ID: <a97ked$1rhe$2@news.dg.net.ua>

Hi All!

I have the following problem:
Oracle running in MTS, raises "ORA-28575: unable to open RPC connection to external procedure agent" when I'm trying to execute an external procedure. Tuning off MTS or using SERVER=DEDICATED in corresponding for corresponding TNS-name - and everything works fine.
How need I to setup the exemplar, LISTENER, or TNSNAMES, so that I didn't care is it DEDICATED or SHARED server dispatches the session?

Here follows my current configuration:
OS: W2000 SP2
Oracle EE 8.1.7


MTS_DISPATCHERS="(PROTOCOL = TCP)(DISPATCHERS=4)(SESSIONS=16)" os_authent_prefix = ""
distributed_transactions = 10
compatible = 8.1.0
sort_area_size = 524288
sort_area_retained_size = 65536


SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = C:\oracle\ora81)
(PROGRAM = extproc)

    )
    (SID_DESC =
(GLOBAL_DBNAME = oraasv)
(ORACLE_HOME = C:\oracle\ora81)
(SID_NAME = oraasv)

    )
  )


ORA_ASV_DEDICATED =
  (DESCRIPTION =
    (ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    )
    (CONNECT_DATA =
(SERVICE_NAME = oraasv)
(SERVER=DEDICATED)

    )
  )

EXTPROC_CONNECTION_DATA =
  (DESCRIPTION =
    (ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    )
    (CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)

    )
  )

With respect,
Serget Adamenko
E-Mail: asv_at_softline.kiev.ua Received on Fri Apr 12 2002 - 16:44:04 CDT

Original text of this message

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