Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: MTS parameters setup

Re: MTS parameters setup

From: Lee, Jieun <jieunyee_at_cyber-link.co.kr>
Date: Thu, 17 Aug 2000 00:14:56 GMT
Message-ID: <48Gm5.1651$m9.54713@news2.bora.net>

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

Original text of this message

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