Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: MTS parameters setup
I don't use oracle nmes.....I only use tnsnames.ora.
YUPOST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL= TCP)(Host= blabla)(Port= 1521))
(CONNECT_DATA = (SID = YUPOST))
)
mts_dispatchers="tcp,5"
mts_max_dispatchers=10 mts_servers=10 mts_max_servers=20 mts_service=YUPOST mts_listener_address="(ADDRESS = (PROTOCOL= TCP)(Port= 1521)(Host=hostname))"
mts_service is the same as name of the instance.
> Question: Are you using Oracle names? If so, is the name specified for
> the MTS Service the same as the name of the instance?
Received on Wed Aug 16 2000 - 19:14:56 CDT
![]() |
![]() |