Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: How can I tell if MTS is activated -- more problems
Pablo,
init.ora --> Look at the dispatchers=....... parameter (You can comment it
out if you don't want MTS)
listener.ora --> Look for (SERVER = DEDICATED) vs. (SERVER = SHARED)
In SQLPLUS --> SQL> SELECT servers_started FROM v$mts;
-Scott Stefick
> > -----Original Message-----
> > Sent: Wednesday, November 06, 2002 10:59 AM
> > To: Multiple recipients of list ORACLE-L
> >
> >
> > Oracle 8i
> >
> > How can I tell if MTS is activated?
> >
> > Which parameters should I look at? (in init.ora and
> > listener.ora)
> >
> >
> > thanks
> > Pablo
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Scott Stefick INET: sstefick_at_harper.cc.il.us Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Nov 06 2002 - 15:44:48 CST
![]() |
![]() |