<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Contact</title>
	<atom:link href="http://blog.tanelpoder.com/contact/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tanelpoder.com</link>
	<description>Oracle troubleshooting, internals and performance tuning</description>
	<lastBuildDate>Fri, 30 Jul 2010 06:07:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Dakshin</title>
		<link>http://blog.tanelpoder.com/contact/comment-page-1/#comment-4814</link>
		<dc:creator>Dakshin</dc:creator>
		<pubDate>Mon, 05 Jul 2010 12:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tanelpoder.com/?page_id=208#comment-4814</guid>
		<description>Hi Tanel,

If you can spare some time, please advise me on OTN as per the link:

http://forums.oracle.com/forums/thread.jspa?threadID=1095206&amp;tstart=0

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Tanel,</p>
<p>If you can spare some time, please advise me on OTN as per the link:</p>
<p><a href="http://forums.oracle.com/forums/thread.jspa?threadID=1095206&amp;tstart=0" rel="nofollow">http://forums.oracle.com/forums/thread.jspa?threadID=1095206&amp;tstart=0</a></p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cursor: pin S waits, sporadic CPU spikes and systematic troubleshooting &#124; Tanel Poder's blog: Core IT for Geeks and Pros</title>
		<link>http://blog.tanelpoder.com/contact/comment-page-1/#comment-4418</link>
		<dc:creator>cursor: pin S waits, sporadic CPU spikes and systematic troubleshooting &#124; Tanel Poder's blog: Core IT for Geeks and Pros</dc:creator>
		<pubDate>Wed, 21 Apr 2010 21:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tanelpoder.com/?page_id=208#comment-4418</guid>
		<description>[...] Contact [...]</description>
		<content:encoded><![CDATA[<p>[...] Contact [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dakshin</title>
		<link>http://blog.tanelpoder.com/contact/comment-page-1/#comment-4319</link>
		<dc:creator>Dakshin</dc:creator>
		<pubDate>Tue, 06 Apr 2010 06:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tanelpoder.com/?page_id=208#comment-4319</guid>
		<description>Hi Tanel,

Can you please comment to my question on OTN as per the link below? 

http://forums.oracle.com/forums/thread.jspa?threadID=1052993&amp;tstart=45

 Mr Hans Forbrich on OTN has answered my question and advised that you may have ideas based on your experience.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Tanel,</p>
<p>Can you please comment to my question on OTN as per the link below? </p>
<p><a href="http://forums.oracle.com/forums/thread.jspa?threadID=1052993&amp;tstart=45" rel="nofollow">http://forums.oracle.com/forums/thread.jspa?threadID=1052993&amp;tstart=45</a></p>
<p> Mr Hans Forbrich on OTN has answered my question and advised that you may have ideas based on your experience.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pc</title>
		<link>http://blog.tanelpoder.com/contact/comment-page-1/#comment-4277</link>
		<dc:creator>pc</dc:creator>
		<pubDate>Tue, 23 Mar 2010 14:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tanelpoder.com/?page_id=208#comment-4277</guid>
		<description>Hi Tanel,

I was referring to one of your posts: http://www.freelists.org/post/oracle-l/RE-Calculating-LIOs,11. Yours was the only post on the entire internet that had some information on index prefetching. And I feel I am facing some issue related to the same. We are on 10gR2 10.2.0.4.0.

Did set _db_file_noncontig_mblock_read_count=1 but fetching did not get disabled. In our case, there are 2 queries - one doing an index unique scan and other doing an index range scan and I see &quot;db file scattered reads&quot; for both. Initially I was surprised to see scattered reads for unique/range scan of index but later understood (not sure if my understanding is 100% correct because you mentioned that &quot;db file parallel read&quot; should be seen) that it was index prefetching. And I want to disable that because it seems that on RHEL ext3 file system it is not ocurring but it is ocurring on solaris (sparc &amp; x86_64 both) ufs and that is probably slowing down the system during the initial few minutes. Once it stops (probably by then the cache is warmed up) then the performance is fine.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Tanel,</p>
<p>I was referring to one of your posts: <a href="http://www.freelists.org/post/oracle-l/RE-Calculating-LIOs,11" rel="nofollow">http://www.freelists.org/post/oracle-l/RE-Calculating-LIOs,11</a>. Yours was the only post on the entire internet that had some information on index prefetching. And I feel I am facing some issue related to the same. We are on 10gR2 10.2.0.4.0.</p>
<p>Did set _db_file_noncontig_mblock_read_count=1 but fetching did not get disabled. In our case, there are 2 queries &#8211; one doing an index unique scan and other doing an index range scan and I see &#8220;db file scattered reads&#8221; for both. Initially I was surprised to see scattered reads for unique/range scan of index but later understood (not sure if my understanding is 100% correct because you mentioned that &#8220;db file parallel read&#8221; should be seen) that it was index prefetching. And I want to disable that because it seems that on RHEL ext3 file system it is not ocurring but it is ocurring on solaris (sparc &amp; x86_64 both) ufs and that is probably slowing down the system during the initial few minutes. Once it stops (probably by then the cache is warmed up) then the performance is fine.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khalid Azmi</title>
		<link>http://blog.tanelpoder.com/contact/comment-page-1/#comment-3966</link>
		<dc:creator>Khalid Azmi</dc:creator>
		<pubDate>Wed, 03 Mar 2010 10:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tanelpoder.com/?page_id=208#comment-3966</guid>
		<description>Hey Tanel, can you share some of the books that you refer or that could be helpful to Oracle DBAs in general. Also some specific books on Unix etc. I would be really grateful for that.</description>
		<content:encoded><![CDATA[<p>Hey Tanel, can you share some of the books that you refer or that could be helpful to Oracle DBAs in general. Also some specific books on Unix etc. I would be really grateful for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael Trevisan</title>
		<link>http://blog.tanelpoder.com/contact/comment-page-1/#comment-3758</link>
		<dc:creator>Rafael Trevisan</dc:creator>
		<pubDate>Tue, 02 Feb 2010 01:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tanelpoder.com/?page_id=208#comment-3758</guid>
		<description>Hello, I have been following your blog has some time and I believe that it contributes greatly to professional with performance issue in Oracle.

I&#039;ve been developing for some time a tool named Mandela to diagnose performance problems. It need not be installed or create any object in the database analyzed. It only needs read access to the tables of STATSPACK or AWR.

The site is still under development, but if you want can download the Mandela and follow the launch of the latest versions.

What makes Mandela nice? Well, he can show into timeline all statistical system, redo log files switches, statistics I/O (tablespace, and datafile filesystem) and much more...

But what it does well done is to decompose the wait events (two clicks, three at most) and allow drilldown for the top sql by metrics (buffer gets, diskreads, cpu time, elapsed time, etc.) and now for the wait event. That&#039;s right ... from a chart of wait events you right click mouse and see the statements SQL that waited for &quot;db file sequential read&quot; or &quot;CPU&quot;, for example.

If you&#039;re interested (and available) to see how Mandela can help you gain productivity, access http://www.trevis.com.br/projetos/mandela/download

If you want to chat or ask questions about the Mandela my contacts is as follows:

[] s,
Rafael Trevisan
www.trevis.com.br
EMail / MSN / GTalk: rafael@trevis.com.br</description>
		<content:encoded><![CDATA[<p>Hello, I have been following your blog has some time and I believe that it contributes greatly to professional with performance issue in Oracle.</p>
<p>I&#8217;ve been developing for some time a tool named Mandela to diagnose performance problems. It need not be installed or create any object in the database analyzed. It only needs read access to the tables of STATSPACK or AWR.</p>
<p>The site is still under development, but if you want can download the Mandela and follow the launch of the latest versions.</p>
<p>What makes Mandela nice? Well, he can show into timeline all statistical system, redo log files switches, statistics I/O (tablespace, and datafile filesystem) and much more&#8230;</p>
<p>But what it does well done is to decompose the wait events (two clicks, three at most) and allow drilldown for the top sql by metrics (buffer gets, diskreads, cpu time, elapsed time, etc.) and now for the wait event. That&#8217;s right &#8230; from a chart of wait events you right click mouse and see the statements SQL that waited for &#8220;db file sequential read&#8221; or &#8220;CPU&#8221;, for example.</p>
<p>If you&#8217;re interested (and available) to see how Mandela can help you gain productivity, access <a href="http://www.trevis.com.br/projetos/mandela/download" rel="nofollow">http://www.trevis.com.br/projetos/mandela/download</a></p>
<p>If you want to chat or ask questions about the Mandela my contacts is as follows:</p>
<p>[] s,<br />
Rafael Trevisan<br />
<a href="http://www.trevis.com.br" rel="nofollow">http://www.trevis.com.br</a><br />
EMail / MSN / GTalk: <a href="mailto:rafael@trevis.com.br">rafael@trevis.com.br</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alvaro Fernandez</title>
		<link>http://blog.tanelpoder.com/contact/comment-page-1/#comment-3643</link>
		<dc:creator>Alvaro Fernandez</dc:creator>
		<pubDate>Sun, 17 Jan 2010 22:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tanelpoder.com/?page_id=208#comment-3643</guid>
		<description>Hi Tanel,

I was playing with the &quot;*ss.awk&quot; systemstate decoder script from LTOM, but frankly I would prefer to get first more knowledge about this kind of dumps. I&#039;ve read in some section here that you had previously taught in a seminar ways to work with them, and I wonder if this particular seminar is still available online?

Best regards, and great thanks for your site and effort!</description>
		<content:encoded><![CDATA[<p>Hi Tanel,</p>
<p>I was playing with the &#8220;*ss.awk&#8221; systemstate decoder script from LTOM, but frankly I would prefer to get first more knowledge about this kind of dumps. I&#8217;ve read in some section here that you had previously taught in a seminar ways to work with them, and I wonder if this particular seminar is still available online?</p>
<p>Best regards, and great thanks for your site and effort!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Palmer</title>
		<link>http://blog.tanelpoder.com/contact/comment-page-1/#comment-3339</link>
		<dc:creator>Simon Palmer</dc:creator>
		<pubDate>Thu, 10 Dec 2009 10:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tanelpoder.com/?page_id=208#comment-3339</guid>
		<description>Good morning Tanel,

Have emailed you @ tanel@tanelpoder.com


Cheers,

Simon</description>
		<content:encoded><![CDATA[<p>Good morning Tanel,</p>
<p>Have emailed you @ <a href="mailto:tanel@tanelpoder.com">tanel@tanelpoder.com</a></p>
<p>Cheers,</p>
<p>Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tanel Poder</title>
		<link>http://blog.tanelpoder.com/contact/comment-page-1/#comment-3336</link>
		<dc:creator>Tanel Poder</dc:creator>
		<pubDate>Thu, 10 Dec 2009 04:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tanelpoder.com/?page_id=208#comment-3336</guid>
		<description>Hmm interesting - can you check for a tracefile from udump and send the errorstack dump which should have been written in there?

If no tracefile is generated, check into core_dump_dest and run pstack on the corefile if one is generated and send it to me.</description>
		<content:encoded><![CDATA[<p>Hmm interesting &#8211; can you check for a tracefile from udump and send the errorstack dump which should have been written in there?</p>
<p>If no tracefile is generated, check into core_dump_dest and run pstack on the corefile if one is generated and send it to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Palmer</title>
		<link>http://blog.tanelpoder.com/contact/comment-page-1/#comment-3329</link>
		<dc:creator>Simon Palmer</dc:creator>
		<pubDate>Wed, 09 Dec 2009 12:22:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tanelpoder.com/?page_id=208#comment-3329</guid>
		<description>Hi Tanel,

Have been using your tools alot recently... For some reason when I use usql I get a disconnect:

SQL*Plus: Release 10.2.0.3.0 - Production on Wed Dec 9 12:20:35 2009

Copyright (c) 1982, 2006, Oracle.  All Rights Reserved.

Enter user-name: / as sysdba

Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
With the Partitioning, Real Application Clusters, OLAP and Data Mining options


USERNAME             INST_NAME    HOST_NAME                 SID   SERIAL#  VERSION    STARTED  SPID            CPID            SADDR            PADDR
-------------------- ------------ ------------------------- ----- -------- ---------- -------- --------------- --------------- ---------------- ----------------
SYS                  UK1          lscxw01p1.ukdatapoint.com 198   4875     10.2.0.3.0 20091208 6222            6154            000000021F578F08 000000021F40E918

SQL&gt; select * from v$version;

BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi
PL/SQL Release 10.2.0.3.0 - Production
CORE    10.2.0.3.0      Production
TNS for Linux: Version 10.2.0.3.0 - Production
NLSRTL Version 10.2.0.3.0 - Production

SQL&gt; !uname -a
Linux lscxw01p1.ukdatapoint.com 2.6.9-67.0.4.ELsmp #1 SMP Fri Jan 18 05:00:00 EST 2008 x86_64 x86_64 x86_64 GNU/Linux

SQL&gt; @usql 243

HASH_VALUE   CH#  PLAN_HASH SQL_TEXT
---------- ----- ---------- --------------------------------------------------------------------------------------------------------------
           (XMLAGG889115592 /* Formatted on 2009/09/04 12:11 (Formatter Plus v4.8.7) */
                       (&quot;venue&quot;,ELEMENT
                                     (ea.venue_id AS &quot;venue_id&quot;,
                                         FROM mv_attribute_value
                                          AND activity_id = 301
                                     ),te_name = &#039;venue_name&#039;) AS &quot;venue_name&quot;
                            (SELECT XMLAGG
                                           (&quot;title&quot;,
                            xmlattributes



  CH# PARENT_HANDLE    OBJECT_HANDLE        PARSES   H_PARSES EXECUTIONS    FETCHES ROWS_PROCESSED       LIOS       PIOS      SORTS     CPU_MS     ELA_MS USERS_EXECUTING
----- ---------------- ---------------- ---------- ---------- ---------- ---------- -------------- ---------- ---------- ---------- ---------- ---------- ---------------
    0 0000000206CEF2A0 0000000206AD0200          1          1          5          4              4   32488739      16856      68775 867697.956 1240898.07               1


SQL hash value:                       586338503    Cursor address:               0000000206CEF2A0
   &#124;   Statement first parsed at: 2009-12-09/11:19:26  &#124;  3690 seconds ago

select  --+ ordered use_nl(p ps)
*
ERROR at line 1:
ORA-03113: end-of-file on communication channel



ERROR:
ORA-03114: not connected to ORACLE


Have you seen this before?

All other sqls; snapper, sw etc work fine.

Any thoughts,

Regards,

Simon</description>
		<content:encoded><![CDATA[<p>Hi Tanel,</p>
<p>Have been using your tools alot recently&#8230; For some reason when I use usql I get a disconnect:</p>
<p>SQL*Plus: Release 10.2.0.3.0 &#8211; Production on Wed Dec 9 12:20:35 2009</p>
<p>Copyright (c) 1982, 2006, Oracle.  All Rights Reserved.</p>
<p>Enter user-name: / as sysdba</p>
<p>Connected to:<br />
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 &#8211; 64bit Production<br />
With the Partitioning, Real Application Clusters, OLAP and Data Mining options</p>
<p>USERNAME             INST_NAME    HOST_NAME                 SID   SERIAL#  VERSION    STARTED  SPID            CPID            SADDR            PADDR<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;&#8211; &#8212;&#8212;&#8211; &#8212;&#8212;&#8212;- &#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;-<br />
SYS                  UK1          lscxw01p1.ukdatapoint.com 198   4875     10.2.0.3.0 20091208 6222            6154            000000021F578F08 000000021F40E918</p>
<p>SQL&gt; select * from v$version;</p>
<p>BANNER<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 &#8211; 64bi<br />
PL/SQL Release 10.2.0.3.0 &#8211; Production<br />
CORE    10.2.0.3.0      Production<br />
TNS for Linux: Version 10.2.0.3.0 &#8211; Production<br />
NLSRTL Version 10.2.0.3.0 &#8211; Production</p>
<p>SQL&gt; !uname -a<br />
Linux lscxw01p1.ukdatapoint.com 2.6.9-67.0.4.ELsmp #1 SMP Fri Jan 18 05:00:00 EST 2008 x86_64 x86_64 x86_64 GNU/Linux</p>
<p>SQL&gt; @usql 243</p>
<p>HASH_VALUE   CH#  PLAN_HASH SQL_TEXT<br />
&#8212;&#8212;&#8212;- &#8212;&#8211; &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
           (XMLAGG889115592 /* Formatted on 2009/09/04 12:11 (Formatter Plus v4.8.7) */<br />
                       (&#8220;venue&#8221;,ELEMENT<br />
                                     (ea.venue_id AS &#8220;venue_id&#8221;,<br />
                                         FROM mv_attribute_value<br />
                                          AND activity_id = 301<br />
                                     ),te_name = &#8216;venue_name&#8217;) AS &#8220;venue_name&#8221;<br />
                            (SELECT XMLAGG<br />
                                           (&#8220;title&#8221;,<br />
                            xmlattributes</p>
<p>  CH# PARENT_HANDLE    OBJECT_HANDLE        PARSES   H_PARSES EXECUTIONS    FETCHES ROWS_PROCESSED       LIOS       PIOS      SORTS     CPU_MS     ELA_MS USERS_EXECUTING<br />
&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;<br />
    0 0000000206CEF2A0 0000000206AD0200          1          1          5          4              4   32488739      16856      68775 867697.956 1240898.07               1</p>
<p>SQL hash value:                       586338503    Cursor address:               0000000206CEF2A0<br />
   |   Statement first parsed at: 2009-12-09/11:19:26  |  3690 seconds ago</p>
<p>select  &#8211;+ ordered use_nl(p ps)<br />
*<br />
ERROR at line 1:<br />
ORA-03113: end-of-file on communication channel</p>
<p>ERROR:<br />
ORA-03114: not connected to ORACLE</p>
<p>Have you seen this before?</p>
<p>All other sqls; snapper, sw etc work fine.</p>
<p>Any thoughts,</p>
<p>Regards,</p>
<p>Simon</p>
]]></content:encoded>
	</item>
</channel>
</rss>
