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: Oracle MTS configuration in Linux

Re: Oracle MTS configuration in Linux

From: Linas Purinis <l.purinis_at_parex.lt>
Date: Mon, 8 Oct 2001 14:03:00 +0200
Message-ID: <3bc19560@news.takas.lt>

To get the shared connection, you must have the following parametres in the init.ora file:

db_domain=''
db_name='dbname'
instance_name='dbname'

'dbname' = any db name you want but "db_name = instance_name" and db_domain=''

"RHC" <rclarence_at_juno.com> wrote in message news:e602ac68.0110071428.56ef9844_at_posting.google.com...
> I have seen many posts, but have yet to see a correct answer on how to
> configure MTS on 8i running on Linux. I have been unable to
> accomplish this task as well.
>
> Here are my init.ora MTS parameters.
>
>

mts_dispatchers="(address=(partial=true)(protocol=tcp)(host=192.168.1.100)(q ueuesize=128))(dispathcers=5)(connections=100)(sessions=50)"
> mts_max_dispatchers=5
> mts_servers=1
> mts_max_servers=10
>
> I would like to use Oracle as my content db for a website but I am
> concerned that without MTS the load will be unreasonable. My questions
> are
>
> 1) Are these the correct parameters for MTS?
>
> 2) If not what are?
>
> 3) Do I need to make any specific changes to the listener?
>
> 4) I went to metalink (Note:94166.1) and I implemented that solution
> but still Oracle said the server process was dedicated. Is this
> Metalink correct?
>
> 5) Does the listener have to be up and running BEFORE, the database is
> rebooted?
>
> TIA
> RHC
Received on Mon Oct 08 2001 - 07:03:00 CDT

Original text of this message

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