Return-Path: <oracle-l-bounce@freelists.org>
Delivered-To: 2-oracle-l@orafaq.com
Received: (qmail 32054 invoked from network); 8 Aug 2007 08:11:23 -0500
Received: from freelists-180.iquest.net (HELO turing.freelists.org) (206.53.239.180)
  by 69.64.49.119 with SMTP; 8 Aug 2007 08:11:23 -0500
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 54BA27245E2;
 Wed,  8 Aug 2007 09:09:05 -0400 (EDT)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 22282-01-2; Wed, 8 Aug 2007 09:09:05 -0400 (EDT)
Received: from turing (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 6F8517241CB;
 Wed,  8 Aug 2007 09:09:04 -0400 (EDT)
Received: with ECARTIS (v1.0.0; list oracle-l); Wed, 08 Aug 2007 08:26:28 -0400 (EDT)
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id B700D721079
 for <oracle-l@freelists.org>; Wed,  8 Aug 2007 08:26:28 -0400 (EDT)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 11819-08 for <oracle-l@freelists.org>;
 Wed, 8 Aug 2007 08:26:28 -0400 (EDT)
Received: from email10.mywebmailserver.com (email10.mywebmailserver.com [199.231.136.140])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id A5C047232EC
 for <oracle-l@freelists.org>; Wed,  8 Aug 2007 08:26:21 -0400 (EDT)
Received: from 600d620tcoyle ([72.165.244.50])
        by email10.mywebmailserver.com (IntelliMail) with ASMTP id CRY74585;
        Wed, 08 Aug 2007 08:28:33 -0400
From: "Ted Coyle" <oracle-l@webthere.com>
To: <zhuchao@gmail.com>,
 "'Rajeev Prabhakar'" <rprabha01@gmail.com>
Cc: "'oracle-l'" <oracle-l@freelists.org>
Subject: RE: sort latch usage in MTS mode
Date: Wed, 8 Aug 2007 08:28:28 -0400
Message-ID: <003001c7d9b7$a0221820$e958a8c0@medecision.com>
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_000_0031_01C7D996.19107820"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962
In-Reply-To: <962cf44b0708080149o1d05e033i7cc253e8f308ec15@mail.gmail.com>
X-archive-position: 410
X-ecartis-version: Ecartis v1.0.0
Sender: oracle-l-bounce@freelists.org
Errors-to: oracle-l-bounce@freelists.org
X-original-sender: oracle-l@webthere.com
Precedence: normal
Reply-to: oracle-l@webthere.com
List-help: <mailto:ecartis@freelists.org?Subject=help>
List-unsubscribe: <oracle-l-request@freelists.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: oracle-l <oracle-l.freelists.org>
X-List-ID: oracle-l <oracle-l.freelists.org>
List-subscribe: <oracle-l-request@freelists.org?Subject=subscribe>
List-owner: <mailto:steve.adams@ixora.com.au>
List-post: <mailto:oracle-l@freelists.org>
List-archive: <http://www.freelists.org/archives/oracle-l>
X-list: oracle-l
X-Virus-Scanned: Debian amavisd-new at localhost.localdomain
------=_NextPart_000_0031_01C7D996.19107820
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit

"Looks like not much people have the experience with 10g MTS yet."

Yet?  I hope never..

 

MTS is bad, plain and simple.  This falls into my "Don't by a problem"
category.  

 

Since leaving 8i behind, I've seen MTS as something that should be used as a
short term work-around.

I've found hardware load balancing and application pooling to be far more
effective without incurring queuing inherent with MTS.

 

Ted

 

 

 

  _____  

From: oracle-l-bounce@freelists.org [mailto:oracle-l-bounce@freelists.org]
On Behalf Of Zhu,Chao
Sent: Wednesday, August 08, 2007 4:50 AM
To: Rajeev Prabhakar
Cc: oracle-l
Subject: Re: sort latch usage in MTS mode

 

Looks like not much people have the experience with 10g MTS yet.
To Kevin:

SQL> select * from v$License;

SESSIONS_MAX SESSIONS_WARNING SESSIONS_CURRENT SESSIONS_HIGHWATER  USERS_MAX
------------ ---------------- ---------------- ------------------ ----------

           0                0            11474              13293          0

 For sure we use middleware to do connection pooling. We still can't make
the connection below 8-10k for some databases; 

To Alex: 
sort will use large pool in MTS mode. Please check out metalink note
223153.1. It is very easy to reproduce/prove. 

Is there any guys from Amazon type company here in the list?

A script enabled browser is required for this page to function properly. 
A script enabled browser is required for this page to function properly. 


 

 

On 8/7/07, Rajeev Prabhakar < <mailto:rprabha01@gmail.com>
rprabha01@gmail.com> wrote:

Hi Zhu Chao

 

Could you please run the following 

query and post the results :

 

select * from v$sgastat order by 3 ;

 

-Rajeev



 

On 8/6/07, Nigel Thomas <nigel_cl_thomas@yahoo.com > wrote: 

 

Zu Chao wrote: maybe not many people use MTS recently due to nearly-free
RAM. But when connection# goes real high, you still have to, and we are such
a user.  

 

Kevin Closson replied: just out of curiosity, what is "real high" in terms
of connect count?

 

 And another (maybe irrelevant) point: when there is a mid-tier shared
connection pool, that can also act as a concentrator/multiplexer (eg I have
LoadRunner tested 2000 "users" executing a realistic high volume workload
with (iirc) only 100-200 real Oracle connections). Yes, I know 2000 is not
"real high" :) but you can scale out this approach. 

 

MTS and app server shared pool have different strengths and weaknesses (for
the benefit of the BAAG party - or just to stimulate more informed replies -
I'll refrain from proving my ignorance by guessing what they are :-). 

 

Regards Nigel








-- 
Regards
Zhu Chao
www.cnoug.org


------=_NextPart_000_0031_01C7D996.19107820
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns=3D"http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<meta name=3DGenerator content=3D"Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<link rel=3DStylesheet type=3D"text/css" media=3Dall =
href=3D"/i/css/core_V22.css">
<link rel=3DStylesheet type=3D"text/css" media=3Dall =
href=3D"/i/css/core_ie_V22.css">
<link rel=3DStylesheet type=3D"text/css" media=3Dall =
href=3D"/i/css/core.css">
<link rel=3DStylesheet type=3D"text/css" media=3Dall =
href=3D"/i/css/flows.css">
<link rel=3DStylesheet type=3D"text/css" media=3Dall =
href=3D"/i/css/marlin.css">
<link rel=3DStylesheet type=3D"text/css" media=3Dall =
href=3D"/i/css/platform2.css">
<link rel=3DStylesheet type=3D"text/css" media=3Dall =
href=3D"/i/css/metalinkblaf.css">
<link rel=3DStylesheet type=3D"text/css" media=3Dall =
href=3D"/i/css/core_V22.css">
<link rel=3DStylesheet type=3D"text/css" media=3Dall =
href=3D"/i/css/core_ie_V22.css">
<link rel=3DStylesheet type=3D"text/css" media=3Dall =
href=3D"/i/css/core.css">
<link rel=3DStylesheet type=3D"text/css" media=3Dall =
href=3D"/i/css/flows.css">
<link rel=3DStylesheet type=3D"text/css" media=3Dall =
href=3D"/i/css/marlin.css">
<link rel=3DStylesheet type=3D"text/css" media=3Dall =
href=3D"/i/css/platform2.css">
<link rel=3DStylesheet type=3D"text/css" media=3Dall =
href=3D"/i/css/metalinkblaf.css">
<style>
<!--
 /* Font Definitions */
 @font-face
	{font-family:Tahoma;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman";}
a:link, span.MsoHyperlink
	{color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{color:blue;
	text-decoration:underline;}
span.EmailStyle20
	{mso-style-type:personal-reply;
	font-family:Arial;
	color:navy;}
@page Section1
	{size:8.5in 11.0in;
	margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
	{page:Section1;}
-->
</style>

</head>

<body lang=3DEN-US link=3Dblue vlink=3Dblue>

<div class=3DSection1>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'>&#8220;Looks like not much people have the experience with 10g =
MTS yet.&#8221;<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>Yet?&nbsp; I hope =
never&#8230;.<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>MTS is bad, plain and simple.&nbsp; =
This
falls into my &#8220;Don&#8217;t by a problem&#8221; category.&nbsp; =
<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>Since leaving 8i behind, I&#8217;ve =
seen
MTS as something that should be used as a short term =
work-around.<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>I&#8217;ve found hardware load =
balancing and
application pooling to be far more effective without incurring queuing =
inherent
with MTS.<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>Ted<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<div>

<div class=3DMsoNormal align=3Dcenter style=3D'text-align:center'><font =
size=3D3
face=3D"Times New Roman"><span style=3D'font-size:12.0pt'>

<hr size=3D2 width=3D"100%" align=3Dcenter tabindex=3D-1>

</span></font></div>

<p class=3DMsoNormal><b><font size=3D2 face=3DTahoma><span =
style=3D'font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font =
size=3D2
face=3DTahoma><span style=3D'font-size:10.0pt;font-family:Tahoma'>
oracle-l-bounce@freelists.org [mailto:oracle-l-bounce@freelists.org] =
<b><span
style=3D'font-weight:bold'>On Behalf Of </span></b>Zhu,Chao<br>
<b><span style=3D'font-weight:bold'>Sent:</span></b> Wednesday, August =
08, 2007
4:50 AM<br>
<b><span style=3D'font-weight:bold'>To:</span></b> Rajeev Prabhakar<br>
<b><span style=3D'font-weight:bold'>Cc:</span></b> oracle-l<br>
<b><span style=3D'font-weight:bold'>Subject:</span></b> Re: sort latch =
usage in
MTS mode</span></font><o:p></o:p></p>

</div>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'>Looks like not much people have the experience with 10g MTS =
yet.<br>
To Kevin:<br>
<br>
SQL&gt; select * from v$License;<br>
<br>
SESSIONS_MAX SESSIONS_WARNING SESSIONS_CURRENT SESSIONS_HIGHWATER&nbsp;
USERS_MAX<br>
------------ ---------------- ---------------- ------------------ =
---------- <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
11474&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;
13293&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0<br>
<br>
&nbsp;For sure we use middleware to do connection pooling. We still =
can't make
the connection below 8-10k for some databases; <br>
<br>
To Alex: <br>
sort will use large pool in MTS mode. Please check out metalink note =
223153.1.
It is very easy to reproduce/prove. <br>
<br>
Is there any guys from Amazon type company here in the list?<noscript> A =
script
enabled browser is required for this page to function properly. <a =
name=3Dtop></noscript><noscript>A
script enabled browser is required for this page to function properly. =
<o:p></o:p></a></span></font></p>

</noscript>

<table class=3DMsoNormalTable border=3D0 cellspacing=3D0 cellpadding=3D0 =
width=3D"98%"
 style=3D'width:98.0%;margin-left:.1pt'>
 <tr>
  <td width=3D"100%" valign=3Dtop style=3D'width:100.0%;padding:0in 0in =
0in 0in'>
  <p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span
  style=3D'font-size:12.0pt'><o:p>&nbsp;</o:p></span></font></p>
  </td>
 </tr>
</table>

<p class=3DMsoNormal style=3D'margin-bottom:12.0pt'><font size=3D3
face=3D"Times New Roman"><span =
style=3D'font-size:12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<div>

<p class=3DMsoNormal><span class=3Dgmailquote><font size=3D3 =
face=3D"Times New Roman"><span
style=3D'font-size:12.0pt'>On 8/7/07, <b><span =
style=3D'font-weight:bold'>Rajeev
Prabhakar</span></b> &lt;<a href=3D"mailto:rprabha01@gmail.com">
rprabha01@gmail.com</a>&gt; wrote:</span></font></span><o:p></o:p></p>

<div>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'>Hi Zhu Chao<o:p></o:p></span></font></p>

</div>

<div>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'>&nbsp;<o:p></o:p></span></font></p>

</div>

<div>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'>Could you please run the following <o:p></o:p></span></font></p>

</div>

<div>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'>query and post the results :<o:p></o:p></span></font></p>

</div>

<div>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'>&nbsp;<o:p></o:p></span></font></p>

</div>

<div>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'>select * from v$sgastat order by 3 =
;<o:p></o:p></span></font></p>

</div>

<div>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'>&nbsp;<o:p></o:p></span></font></p>

</div>

<div>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'>-Rajeev<o:p></o:p></span></font></p>

</div>

<div><span id=3D"q_1143c9a160ca4b41_2">

<div>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'><br>
<br>
&nbsp;<o:p></o:p></span></font></p>

</div>

<div>

<p class=3DMsoNormal><span class=3Dgmailquote><font size=3D3 =
face=3D"Times New Roman"><span
style=3D'font-size:12.0pt'>On 8/6/07, <b><span =
style=3D'font-weight:bold'>Nigel
Thomas</span></b> &lt;<a href=3D"mailto:nigel_cl_thomas@yahoo.com" =
target=3D"_blank">nigel_cl_thomas@yahoo.com
</a>&gt; wrote:</span></font></span> <o:p></o:p></p>

<div>

<div>

<div>

<div>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'>&nbsp;<o:p></o:p></span></font></p>

<div>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'>Zu Chao wrote: maybe not many people use MTS recently due to
nearly-free RAM. But when connection# goes real high, you still have to, =
and we
are such a user.</span></font><font size=3D2 color=3Dblue =
face=3DArial><span
style=3D'font-size:10.0pt;font-family:Arial;color:blue'>&nbsp;</span></fo=
nt> <o:p></o:p></p>

</div>

<div>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'>&nbsp;<o:p></o:p></span></font></p>

</div>

<div>

<p class=3DMsoNormal><font size=3D2 color=3Dblue face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:blue'>Kevin&nbsp;Closson replied: just =
out of
curiosity, what is &quot;real high&quot; in terms of connect =
count?</span></font><o:p></o:p></p>

</div>

<div>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'>&nbsp;<o:p></o:p></span></font></p>

</div>

<div>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'>&nbsp;And another (maybe irrelevant) point: when there is a =
mid-tier
shared connection pool, that can also act as a concentrator/multiplexer =
(eg I
have LoadRunner tested 2000 &quot;users&quot; executing a realistic high =
volume
workload with (iirc) only 100-200 real Oracle connections). Yes, I know =
2000 is
not &quot;real high&quot; :)&nbsp;but&nbsp;you can scale out this =
approach. <o:p></o:p></span></font></p>

</div>

<div>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'>&nbsp;<o:p></o:p></span></font></p>

</div>

<div>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'>MTS and app server shared pool have different strengths and =
weaknesses
(for the benefit of&nbsp;the BAAG party - or just to stimulate more =
informed
replies - I'll refrain from proving my ignorance by guessing what they =
are :-).
<o:p></o:p></span></font></p>

</div>

<div>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'>&nbsp;<o:p></o:p></span></font></p>

</div>

<div>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'>Regards Nigel<o:p></o:p></span></font></p>

</div>

</div>

</div>

</div>

</div>

</div>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'><br>
<br>
<o:p></o:p></span></font></p>

</div>

</div>

</span>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'><br>
<br clear=3Dall>
<br>
-- <br>
Regards<br>
Zhu Chao<br>
<a =
href=3D"http://www.cnoug.org">www.cnoug.org</a><o:p></o:p></span></font><=
/p>

</div>

</body>

</html>

------=_NextPart_000_0031_01C7D996.19107820--

--
http://www.freelists.org/webpage/oracle-l


