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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: shared server or dedicated server -- How to find ?

Re: shared server or dedicated server -- How to find ?

From: Mladen Gogala <mladen_at_wangtrading.com>
Date: Tue, 02 Dec 2003 07:54:26 -0800
Message-ID: <F001.005D86C0.20031202075426@fatcity.com>


Prem, MTS configuration requires cooperation of two peaces of software: RDBMS and listener. It's not enough to check the database configuration, you should also check listener.ora and tnsnames.ora
On 12/02/2003 03:39:26 AM, Prem Khanna J wrote:
> Tanel ,
>
> v$mts, v$dispatcher, v$shared_server all have a record each.
>
> but:
> SQL> select server, count(*) from v$session group by server;
> this query says that all conn are dedicated.
> but the tnsnames.ora in the client (webserver) doesn't enforce for a dedicated conn.
>
> ...and LSNCRSTL STATUS doesn't show anything reg. dispatcher.
>
> why it is so ? any thoughts ?!!
>
> Thanks & Regards,
> Jp.
>
> 02-12-2003 15:54:24, "Tanel Poder" <tanel.poder.003_at_mail.ee> wrote:
>
> >I would use:
> >select server, count(*) from v$session group by server;
> >
> >That way you'll see how many sessions are using shared servers & how many
> >are forced to be dedicated. (you can have dedicated connections in MTS as
> >well).
> >
> >Otherwise, you can check views v$mts, v$dispatcher, v$shared_server for
> >statistics.
>
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author: Prem Khanna J
> INET: jprem_at_kssnet.co.jp
>
> 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).
>

Mladen Gogala
Oracle DBA

Note:
This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. Wang Trading LLC and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of any such entity.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Mladen Gogala
  INET: mladen_at_wangtrading.com

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 Tue Dec 02 2003 - 09:54:26 CST

Original text of this message

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