<?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: AWE -What is It and How to use it?</title>
	<atom:link href="http://askdba.org/weblog/2008/05/awe-what-is-it-and-how-can-i-use-it/feed/" rel="self" type="application/rss+xml" />
	<link>http://askdba.org/weblog/2008/05/awe-what-is-it-and-how-can-i-use-it/</link>
	<description>Writing About Our Experiences With Oracle Databases</description>
	<lastBuildDate>Fri, 04 May 2012 03:15:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Crysu</title>
		<link>http://askdba.org/weblog/2008/05/awe-what-is-it-and-how-can-i-use-it/#comment-9252</link>
		<dc:creator>Crysu</dc:creator>
		<pubDate>Sat, 25 Feb 2012 18:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://askoracledba.wordpress.com/?p=41#comment-9252</guid>
		<description>Hello,

Is I have USE_INDIRECT_DATA_BUFFERS set to true in my pfile. Until now tried also increasing and decresing AWE without success.

Thanks for your fast replay.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Is I have USE_INDIRECT_DATA_BUFFERS set to true in my pfile. Until now tried also increasing and decresing AWE without success.</p>
<p>Thanks for your fast replay.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://askdba.org/weblog/2008/05/awe-what-is-it-and-how-can-i-use-it/#comment-9251</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Sat, 25 Feb 2012 10:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://askoracledba.wordpress.com/?p=41#comment-9251</guid>
		<description>Crysu,

It could be related to virtual machine but I am not sure on that. Have you set USE_INDIRECT_DATA_BUFFERS=TRUE in spfile/pfile?

You can try reducing some parameters and see if it starts. Also consider increasing AWE_WINDOW_SIZE

-Amit</description>
		<content:encoded><![CDATA[<p>Crysu,</p>
<p>It could be related to virtual machine but I am not sure on that. Have you set USE_INDIRECT_DATA_BUFFERS=TRUE in spfile/pfile?</p>
<p>You can try reducing some parameters and see if it starts. Also consider increasing AWE_WINDOW_SIZE</p>
<p>-Amit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crysu</title>
		<link>http://askdba.org/weblog/2008/05/awe-what-is-it-and-how-can-i-use-it/#comment-9250</link>
		<dc:creator>Crysu</dc:creator>
		<pubDate>Fri, 24 Feb 2012 19:24:07 +0000</pubDate>
		<guid isPermaLink="false">http://askoracledba.wordpress.com/?p=41#comment-9250</guid>
		<description>Hi,

The errors are related to OS Memory:
O/S: out of memory

Using those calculation I should be fine with all those parameters if AWE is working... but I suspect that AWE is not working. 

I forgot to mention that I&#039;m using a virtual... but in any case I didn&#039;t found any doc saying something about virtual machines.

Regards</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The errors are related to OS Memory:<br />
O/S: out of memory</p>
<p>Using those calculation I should be fine with all those parameters if AWE is working&#8230; but I suspect that AWE is not working. </p>
<p>I forgot to mention that I&#8217;m using a virtual&#8230; but in any case I didn&#8217;t found any doc saying something about virtual machines.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://askdba.org/weblog/2008/05/awe-what-is-it-and-how-can-i-use-it/#comment-9249</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Fri, 24 Feb 2012 13:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://askoracledba.wordpress.com/?p=41#comment-9249</guid>
		<description>Crysu,

Can you let me know the errors which you are getting while starting db.

-Amit</description>
		<content:encoded><![CDATA[<p>Crysu,</p>
<p>Can you let me know the errors which you are getting while starting db.</p>
<p>-Amit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crysu</title>
		<link>http://askdba.org/weblog/2008/05/awe-what-is-it-and-how-can-i-use-it/#comment-9248</link>
		<dc:creator>Crysu</dc:creator>
		<pubDate>Wed, 22 Feb 2012 20:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://askoracledba.wordpress.com/?p=41#comment-9248</guid>
		<description>Hi Amit,

First congrats for this post. I&#039;m not very familliar with those 3G/PAE/AWE. It will be nice if you can help with the following problem: OS: Windows Server 2003 R2 EE, Oracle 11.2.0.1, 8GB RAM, 4CPU. 
If I set in the ora.ini the following parameters database will not start:
AWE_WINDOW_MEMORY=346030080 (this is set in registry under oracle home)
DB_BLOCK_BUFFERS=558080
PGA_AGGREGATE_TARGET=176883763
SHARED_POOL_SIZE=442652059
SGA_TARGET or MEMORY_TARGET not set
DB_CACHE_SIZE not set
PAE and 3GB set in boot.ini

Could you please help correcting those parameter ?

P.S. If I set sga_max_size=2500M and pga_aggregate_target=760M without using all those parameters database will start but on heavy load will crash.

Best Regards</description>
		<content:encoded><![CDATA[<p>Hi Amit,</p>
<p>First congrats for this post. I&#8217;m not very familliar with those 3G/PAE/AWE. It will be nice if you can help with the following problem: OS: Windows Server 2003 R2 EE, Oracle 11.2.0.1, 8GB RAM, 4CPU.<br />
If I set in the ora.ini the following parameters database will not start:<br />
AWE_WINDOW_MEMORY=346030080 (this is set in registry under oracle home)<br />
DB_BLOCK_BUFFERS=558080<br />
PGA_AGGREGATE_TARGET=176883763<br />
SHARED_POOL_SIZE=442652059<br />
SGA_TARGET or MEMORY_TARGET not set<br />
DB_CACHE_SIZE not set<br />
PAE and 3GB set in boot.ini</p>
<p>Could you please help correcting those parameter ?</p>
<p>P.S. If I set sga_max_size=2500M and pga_aggregate_target=760M without using all those parameters database will start but on heavy load will crash.</p>
<p>Best Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://askdba.org/weblog/2008/05/awe-what-is-it-and-how-can-i-use-it/#comment-8562</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Wed, 10 Aug 2011 05:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://askoracledba.wordpress.com/?p=41#comment-8562</guid>
		<description>As mentioned in article , you can&#039;t use SGA_TARGET

**Please Note that you can not use ASMM i.e SGA_TARGET when using AWE.**

-Amit</description>
		<content:encoded><![CDATA[<p>As mentioned in article , you can&#8217;t use SGA_TARGET</p>
<p>**Please Note that you can not use ASMM i.e SGA_TARGET when using AWE.**</p>
<p>-Amit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhupendra</title>
		<link>http://askdba.org/weblog/2008/05/awe-what-is-it-and-how-can-i-use-it/#comment-8559</link>
		<dc:creator>Bhupendra</dc:creator>
		<pubDate>Tue, 09 Aug 2011 09:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://askoracledba.wordpress.com/?p=41#comment-8559</guid>
		<description>Hi,
I am using Oracle Database 10g Enterprise Edition Release 10.2.0.1.0(32 bit)with windows server 2003 Enterprise Edition(64 bit) with 8GB physical memory. Below are the initialization parameter in spfile for memory:-
sga_max_size - 3GB
sga_target   -2704MB
pga_aggregate_target -1572MB

Still i am facing ORA-04030- out of process memory error during daily opeations.
Please help me or suggest me how to resolve this issue.

Regards
Bhupendra</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am using Oracle Database 10g Enterprise Edition Release 10.2.0.1.0(32 bit)with windows server 2003 Enterprise Edition(64 bit) with 8GB physical memory. Below are the initialization parameter in spfile for memory:-<br />
sga_max_size &#8211; 3GB<br />
sga_target   -2704MB<br />
pga_aggregate_target -1572MB</p>
<p>Still i am facing ORA-04030- out of process memory error during daily opeations.<br />
Please help me or suggest me how to resolve this issue.</p>
<p>Regards<br />
Bhupendra</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tongkimongki</title>
		<link>http://askdba.org/weblog/2008/05/awe-what-is-it-and-how-can-i-use-it/#comment-7994</link>
		<dc:creator>tongkimongki</dc:creator>
		<pubDate>Tue, 26 Oct 2010 08:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://askoracledba.wordpress.com/?p=41#comment-7994</guid>
		<description>Hi...
iam having difficulties in tuning memory for oracle.
Right now, i have the following setting :

sga_max_size = sga_target = 584M
pga_aggregat_target = 300M
shared_pool_size = 0
db_cached_size = 0

I am using Oracle 10.2.0.1.0 with Win Server 2003 Enterprise x32 with 10Gb RAM. ASMM is enabled. I use /3GB and /PAE in boot.ini.

I want to increase the memory more than 2GB but it seems limited. In &quot;Database Configuration Assistant: Step 10&quot; (when you create new database using wizards) , oracle can read only 2GB of RAM. 
I can&#039;t set &quot;use_indirect_data_buffers&quot; to TRUE as it will stop oracle instance (it will throw error ora-12514) and therefore i cant use AWE_WINDOW_SIZE.
If i get my AWE working, is it better using ASMM ?

Can you please give me suggestion. I want to enable AWE... Thanks. 

-tongkimongki @ yahoo . com-</description>
		<content:encoded><![CDATA[<p>Hi&#8230;<br />
iam having difficulties in tuning memory for oracle.<br />
Right now, i have the following setting :</p>
<p>sga_max_size = sga_target = 584M<br />
pga_aggregat_target = 300M<br />
shared_pool_size = 0<br />
db_cached_size = 0</p>
<p>I am using Oracle 10.2.0.1.0 with Win Server 2003 Enterprise x32 with 10Gb RAM. ASMM is enabled. I use /3GB and /PAE in boot.ini.</p>
<p>I want to increase the memory more than 2GB but it seems limited. In &#8220;Database Configuration Assistant: Step 10&#8243; (when you create new database using wizards) , oracle can read only 2GB of RAM.<br />
I can&#8217;t set &#8220;use_indirect_data_buffers&#8221; to TRUE as it will stop oracle instance (it will throw error ora-12514) and therefore i cant use AWE_WINDOW_SIZE.<br />
If i get my AWE working, is it better using ASMM ?</p>
<p>Can you please give me suggestion. I want to enable AWE&#8230; Thanks. </p>
<p>-tongkimongki @ yahoo . com-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hank</title>
		<link>http://askdba.org/weblog/2008/05/awe-what-is-it-and-how-can-i-use-it/#comment-7959</link>
		<dc:creator>Hank</dc:creator>
		<pubDate>Thu, 23 Sep 2010 15:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://askoracledba.wordpress.com/?p=41#comment-7959</guid>
		<description>PAE allows the system to expand the number of bits that can be used to address physical memory from 32 bits to 36 bits. Out of 1.7GB allocated to Oracle, 1 GB is allocated to a “WINDOW” which is used to map the buffer cache and allows for bigger SGA. This acts like a “Swap Area” where all the blocks are mapped into this window and then provided to the application.It is advisable to use /3GB switch along with /PAE switch so that addressable space is around 2.7GB.</description>
		<content:encoded><![CDATA[<p>PAE allows the system to expand the number of bits that can be used to address physical memory from 32 bits to 36 bits. Out of 1.7GB allocated to Oracle, 1 GB is allocated to a “WINDOW” which is used to map the buffer cache and allows for bigger SGA. This acts like a “Swap Area” where all the blocks are mapped into this window and then provided to the application.It is advisable to use /3GB switch along with /PAE switch so that addressable space is around 2.7GB.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hank</title>
		<link>http://askdba.org/weblog/2008/05/awe-what-is-it-and-how-can-i-use-it/#comment-7958</link>
		<dc:creator>Hank</dc:creator>
		<pubDate>Thu, 23 Sep 2010 15:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://askoracledba.wordpress.com/?p=41#comment-7958</guid>
		<description>&quot;&lt; 2,7 GB&quot; seems from Oracle Notes. for Linux, this value can go up a little bit.</description>
		<content:encoded><![CDATA[<p>&#8220;&lt; 2,7 GB&quot; seems from Oracle Notes. for Linux, this value can go up a little bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://askdba.org/weblog/2008/05/awe-what-is-it-and-how-can-i-use-it/#comment-7957</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Wed, 22 Sep 2010 11:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://askoracledba.wordpress.com/?p=41#comment-7957</guid>
		<description>Mathias,

What was initial setting for large_pool. RMAN and parallel query slaves use large pool. So would recommend increasing large_pool to 200 or more (depending on your earlier setting). 

Cheers
Amit</description>
		<content:encoded><![CDATA[<p>Mathias,</p>
<p>What was initial setting for large_pool. RMAN and parallel query slaves use large pool. So would recommend increasing large_pool to 200 or more (depending on your earlier setting). </p>
<p>Cheers<br />
Amit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias</title>
		<link>http://askdba.org/weblog/2008/05/awe-what-is-it-and-how-can-i-use-it/#comment-7956</link>
		<dc:creator>Mathias</dc:creator>
		<pubDate>Tue, 21 Sep 2010 15:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://askoracledba.wordpress.com/?p=41#comment-7956</guid>
		<description>Hi Amit! This article is very usefull. We are using oracle 10.2.0.1 on win 2003 ent, with 6gb. We already tried to use awe with 1 Gb in the registry, and     shared_pool_size=1024M
db_block_buffers=368640
db_block_size=8
java_pool=200M
large_pool=120M.
pga_aggregate_target=300G


The instance started up without error , but after a few hours of using it, with 30 users, it started to give errors like:
ora-4031 unable to allocate shared.....(&#039;large pool&#039;), and RMAN was reporting trouble also.

No sga_ parameters are used, Thank you in advance.</description>
		<content:encoded><![CDATA[<p>Hi Amit! This article is very usefull. We are using oracle 10.2.0.1 on win 2003 ent, with 6gb. We already tried to use awe with 1 Gb in the registry, and     shared_pool_size=1024M<br />
db_block_buffers=368640<br />
db_block_size=8<br />
java_pool=200M<br />
large_pool=120M.<br />
pga_aggregate_target=300G</p>
<p>The instance started up without error , but after a few hours of using it, with 30 users, it started to give errors like:<br />
ora-4031 unable to allocate shared&#8230;..(&#8216;large pool&#8217;), and RMAN was reporting trouble also.</p>
<p>No sga_ parameters are used, Thank you in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://askdba.org/weblog/2008/05/awe-what-is-it-and-how-can-i-use-it/#comment-7868</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Fri, 25 Jun 2010 03:57:36 +0000</pubDate>
		<guid isPermaLink="false">http://askoracledba.wordpress.com/?p=41#comment-7868</guid>
		<description>Jargo,

Can you please unset SGA_MAX_SIZE parameter and try again.

Regards
Amit</description>
		<content:encoded><![CDATA[<p>Jargo,</p>
<p>Can you please unset SGA_MAX_SIZE parameter and try again.</p>
<p>Regards<br />
Amit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jargo</title>
		<link>http://askdba.org/weblog/2008/05/awe-what-is-it-and-how-can-i-use-it/#comment-7866</link>
		<dc:creator>Jargo</dc:creator>
		<pubDate>Thu, 24 Jun 2010 15:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://askoracledba.wordpress.com/?p=41#comment-7866</guid>
		<description>Hi Amit, your article was really a great help!! Though we are still trying to get some good working settings.
Our RMAN backup still fails whatever we try..
Maybe you have got some ideas:

Oracle 9.2i
CPU&#039;s = 8
Total ram = 16GB

AWE is set at 536 870 192

DB_BLOCK_BUFFERS   = 384216
sga_max_size   = 1500M  
shared_pool_size  = 500M
PGA_AGGREGATE_TARGET = 700M                                         

/3GB and /PAE are set in boot.ini. 

We have tried several configs with all different sizes for SGA, PGA, block_buffers etc. but still we get:

MAN-03002: failure of backup command at 06/24/2010 14:26:10

ORA-04030: out of process memory when trying to allocate 1049100 bytes (pga heap,KSFQ Buffers)

with our RMAN..
Do you have any suggestions to get RMAN working again? Must be something with PGA i would suspect!

Thanks!!! 
regards,
Jargo</description>
		<content:encoded><![CDATA[<p>Hi Amit, your article was really a great help!! Though we are still trying to get some good working settings.<br />
Our RMAN backup still fails whatever we try..<br />
Maybe you have got some ideas:</p>
<p>Oracle 9.2i<br />
CPU&#8217;s = 8<br />
Total ram = 16GB</p>
<p>AWE is set at 536 870 192</p>
<p>DB_BLOCK_BUFFERS   = 384216<br />
sga_max_size   = 1500M<br />
shared_pool_size  = 500M<br />
PGA_AGGREGATE_TARGET = 700M                                         </p>
<p>/3GB and /PAE are set in boot.ini. </p>
<p>We have tried several configs with all different sizes for SGA, PGA, block_buffers etc. but still we get:</p>
<p>MAN-03002: failure of backup command at 06/24/2010 14:26:10</p>
<p>ORA-04030: out of process memory when trying to allocate 1049100 bytes (pga heap,KSFQ Buffers)</p>
<p>with our RMAN..<br />
Do you have any suggestions to get RMAN working again? Must be something with PGA i would suspect!</p>
<p>Thanks!!!<br />
regards,<br />
Jargo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://askdba.org/weblog/2008/05/awe-what-is-it-and-how-can-i-use-it/#comment-7777</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Sun, 28 Mar 2010 09:13:47 +0000</pubDate>
		<guid isPermaLink="false">http://askoracledba.wordpress.com/?p=41#comment-7777</guid>
		<description>MOS means My Oracle Support or metalink :)

Cheers
Amit</description>
		<content:encoded><![CDATA[<p>MOS means My Oracle Support or metalink <img src='http://askdba.org/weblog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers<br />
Amit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saleem</title>
		<link>http://askdba.org/weblog/2008/05/awe-what-is-it-and-how-can-i-use-it/#comment-7776</link>
		<dc:creator>Saleem</dc:creator>
		<pubDate>Sun, 28 Mar 2010 08:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://askoracledba.wordpress.com/?p=41#comment-7776</guid>
		<description>What MOS mean ?</description>
		<content:encoded><![CDATA[<p>What MOS mean ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://askdba.org/weblog/2008/05/awe-what-is-it-and-how-can-i-use-it/#comment-7763</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Tue, 23 Mar 2010 14:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://askoracledba.wordpress.com/?p=41#comment-7763</guid>
		<description>Hi Saleem,

 In your case you are getting ora-4030 error i.e process memory (PGA) +SGA has gone beyond 2.7 gb . I think you will have to look at two  options

a) Try looking at why the pga requirement is high. May be you can tune the sql and try for optimal plan

b) Reduce sga size and see if you are still getting errors.

You can try using /PAE switch but i think you will have to change AWE_WINDOW_SIZE too. Refer to MOS note on finding appropriate size. 

Regards
Amir</description>
		<content:encoded><![CDATA[<p>Hi Saleem,</p>
<p> In your case you are getting ora-4030 error i.e process memory (PGA) +SGA has gone beyond 2.7 gb . I think you will have to look at two  options</p>
<p>a) Try looking at why the pga requirement is high. May be you can tune the sql and try for optimal plan</p>
<p>b) Reduce sga size and see if you are still getting errors.</p>
<p>You can try using /PAE switch but i think you will have to change AWE_WINDOW_SIZE too. Refer to MOS note on finding appropriate size. </p>
<p>Regards<br />
Amir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saleem</title>
		<link>http://askdba.org/weblog/2008/05/awe-what-is-it-and-how-can-i-use-it/#comment-7759</link>
		<dc:creator>Saleem</dc:creator>
		<pubDate>Sat, 20 Mar 2010 06:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://askoracledba.wordpress.com/?p=41#comment-7759</guid>
		<description>Hi Amit,

I found you post realy helpful.

I need your advise to set these parameters for my database also: Below is the details:

Database version = 10.2.0.2
Oracle Applications Version= 12.0.6

OS= Windows Server 2003 Enterprise Edition Service Pack 2

Boot.ini
-----------
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS=&quot;Windows Server 2003, Enterprise&quot; /noexecute=optout /fastdetect /pae /3gb /userva=3030
-------------------------------------------------
Total Physical Memory = 16 GB
-------------------------------------------------
Total System Global Area 2147483648 bytes
Fixed Size                  1293536 bytes
Variable Size             872416032 bytes
Database Buffers         1258291200 bytes
Redo Buffers               15482880 bytes
---------------------------------------------------------------------------
db_block_buffers                     integer     0
db_block_size                        integer     8192
db_cache_size                        big integer 0
java_pool_size                       big integer 0
large_pool_size                      big integer 0
log_buffer                           integer     15244288
sga_max_size                         big integer 2G
sga_target                           big integer 2G
shared_pool_size                     big integer 800M
streams_pool_size                    big integer 0
---------------------------------------------------------------------------
use_indirect_data_buffers            boolean     FALSE
---------------------------------------------------------------------------
sessions                             integer     1600
processes                            integer     800
---------------------------------------------------------------------------


Please advise what step should  I follow to utilize memory more than 4 GB?

As we are facing the following issue:
An internal error has occurred in the program XLA_AE_LINES_PKG.SetNullLine.  ORA-06500: PL/SQL: storage error
ORA-04030: out of process memory when trying to allocate 16396 bytes (koh-kghu sessi,pmucalm coll).
An internal error occurred.  Please inform your system administrator or support representative that:

Waiting for your reply

Thanks 
Saleem</description>
		<content:encoded><![CDATA[<p>Hi Amit,</p>
<p>I found you post realy helpful.</p>
<p>I need your advise to set these parameters for my database also: Below is the details:</p>
<p>Database version = 10.2.0.2<br />
Oracle Applications Version= 12.0.6</p>
<p>OS= Windows Server 2003 Enterprise Edition Service Pack 2</p>
<p>Boot.ini<br />
&#8212;&#8212;&#8212;&#8211;<br />
[boot loader]<br />
timeout=30<br />
default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS<br />
[operating systems]<br />
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS=&#8221;Windows Server 2003, Enterprise&#8221; /noexecute=optout /fastdetect /pae /3gb /userva=3030<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Total Physical Memory = 16 GB<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Total System Global Area 2147483648 bytes<br />
Fixed Size                  1293536 bytes<br />
Variable Size             872416032 bytes<br />
Database Buffers         1258291200 bytes<br />
Redo Buffers               15482880 bytes<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
db_block_buffers                     integer     0<br />
db_block_size                        integer     8192<br />
db_cache_size                        big integer 0<br />
java_pool_size                       big integer 0<br />
large_pool_size                      big integer 0<br />
log_buffer                           integer     15244288<br />
sga_max_size                         big integer 2G<br />
sga_target                           big integer 2G<br />
shared_pool_size                     big integer 800M<br />
streams_pool_size                    big integer 0<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
use_indirect_data_buffers            boolean     FALSE<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
sessions                             integer     1600<br />
processes                            integer     800<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Please advise what step should  I follow to utilize memory more than 4 GB?</p>
<p>As we are facing the following issue:<br />
An internal error has occurred in the program XLA_AE_LINES_PKG.SetNullLine.  ORA-06500: PL/SQL: storage error<br />
ORA-04030: out of process memory when trying to allocate 16396 bytes (koh-kghu sessi,pmucalm coll).<br />
An internal error occurred.  Please inform your system administrator or support representative that:</p>
<p>Waiting for your reply</p>
<p>Thanks<br />
Saleem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://askdba.org/weblog/2008/05/awe-what-is-it-and-how-can-i-use-it/#comment-7735</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Sat, 06 Feb 2010 09:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://askoracledba.wordpress.com/?p=41#comment-7735</guid>
		<description>Vinod,

As a thumb rule, set SGA_TARGET to 256mb * Number of  CPU&#039;s i.e 1024 M in your environment.
Can also set shared_pool_size to 256M so that you do not see reloads/invalidations. May be before touching these values, you can look at hard parses or reloads/invalidations in V$librarycache or your statspack/awr reports.

Regards
Amit</description>
		<content:encoded><![CDATA[<p>Vinod,</p>
<p>As a thumb rule, set SGA_TARGET to 256mb * Number of  CPU&#8217;s i.e 1024 M in your environment.<br />
Can also set shared_pool_size to 256M so that you do not see reloads/invalidations. May be before touching these values, you can look at hard parses or reloads/invalidations in V$librarycache or your statspack/awr reports.</p>
<p>Regards<br />
Amit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinod Sharma</title>
		<link>http://askdba.org/weblog/2008/05/awe-what-is-it-and-how-can-i-use-it/#comment-7734</link>
		<dc:creator>Vinod Sharma</dc:creator>
		<pubDate>Fri, 05 Feb 2010 08:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://askoracledba.wordpress.com/?p=41#comment-7734</guid>
		<description>HI Amit,

Thanks for your response. I just wanted you to check the variables defined like sga etc. If this is OK then I will certainly log an SR for resolution.

Regards
Vinod</description>
		<content:encoded><![CDATA[<p>HI Amit,</p>
<p>Thanks for your response. I just wanted you to check the variables defined like sga etc. If this is OK then I will certainly log an SR for resolution.</p>
<p>Regards<br />
Vinod</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: askdba.org @ 2012-05-18 15:15:10 by W3 Total Cache -->
