<?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>Parm Patram &#187; Tuning</title>
	<atom:link href="http://oracle.3dub.com/category/tuning/feed/" rel="self" type="application/rss+xml" />
	<link>http://oracle.3dub.com</link>
	<description>Oracle, Linux and UNIX tips, tricks and stuff</description>
	<lastBuildDate>Fri, 03 Feb 2012 18:14:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>B-Tree tutorial and demo</title>
		<link>http://oracle.3dub.com/2009/11/07/b-tree-tutorial-and-demo/</link>
		<comments>http://oracle.3dub.com/2009/11/07/b-tree-tutorial-and-demo/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 14:49:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[INDEXES]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=465</guid>
		<description><![CDATA[http://people.ksp.sk/~kuko/bak/index.html
]]></description>
			<content:encoded><![CDATA[<p>http://people.ksp.sk/~kuko/bak/index.html</p>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2009/11/07/b-tree-tutorial-and-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle SQL_TRACE and TKPROF Setup</title>
		<link>http://oracle.3dub.com/2008/09/27/oracle-sql_trace-and-tkprof-setup/</link>
		<comments>http://oracle.3dub.com/2008/09/27/oracle-sql_trace-and-tkprof-setup/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 12:23:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[TKPROF and sql_trace]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=168</guid>
		<description><![CDATA[Oracle SQL_TRACE and TKPROF Setup
]]></description>
			<content:encoded><![CDATA[<p><a href="Oracle SQL_TRACE and TKPROF Setup">Oracle SQL_TRACE and TKPROF Setup</a></p>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2008/09/27/oracle-sql_trace-and-tkprof-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Tuning</title>
		<link>http://oracle.3dub.com/2008/09/27/sql-tuning/</link>
		<comments>http://oracle.3dub.com/2008/09/27/sql-tuning/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 12:03:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL Tuning]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=165</guid>
		<description><![CDATA[http://download-west.oracle.com/docs/cd/B13789_01/server.101/b10752/part3.htm
]]></description>
			<content:encoded><![CDATA[<p><a href="http://download-west.oracle.com/docs/cd/B13789_01/server.101/b10752/part3.htm">http://download-west.oracle.com/docs/cd/B13789_01/server.101/b10752/part3.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2008/09/27/sql-tuning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing the SGA</title>
		<link>http://oracle.3dub.com/2008/09/07/managing-the-sga/</link>
		<comments>http://oracle.3dub.com/2008/09/07/managing-the-sga/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 00:06:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tuning]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=124</guid>
		<description><![CDATA[http://www.oracle.com/technology/products/manageability/database/pdf/ow03p/40091p.pdf
This can be seen in Enterprise Manager under &#8216;Server&#8217; -&#62; &#8216;Memory Advisors&#8217;.
Parts of the SGA:
Shared Pool &#8211;&#62; library cache (storage for parsed queries)
Large Pool &#8212; used for RMAN and when MTS is configured the users&#8217; session data is stored here.
Java Pool
Fixed SGA
Database Buffer Cache (where results of queries are stored)
Redo Log Buffer
When changing from dedicated [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.oracle.com/technology/products/manageability/database/pdf/ow03p/40091p.pdf">http://www.oracle.com/technology/products/manageability/database/pdf/ow03p/40091p.pdf</a></p>
<p>This can be seen in Enterprise Manager under &#8216;Server&#8217; -&gt; &#8216;Memory Advisors&#8217;.</p>
<p>Parts of the SGA:</p>
<p>Shared Pool &#8211;&gt; library cache (storage for parsed queries)<br />
Large Pool &#8212; used for RMAN and when MTS is configured the users&#8217; session data is stored here.<br />
Java Pool<br />
Fixed SGA<br />
Database Buffer Cache (where results of queries are stored)<br />
Redo Log Buffer</p>
<p>When changing from dedicated server to shared (MTS &#8211; multithreaded shared server) the Large Pool may need to be increased because the users&#8217;s session data, etc is stored in the Large Pool. Also, the PGA (Program Global Area) is used only for stack space in MTS.</p>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2008/09/07/managing-the-sga/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

