<?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: Find out SGA PGA Size</title>
	<atom:link href="http://www.oracledbasupport.co.uk/find-out-sga-pga-size/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oracledbasupport.co.uk/find-out-sga-pga-size/</link>
	<description>This is my (Sagar PATIL ) blog to list day to day issues</description>
	<lastBuildDate>Tue, 06 Dec 2011 11:08:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Sagar Patil</title>
		<link>http://www.oracledbasupport.co.uk/find-out-sga-pga-size/#comment-12</link>
		<dc:creator>Sagar Patil</dc:creator>
		<pubDate>Thu, 04 Dec 2008 09:43:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/2008/11/12/find-out-sga-pga-size/#comment-12</guid>
		<description>Hi Mate,
The PGA consists of
* Sort area – This is the largest and most important area of the PGA
* Session information – This small area contains internal address for the connection to allow the connection to communicate with Oracle.
* Cursor state – This component of the PGA contains all reentrant values for the executing connection.
* Stack space – This area contains miscellaneous control structures.

The largest component of a PGA is the sort area size, and Oracle allows you to dynamically change the sort area size at the session level.
alter session set sort_area_size= 5KB;

for &gt;=9i : When pga_aggregate_target  parameter is set and you are using dedicated Oracle connections, Oracle9i will ignore all of the PGA parameters in the init.ora file, including sort_area_size  and sort_area_retained_size.</description>
		<content:encoded><![CDATA[<p>Hi Mate,<br />
The PGA consists of<br />
* Sort area – This is the largest and most important area of the PGA<br />
* Session information – This small area contains internal address for the connection to allow the connection to communicate with Oracle.<br />
* Cursor state – This component of the PGA contains all reentrant values for the executing connection.<br />
* Stack space – This area contains miscellaneous control structures.</p>
<p>The largest component of a PGA is the sort area size, and Oracle allows you to dynamically change the sort area size at the session level.<br />
alter session set sort_area_size= 5KB;</p>
<p>for >=9i : When pga_aggregate_target  parameter is set and you are using dedicated Oracle connections, Oracle9i will ignore all of the PGA parameters in the init.ora file, including sort_area_size  and sort_area_retained_size.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: user505</title>
		<link>http://www.oracledbasupport.co.uk/find-out-sga-pga-size/#comment-11</link>
		<dc:creator>user505</dc:creator>
		<pubDate>Thu, 04 Dec 2008 08:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/2008/11/12/find-out-sga-pga-size/#comment-11</guid>
		<description>Hi Sagar,

nice script.

Can I have one of my question?

When user connect to server...Pmon process start and memory allocated for that user session from PGA rite?

then can I have any type of configuration support to which I can assign like 5KB to each user process?

Do let me know.

Thanks...</description>
		<content:encoded><![CDATA[<p>Hi Sagar,</p>
<p>nice script.</p>
<p>Can I have one of my question?</p>
<p>When user connect to server&#8230;Pmon process start and memory allocated for that user session from PGA rite?</p>
<p>then can I have any type of configuration support to which I can assign like 5KB to each user process?</p>
<p>Do let me know.</p>
<p>Thanks&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

