<?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>AskDba.org Weblog &#187; ora-4031</title>
	<atom:link href="http://askdba.org/weblog/tag/ora-4031/feed/" rel="self" type="application/rss+xml" />
	<link>http://askdba.org/weblog</link>
	<description>Writing About Our Experiences With Oracle Databases</description>
	<lastBuildDate>Sun, 18 Jul 2010 14:52:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Simplified Approach to Resolve ORA-4031</title>
		<link>http://askdba.org/weblog/2008/07/simplified-approach-to-resolve-ora-4031/</link>
		<comments>http://askdba.org/weblog/2008/07/simplified-approach-to-resolve-ora-4031/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 08:13:57 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[10g]]></category>
		<category><![CDATA[ora-4030]]></category>
		<category><![CDATA[ora-4031]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=147</guid>
		<description><![CDATA[After writing few Case studies and other related articles, I will be sharing my approach for Resolving ORA -4031 error. First we will see what ORA-4031 actually means. 04031, 00000, "unable to allocate %s bytes of shared memory (\"%s\",\"%s\",\"%s\,\"%s\")" // *Cause: More shared memory is needed than was allocated in the shared pool. // *Action: [...]]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2008/07/simplified-approach-to-resolve-ora-4031/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>ORA- 4031 &#8211; A Case Study</title>
		<link>http://askdba.org/weblog/2008/06/ora-4031-a-case-study/</link>
		<comments>http://askdba.org/weblog/2008/06/ora-4031-a-case-study/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 12:30:10 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[ora-4031]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=129</guid>
		<description><![CDATA[Today I will be taking up one ORA-4031 issue we faced on one of our client database. Please note that SQL statements mentioned below have been changed and does not reveal any confidential information. Our client was facing ORA-4031 on a 9.2 database.This was a new Database which had gone Live recently. Following error messages [...]]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2008/06/ora-4031-a-case-study/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Application Design and ORA &#8211; 4031</title>
		<link>http://askdba.org/weblog/2008/04/application-design-and-ora-4031/</link>
		<comments>http://askdba.org/weblog/2008/04/application-design-and-ora-4031/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 06:51:00 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[ora-4031]]></category>

		<guid isPermaLink="false">http://askoracledba.wordpress.com/2008/04/27/application-design-and-ora-4031/</guid>
		<description><![CDATA[Much has been written on designing good application (which uses bind variables) so as to have better performance and avoid shared pool memory issues. Tom Kyte explains this on one of his post consequences of not using bind variables If you do not use bind variables and you flood the server with hundreds/thousands of unique [...]]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2008/04/application-design-and-ora-4031/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tweaking _Shared_pool_reserved_min_alloc and ORA &#8211; 4031</title>
		<link>http://askdba.org/weblog/2008/04/tweaking-_shared_pool_reserved_min_alloc-and-ora-4031/</link>
		<comments>http://askdba.org/weblog/2008/04/tweaking-_shared_pool_reserved_min_alloc-and-ora-4031/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 06:46:00 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[ora-4031]]></category>

		<guid isPermaLink="false">http://askoracledba.wordpress.com/2008/04/07/tweaking-_shared_pool_reserved_min_alloc-and-ora-4031/</guid>
		<description><![CDATA[Here comes one more article dedicated towards diagnosing ORA- 4031 and related parameters. While googling on ORA-4031 error or working on TAR with Oracle Support you will most likely hit this parameter &#8220;_Shared_pool_reserved_min_alloc &#8220; and find a advice for altering this parameter to 4000 or so. And many times you go and implement it as [...]]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2008/04/tweaking-_shared_pool_reserved_min_alloc-and-ora-4031/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Shared Sub Pools</title>
		<link>http://askdba.org/weblog/2008/03/shared-sub-pools/</link>
		<comments>http://askdba.org/weblog/2008/03/shared-sub-pools/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 14:01:00 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[ora-4031]]></category>

		<guid isPermaLink="false">http://askoracledba.wordpress.com/2008/03/25/shared-sub-pools/</guid>
		<description><![CDATA[Today I will discuss about Shared pool subpools which have been introduced in release 9iR2 and higher (To be precise &#62;9.2.0.5) and can be controlled by a hidden parameter &#8220;_kghdsidx_count &#8220; Most of you would not have come across this term/parameter unless you have faced ORA-4031 error. As you all are aware that Shared Pool [...]]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2008/03/shared-sub-pools/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
