<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ORA errors in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-errors/m-p/4118858#M727082</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check the swap space:&lt;BR /&gt;&lt;BR /&gt;#swapinfo -tm&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric</description>
    <pubDate>Wed, 19 Dec 2007 12:28:37 GMT</pubDate>
    <dc:creator>Eric Antunes</dc:creator>
    <dc:date>2007-12-19T12:28:37Z</dc:date>
    <item>
      <title>ORA errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-errors/m-p/4118856#M727080</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;   iam getting the below errors frequently in my database.My database running in multimaster replication env.&lt;BR /&gt;&lt;BR /&gt;Oracle version : 10.2.0.3.0&lt;BR /&gt;&lt;BR /&gt;---------------------------------------------&lt;BR /&gt;Wed Dec 19 03:13:53 2007&lt;BR /&gt;Errors in file j:\oracle\admin\svdl\bdump\svdl_j000_3232.trc:&lt;BR /&gt;ORA-00600: internal error code, arguments: [15709], [1], [1], [65535], [], [], [], []&lt;BR /&gt;ORA-12805: parallel query server died unexpectedly&lt;BR /&gt;ORA-06512: at "SYS.DBMS_DEFER_SYS", line 1716&lt;BR /&gt;ORA-06512: at "SYS.DBMS_DEFER_SYS", line 1804&lt;BR /&gt;ORA-06512: at line 1&lt;BR /&gt;&lt;BR /&gt;Wed Dec 19 03:21:47 2007&lt;BR /&gt;Errors in file j:\oracle\admin\svdl\bdump\svdl_j000_6788.trc:&lt;BR /&gt;ORA-00600: internal error code, arguments: [15709], [1], [1], [65535], [], [], [], []&lt;BR /&gt;ORA-12805: parallel query server died unexpectedly&lt;BR /&gt;---------------------------------------------&lt;BR /&gt;&lt;BR /&gt;Please help me to resolve the issue.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Nirmal.</description>
      <pubDate>Wed, 19 Dec 2007 11:44:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-errors/m-p/4118856#M727080</guid>
      <dc:creator>Nirmalkumar</dc:creator>
      <dc:date>2007-12-19T11:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: ORA errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-errors/m-p/4118857#M727081</link>
      <description>what version of HP-UX are you on ?&lt;BR /&gt;Looks more like a Windows setup to me&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Dec 2007 11:54:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-errors/m-p/4118857#M727081</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2007-12-19T11:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: ORA errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-errors/m-p/4118858#M727082</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check the swap space:&lt;BR /&gt;&lt;BR /&gt;#swapinfo -tm&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Wed, 19 Dec 2007 12:28:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-errors/m-p/4118858#M727082</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2007-12-19T12:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: ORA errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-errors/m-p/4118859#M727083</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It can also be a sub dimensioned shared pool. Check if you have the minimum size or at least a size close to this:&lt;BR /&gt;&lt;BR /&gt;select to_number(value) shared_pool_size, &lt;BR /&gt;                         sum_obj_size,&lt;BR /&gt;                         sum_sql_size, &lt;BR /&gt;                         sum_user_size, &lt;BR /&gt;(sum_obj_size + sum_sql_size+sum_user_size)* 1.3 min_shared_pool&lt;BR /&gt;  from (select sum(sharable_mem) sum_obj_size &lt;BR /&gt;          from v$db_object_cache where type &amp;lt;&amp;gt; 'CURSOR'),&lt;BR /&gt;               (select sum(sharable_mem) sum_sql_size&lt;BR /&gt;          from v$sqlarea),&lt;BR /&gt;               (select sum(250 * users_opening) sum_user_size&lt;BR /&gt;          from v$sqlarea), v$parameter&lt;BR /&gt; where name = 'shared_pool_size';</description>
      <pubDate>Wed, 19 Dec 2007 12:31:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-errors/m-p/4118859#M727083</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2007-12-19T12:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: ORA errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-errors/m-p/4118860#M727084</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You are definitely facing an abnormal condition - ORA-600. If you have metalink access, you can upload the trace in the lookup utility to get more information on the right problem.&lt;BR /&gt;&lt;BR /&gt;Note 153788.1 : Troubleshoot an ORA-600 or ORA-7445 Error Using the Error Lookup Tool&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Thu, 20 Dec 2007 17:43:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-errors/m-p/4118860#M727084</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-12-20T17:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: ORA errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-errors/m-p/4118861#M727085</link>
      <description>Good diagnostic post Eric.&lt;BR /&gt;&lt;BR /&gt;I've tuned my shared pool through trial and error (just by watching the events of the day),and my pool size is within .0025 % of what your script says it should be.&lt;BR /&gt;&lt;BR /&gt;Nice post.</description>
      <pubDate>Thu, 20 Dec 2007 20:29:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-errors/m-p/4118861#M727085</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2007-12-20T20:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: ORA errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-errors/m-p/4118862#M727086</link>
      <description>Good news, that error is NOT going to corrupt your database.&lt;BR /&gt;&lt;BR /&gt;From Oracle's tool as mentioned by Yogeeraj:&lt;BR /&gt;&lt;BR /&gt;  This error is raised when there are problems with parallel query &lt;BR /&gt;  processing while creating and shutting down query slave (server)&lt;BR /&gt;  processes.  &lt;BR /&gt;&lt;BR /&gt;IMPACT:             &lt;BR /&gt;  PROCESS FAILURE&lt;BR /&gt;  NON CORRUPTIVE - No underlying data corruption.&lt;BR /&gt;&lt;BR /&gt;SUGGESTIONS:&lt;BR /&gt;  Increase the parallel_max_servers parameter in init.ora&lt;BR /&gt;  and retry the operation.&lt;BR /&gt;&lt;BR /&gt;  Known Issues:&lt;BR /&gt;  Bug# 3256025   See Note 3256025.8&lt;BR /&gt;      OERI[15709] cleaning up dead PQ slaves&lt;BR /&gt;      Fixed: 9.2.0.5, 10.1.0.2&lt;BR /&gt; &lt;BR /&gt;  Bug# 2362461   See Note 2362461.8&lt;BR /&gt;      OERI:[15709] possible due to PQ slave cleanup race condition&lt;BR /&gt;      Fixed: 9.2.0.2, 10.1.0.2&lt;BR /&gt; &lt;BR /&gt;  Bug# 1615171   See Note 1615171.8&lt;BR /&gt;      OERI:15709 possible on rollback of PDML which takes &amp;gt; 32 minutes&lt;BR /&gt;      Fixed: 8.1.7.3, 9.0.1.0&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Dec 2007 20:44:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-errors/m-p/4118862#M727086</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2007-12-20T20:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: ORA errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-errors/m-p/4118863#M727087</link>
      <description>Thank you TwoProc,&lt;BR /&gt;&lt;BR /&gt;To bad nobody was listening neither assigning points... &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Dec 2007 09:01:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-errors/m-p/4118863#M727087</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2007-12-21T09:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: ORA errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-errors/m-p/4118864#M727088</link>
      <description>Thank you TwoProc,&lt;BR /&gt;&lt;BR /&gt;To bad the question's author wasn't listening neither assigning points... &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Dec 2007 09:02:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-errors/m-p/4118864#M727088</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2007-12-21T09:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: ORA errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-errors/m-p/4118865#M727089</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;   Thanks for your response .&lt;BR /&gt;&lt;BR /&gt;sorry,iam unable to reponse early becoz i returned back to work after 5 days leave.&lt;BR /&gt;&lt;BR /&gt;  i uploaded the oraerrors to metalink and waiting for response.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Nirmal</description>
      <pubDate>Mon, 24 Dec 2007 12:44:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-errors/m-p/4118865#M727089</guid>
      <dc:creator>Nirmalkumar</dc:creator>
      <dc:date>2007-12-24T12:44:36Z</dc:date>
    </item>
  </channel>
</rss>

