is my db using MTS or shared server?
hi guys,
(Oracle 9i)
I read that to specify a database as MTS, you have to set the DISPATCHERS parameter. I do not have this set, yet, I can see values for mts_dispatchers? Why is this?
SQL> show parameters DISPAT
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
dispatchers string
max_dispatchers integer 5
mts_dispatchers string
mts_max_dispatchers integer 5
Can I be sure that my DB is in dedicated server mode, as dispatchers is not set?
thanks