<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Miscellaneous Metalink Performance Articles</title>
	<atom:link href="http://hoopercharles.wordpress.com/2009/12/21/miscellaneous-metalink-performance-articles/feed/" rel="self" type="application/rss+xml" />
	<link>http://hoopercharles.wordpress.com/2009/12/21/miscellaneous-metalink-performance-articles/</link>
	<description>Miscellaneous Random Oracle Topics: Stop, Think, ... Understand</description>
	<lastBuildDate>Thu, 23 May 2013 04:02:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Charles Hooper</title>
		<link>http://hoopercharles.wordpress.com/2009/12/21/miscellaneous-metalink-performance-articles/#comment-32</link>
		<dc:creator><![CDATA[Charles Hooper]]></dc:creator>
		<pubDate>Wed, 23 Dec 2009 13:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=431#comment-32</guid>
		<description><![CDATA[No, I am not a member of Oracle-L, however I do try to read the posts on the list. I considered joining the list in the past, but found that by the time I would be able to provide an answer, five other people would have already supplied a more complete answer.]]></description>
		<content:encoded><![CDATA[<p>No, I am not a member of Oracle-L, however I do try to read the posts on the list. I considered joining the list in the past, but found that by the time I would be able to provide an answer, five other people would have already supplied a more complete answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Balakrishna.</title>
		<link>http://hoopercharles.wordpress.com/2009/12/21/miscellaneous-metalink-performance-articles/#comment-31</link>
		<dc:creator><![CDATA[Balakrishna.]]></dc:creator>
		<pubDate>Wed, 23 Dec 2009 12:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=431#comment-31</guid>
		<description><![CDATA[Hi,

Thanks for your reply ....  I really appreciate .

But Expert can never become with out DBA Concepts .. so i prefer  Both DBA concepts and some in depth Performance tuning techniques.

Just for curisity are you in Oracle-L in case if yes .. with which email id do you interact with Oracle-L.

Thanks &amp; Regards

Bala]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for your reply &#8230;.  I really appreciate .</p>
<p>But Expert can never become with out DBA Concepts .. so i prefer  Both DBA concepts and some in depth Performance tuning techniques.</p>
<p>Just for curisity are you in Oracle-L in case if yes .. with which email id do you interact with Oracle-L.</p>
<p>Thanks &amp; Regards</p>
<p>Bala</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Hooper</title>
		<link>http://hoopercharles.wordpress.com/2009/12/21/miscellaneous-metalink-performance-articles/#comment-30</link>
		<dc:creator><![CDATA[Charles Hooper]]></dc:creator>
		<pubDate>Wed, 23 Dec 2009 12:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=431#comment-30</guid>
		<description><![CDATA[Bala,
Thanks for the comment. Your question is actually the topic of a future blog post that I had planned for sometime in the next couple of weeks.

Until that time, I suggest that you read the 15th post in this forum thread, where I described some of the books that marked the turning points in my knowledge of Oracle, and also what motivates me to continue learning about Oracle:
http://forums.oracle.com/forums/thread.jspa?threadID=972294&amp;start=0

You also need to decide if your interest is in general DBA work, or digging into the details of performance tuning.

Quick suggestions:
* A solid foundation of Oracle specific SQL is needed. I enjoyed reading &quot;&lt;em&gt;Mastering Oracle SQL and SQL*Plus&lt;/em&gt;&quot;, and I believe that book provides a solid foundation. That the book appears to be in the process of being updated, and might even include page numbers this time (http://www.apress.com/book/view/9781430271970). I am currently reading &quot;&lt;em&gt;Oracle SQL Recipes: A Problem-Solution Approach&lt;/em&gt;&quot; (http://www.apress.com/book/view/1430225092), probably about 30 pages into the book now - and I believe that I have already found a small handful of minor errors/issues with the book that would make it difficult to use as a starting point.
* A solid foundation of understanding Oracle&#039;s behavior is needed. I believe that Tom Kyte&#039;s &quot;&lt;em&gt;Expert Oracle Database Architecture: 9i and 10g Programming Techniques and Solutions&lt;/em&gt;&quot; book (http://www.apress.com/book/view/9781590595305) is one of the best sources. I understand that Tom Kyte also re-wrote the Oracle 11.2.0.1 &quot;Concepts Guide&quot; (http://download.oracle.com/docs/cd/E11882_01/server.112/e10713/toc.htm), so that might be a decent substitute for his book.
* If you are planning to do general DBA work, probably the next book should be on the topic of RMAN. The books in the Oracle documentation library are good, and you will find two reviews of other RMAN books on this blog.
* Next, I would suggestion reading a book that provides a solid foundation of the Oracle wait interface. &quot;&lt;em&gt;Oracle Wait Interface: A Practical Guide to Performance Diagnostics &amp; Tuning&lt;/em&gt;&quot; seems to be the best source of that information, but it would be nice to see an update of the book that covers more recent releases of Oracle.
* Next, the &quot;Oracle Performance Tuning Guide&quot; from the Oracle documentation library.
* Next, I suggest the book &quot;&lt;em&gt;Troubleshooting Oracle Performance&lt;/em&gt;&quot; - the book is great for not only introducing people to various approaches for troubleshooting problems, but also provides foundation knowledge that is needed in order to understand why an approach worked.
* Next, I suggest digging deeper into troubleshooting with 10046 trace files - Cary Millsap&#039;s &quot;&lt;em&gt;Optimizing Oracle Performance&lt;/em&gt;&quot; is the best source for this information.
* Next, I suggest digging deeper into troubleshooting with 10053 trace files - Jonathan Lewis&#039; &quot;&lt;em&gt;Cost-Based Oracle Fundamentals&lt;/em&gt;&quot; is the best source for this information.

If queueing theory, introduced in &quot;&lt;em&gt;Optimizing Oracle Performance&lt;/em&gt;&quot;, is of interest, take a look at &quot;Forecasting Oracle Performance&quot;

If Statspack/AWR report reading, introduced in the &quot;Performance Tuning Guide&quot; is of interest, see the excellent series of articles on Jonathan Lewis&#039; blog.

If you want your jaw to drop, take a look at Tanel Poder’s blog. I also recommend reading all of the blog entries on Jonathan Lewis’ blog and Richard Foote’s blog.

I have not yet had the opportunity to read the chapters in the &quot;&lt;em&gt;Expert Oracle Practices: Oracle Database Administration from the Oak Table&lt;/em&gt;&quot; that were written by other members of the OakTable Network.  But, I can tell you that this blog, and that of Randolf Geist, provide a good idea of what our two chapters in the book will cover - essentially everything from &quot;guessing&quot; based on what one would find through a Google search, to trying to use the buffer cache hit ratio, all the way to reading process stack dumps (and quite a number of other things in between). I suspect that the other chapters of the book will be just as helpful, if not more so.  Because I have not seen the other chapters, I really cannot tell you if this book belongs in the above list, or even where it belongs. It does not appear that there is a full description of the book on Amazon&#039;s site or the book publisher&#039;s site. A table of contents for the book may be found here:
http://hoopercharles.wordpress.com/2009/11/30/expert-oracle-practices-oracle-database-administration-from-the-oak-table-book/

OK, so much for a quick list of suggestions.]]></description>
		<content:encoded><![CDATA[<p>Bala,<br />
Thanks for the comment. Your question is actually the topic of a future blog post that I had planned for sometime in the next couple of weeks.</p>
<p>Until that time, I suggest that you read the 15th post in this forum thread, where I described some of the books that marked the turning points in my knowledge of Oracle, and also what motivates me to continue learning about Oracle:<br />
<a href="http://forums.oracle.com/forums/thread.jspa?threadID=972294&#038;start=0" rel="nofollow">http://forums.oracle.com/forums/thread.jspa?threadID=972294&#038;start=0</a></p>
<p>You also need to decide if your interest is in general DBA work, or digging into the details of performance tuning.</p>
<p>Quick suggestions:<br />
* A solid foundation of Oracle specific SQL is needed. I enjoyed reading &#8220;<em>Mastering Oracle SQL and SQL*Plus</em>&#8220;, and I believe that book provides a solid foundation. That the book appears to be in the process of being updated, and might even include page numbers this time (<a href="http://www.apress.com/book/view/9781430271970" rel="nofollow">http://www.apress.com/book/view/9781430271970</a>). I am currently reading &#8220;<em>Oracle SQL Recipes: A Problem-Solution Approach</em>&#8221; (<a href="http://www.apress.com/book/view/1430225092" rel="nofollow">http://www.apress.com/book/view/1430225092</a>), probably about 30 pages into the book now &#8211; and I believe that I have already found a small handful of minor errors/issues with the book that would make it difficult to use as a starting point.<br />
* A solid foundation of understanding Oracle&#8217;s behavior is needed. I believe that Tom Kyte&#8217;s &#8220;<em>Expert Oracle Database Architecture: 9i and 10g Programming Techniques and Solutions</em>&#8221; book (<a href="http://www.apress.com/book/view/9781590595305" rel="nofollow">http://www.apress.com/book/view/9781590595305</a>) is one of the best sources. I understand that Tom Kyte also re-wrote the Oracle 11.2.0.1 &#8220;Concepts Guide&#8221; (<a href="http://download.oracle.com/docs/cd/E11882_01/server.112/e10713/toc.htm" rel="nofollow">http://download.oracle.com/docs/cd/E11882_01/server.112/e10713/toc.htm</a>), so that might be a decent substitute for his book.<br />
* If you are planning to do general DBA work, probably the next book should be on the topic of RMAN. The books in the Oracle documentation library are good, and you will find two reviews of other RMAN books on this blog.<br />
* Next, I would suggestion reading a book that provides a solid foundation of the Oracle wait interface. &#8220;<em>Oracle Wait Interface: A Practical Guide to Performance Diagnostics &amp; Tuning</em>&#8221; seems to be the best source of that information, but it would be nice to see an update of the book that covers more recent releases of Oracle.<br />
* Next, the &#8220;Oracle Performance Tuning Guide&#8221; from the Oracle documentation library.<br />
* Next, I suggest the book &#8220;<em>Troubleshooting Oracle Performance</em>&#8221; &#8211; the book is great for not only introducing people to various approaches for troubleshooting problems, but also provides foundation knowledge that is needed in order to understand why an approach worked.<br />
* Next, I suggest digging deeper into troubleshooting with 10046 trace files &#8211; Cary Millsap&#8217;s &#8220;<em>Optimizing Oracle Performance</em>&#8221; is the best source for this information.<br />
* Next, I suggest digging deeper into troubleshooting with 10053 trace files &#8211; Jonathan Lewis&#8217; &#8220;<em>Cost-Based Oracle Fundamentals</em>&#8221; is the best source for this information.</p>
<p>If queueing theory, introduced in &#8220;<em>Optimizing Oracle Performance</em>&#8220;, is of interest, take a look at &#8220;Forecasting Oracle Performance&#8221;</p>
<p>If Statspack/AWR report reading, introduced in the &#8220;Performance Tuning Guide&#8221; is of interest, see the excellent series of articles on Jonathan Lewis&#8217; blog.</p>
<p>If you want your jaw to drop, take a look at Tanel Poder’s blog. I also recommend reading all of the blog entries on Jonathan Lewis’ blog and Richard Foote’s blog.</p>
<p>I have not yet had the opportunity to read the chapters in the &#8220;<em>Expert Oracle Practices: Oracle Database Administration from the Oak Table</em>&#8221; that were written by other members of the OakTable Network.  But, I can tell you that this blog, and that of Randolf Geist, provide a good idea of what our two chapters in the book will cover &#8211; essentially everything from &#8220;guessing&#8221; based on what one would find through a Google search, to trying to use the buffer cache hit ratio, all the way to reading process stack dumps (and quite a number of other things in between). I suspect that the other chapters of the book will be just as helpful, if not more so.  Because I have not seen the other chapters, I really cannot tell you if this book belongs in the above list, or even where it belongs. It does not appear that there is a full description of the book on Amazon&#8217;s site or the book publisher&#8217;s site. A table of contents for the book may be found here:<br />
<a href="http://hoopercharles.wordpress.com/2009/11/30/expert-oracle-practices-oracle-database-administration-from-the-oak-table-book/" rel="nofollow">http://hoopercharles.wordpress.com/2009/11/30/expert-oracle-practices-oracle-database-administration-from-the-oak-table-book/</a></p>
<p>OK, so much for a quick list of suggestions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Balakrishna.</title>
		<link>http://hoopercharles.wordpress.com/2009/12/21/miscellaneous-metalink-performance-articles/#comment-28</link>
		<dc:creator><![CDATA[Balakrishna.]]></dc:creator>
		<pubDate>Wed, 23 Dec 2009 11:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=431#comment-28</guid>
		<description><![CDATA[Hi Charles,

Its a kind of Off-Topic all together for this discussion . Since i dont have your email id , i need to comment here . I think you have read lots of books thats what i understand by looking at the Book Reviews you wrote . I just wanted to know which books do you recommend me to read sequence wise please .. 

As i always think how can people blog Oracle Internals and their Experience . I understand one thing  , in case if you want to become Expert you need to spend lots of time in Experimenting things thats how you learn and think widely about Oracle . 

A Small Request from my end , i am expecting your reply to this comment positively .
 

Thanks &amp; Regards

Bala]]></description>
		<content:encoded><![CDATA[<p>Hi Charles,</p>
<p>Its a kind of Off-Topic all together for this discussion . Since i dont have your email id , i need to comment here . I think you have read lots of books thats what i understand by looking at the Book Reviews you wrote . I just wanted to know which books do you recommend me to read sequence wise please .. </p>
<p>As i always think how can people blog Oracle Internals and their Experience . I understand one thing  , in case if you want to become Expert you need to spend lots of time in Experimenting things thats how you learn and think widely about Oracle . </p>
<p>A Small Request from my end , i am expecting your reply to this comment positively .</p>
<p>Thanks &amp; Regards</p>
<p>Bala</p>
]]></content:encoded>
	</item>
</channel>
</rss>
