dbms_stats on BIG Table giving error out of process memory when trying to al 2005-08-19 - By Paul Drake
On 8/19/05, VIVEK_SHARMA <VIVEK_SHARMA@(protected)> wrote: > > SQL> alter session set sort_area_size=500000000 > > SQL> exec > dbms_stats.gather_table_stats('TBAADM','HIST_TRAN_DTL_TABLE',degree=>4 ,estimate_percent=>30); > > > ERROR at line 1: > > ORA-12801 (See ORA-12801.ora-code.com): error signaled in parallel query server P000 > > ORA-04030 (See ORA-04030.ora-code.com): out of process memory when trying to allocate 1049100 bytes > > (callheap,kllcqas:kllsltba) > > ORA-06512 (See ORA-06512.ora-code.com): at "SYS.DBMS_STATS", line 9375 > > ORA-06512 (See ORA-06512.ora-code.com): at "SYS.DBMS_STATS", line 9389 > > ORA-06512 (See ORA-06512.ora-code.com): at line 1 >
<borrowed> Patient: "Doctor, It hurts when I do this (makes motion)". Doctor: "Don't do that."
parallel query slaves are each going to allocate private areas in memory. this system configuration does not have enough memory for what you are attempting to do.
Q1: workarea_size_policy [AUTO | MANUAL] for the instance, session? If the workarea_size_policy=AUTO, it doesn't matter what you set the sort_area_size to, as its not being used.
Q2: what are the existing settings for the following parameters: pga_aggregate_target workarea_size_policy shared_pool_size large_pool_size java_pool_size db_cache_size sga_max_size
Q3: if in fact, at least for the session, the workarea_size_policy=MANUAL, if 4 parallel query slaves each threw 512 MB of memory, you'd be well over the process limit. Have you attempted this with smaller values for the sort_area_size, say 64 MB and had it complete?
Q4: is this a 32 bit of 64 bit version of solaris, oracle? (not that you'd want to run 64 bit with only 2 GB of physical memory - I don't see the point there)
Q5: did you examine v$sgastat at the time to see how the memory in the sga was allocated?
that's a start.
Paul
Existing Pointers :- > > Sometimes decreasing the size of your sort_area_size will remedy this > problem. > > Another thought is that if you are using parallel query on this view, > perhaps the amount of memory required for the number of slaves handling the > query is growing too big. > > Qs ANY OTHER POINTERS PLEASE? > > Server info:- > > -- ---- ---- --- > > Server 2 GB memory > > 2 CPUs > > Solaris 9 > > Oracle 9i > > THANKS INDEED > > **************** CAUTION - Disclaimer ***************** > This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended > solely for the use of the addressee(s). If you are not the intended > recipient, please notify the sender by e-mail and delete the original > message. Further, you are not to copy, disclose, or distribute this e-mail > or its contents to any other person and any such actions are unlawful. This > e-mail may contain viruses. Infosys has taken every reasonable precaution to > minimize this risk, but is not liable for any damage you may sustain as a > result of any virus in this e-mail. You should carry out your own virus > checks before opening the e-mail or attachment. Infosys reserves the right > to monitor and review the content of all messages sent to or from this > e-mail address. Messages sent to or from this e-mail address may be stored > on the Infosys e-mail system. > ***INFOSYS******** End of Disclaimer ********INFOSYS*** >
-- #/etc/init.d/init.cssd stop # f=ma, divide by 1, convert to moles.
<br><div><span class="gmail_quote">On 8/19/05, <b class="gmail_sendername" >VIVEK_SHARMA</b> <<a href="mailto:VIVEK_SHARMA@(protected)">VIVEK_SHARMA @(protected)</a>> wrote:</span><blockquote class="gmail_quote" style="border -left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>
<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial ;"> </span></font></p>
<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial ;">SQL> alter session set sort_area_size=500000000</span></font></p>
<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial ;">SQL> exec dbms_stats.gather_table_stats('TBAADM','HIST_TRAN_DTL_TABLE',degree=>4 ,estimate_percent=>30);</span></font></p>
<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial ;"> <br> </span></font></p>
<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial ;"> ERROR at line 1:</span></font></p>
<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial ;">ORA-12801 (See ORA-12801.ora-code.com): error signaled in parallel query server P000</span></font></p>
<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial ;">ORA-04030 (See ORA-04030.ora-code.com): out of process memory when trying to allocate 1049100 bytes</span></font></p>
<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial ;">(callheap,kllcqas:kllsltba)</span></font></p>
<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial ;">ORA-06512 (See ORA-06512.ora-code.com): at "SYS.DBMS_STATS", line 9375</span></font></p>
<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial ;">ORA-06512 (See ORA-06512.ora-code.com): at "SYS.DBMS_STATS", line 9389</span></font></p>
<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial ;">ORA-06512 (See ORA-06512.ora-code.com): at line 1</span></font></p></div></blockquote><div><br> <borrowed><br> Patient: "Doctor, It hurts when I do this (makes motion)".<br> Doctor: "Don't do that."<br> <br> parallel query slaves are each going to allocate private areas in memory.<br> this system configuration does not have enough memory for what you are attempting to do.<br> <br> Q1: workarea_size_policy [AUTO | MANUAL] for the instance, session?<br> If the workarea_size_policy=AUTO, it doesn't matter what you set the sort_area _size to, as its not being used.<br> <br> Q2: what are the existing settings for the following parameters:<br>
pga_aggregate_target<br> workarea_size_policy<br>
shared_pool_size<br>
large_pool_size<br>
java_pool_size<br>
db_cache_size<br>
sga_max_size<br> <br> Q3: if in fact, at least for the session, the workarea_size_policy=MANUAL, if 4 parallel query slaves each threw 512 MB of memory, you'd be well over the process limit. Have you attempted this with smaller values for the sort_area_size, say 64 MB and had it complete?<br> <br> </div>Q4: is this a 32 bit of 64 bit version of solaris, oracle? <br> (not that you'd want to run 64 bit with only 2 GB of physical memory - I don't see the point there)<br> <br> Q5: did you examine v$sgastat at the time to see how the memory in the sga was allocated?<br> <br> that's a start.<br> <br> Paul<br> <br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;"> Existing Pointers :-</span></font></p>
<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial ;">Sometimes decreasing the size of your sort_area_size will remedy this problem. </span></font></p>
<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial ;">Another thought is that if you are using parallel query on this view, perhaps the amount of memory required for the number of slaves handling the query is growing too big.</span></font></p>
<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial ;"> </span></font></p>
<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial ;">Qs ANY OTHER POINTERS PLEASE?</span></font></p>
<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial ;"> </span></font></p>
<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial ;">Server info:-</span></font></p>
<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial ;">-- ---- ---- ---</span></font></p>
<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial ;">Server 2 GB memory</span></font></p>
<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial ;">2 CPUs</span></font></p>
<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial ;">Solaris 9</span></font></p>
<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial ;">Oracle 9i</span></font></p>
<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial ;"> </span></font></p>
<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial ;">THANKS INDEED</span></font></p>
<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial ;"> </span></font></p>
</div>
<table><tbody><tr><td bgcolor="#ffffff"><font color="#000000">**************** CAUTION - Disclaimer *****************<br> This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system.<br> ***INFOSYS******** End of Disclaimer ********INFOSYS***<br> </font></td></tr></tbody></table> </blockquote></div><br><br clear="all"><br>-- <br>#/etc/init.d/init.cssd stop <br># f=ma, divide by 1, convert to moles.
|
|