<?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: core dump on sqlplus in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-on-sqlplus/m-p/4537042#M652218</link>
    <description>Hi Tom,&lt;BR /&gt;&lt;BR /&gt;Go to the core file directory and execute:&lt;BR /&gt;&lt;BR /&gt;"file core"&lt;BR /&gt;&lt;BR /&gt;What do you get?&lt;BR /&gt;&lt;BR /&gt;What is the size of your physical memory?&lt;BR /&gt;&lt;BR /&gt;What values/formulas do you have for kernel parameters bufpages, dbc_min_pct, dbc_max_pct, maxfiles, maxfiles_lim, nfile, nflocks, ninode, maxswapchunks, maxswapchunks, swapmem_on, swchunk, vps_ceiling, maxdsiz and maxdsiz_64bit, maxssiz and maxssiz_64bit, maxtsiz and maxtsiz_64bit, maxuprc&lt;BR /&gt;, max_thread_proc, nkthread and nproc? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
    <pubDate>Wed, 02 Dec 2009 11:22:30 GMT</pubDate>
    <dc:creator>Eric Antunes</dc:creator>
    <dc:date>2009-12-02T11:22:30Z</dc:date>
    <item>
      <title>core dump on sqlplus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-on-sqlplus/m-p/4537033#M652209</link>
      <description>Dear,&lt;BR /&gt;&lt;BR /&gt;when developer ran a query on db 10g HPUX 11.31&lt;BR /&gt;he received a coredump. if i modify (reduce what he want to retrieve) the query and run it, then it is fine.&lt;BR /&gt;Would someone please advise which kernel parameter i need to adjust to fix the coredump issue.&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Tom&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Nov 2009 18:42:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-on-sqlplus/m-p/4537033#M652209</guid>
      <dc:creator>tom quach_1</dc:creator>
      <dc:date>2009-11-19T18:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: core dump on sqlplus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-on-sqlplus/m-p/4537034#M652210</link>
      <description>A well-behaved program should never dump core because of too much data; it should display a clear error message instead.&lt;BR /&gt;&lt;BR /&gt;You may have found a bug in sqlplus. &lt;BR /&gt;&lt;BR /&gt;Have Oracle support analyze the case, so that a real fix can be developed. They can also tell you if a workaround is possible.&lt;BR /&gt;&lt;BR /&gt;Depending on the root causes of the core dump, the workaround may be a kernel parameter adjustment or something completely different.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Thu, 19 Nov 2009 18:58:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-on-sqlplus/m-p/4537034#M652210</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-11-19T18:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: core dump on sqlplus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-on-sqlplus/m-p/4537035#M652211</link>
      <description>Thanks MK for your advice.</description>
      <pubDate>Thu, 19 Nov 2009 19:03:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-on-sqlplus/m-p/4537035#M652211</guid>
      <dc:creator>tom quach_1</dc:creator>
      <dc:date>2009-11-19T19:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: core dump on sqlplus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-on-sqlplus/m-p/4537036#M652212</link>
      <description>&amp;gt;&amp;gt;if i modify (reduce what he want to retrieve) the query and run it, then it is fine&lt;BR /&gt;&lt;BR /&gt;a few thoughts ..&lt;BR /&gt;&lt;BR /&gt;a) Could be the user profile limitting the resources .&lt;BR /&gt;&lt;BR /&gt;b)Check the active resource_manager_plan in your database and confirm this is not limiting your queries&lt;BR /&gt;&lt;BR /&gt;c) what was the message in alert log at the time of core dump.&lt;BR /&gt;&lt;BR /&gt;d) How is the system resources ?&lt;BR /&gt;&lt;BR /&gt;Aneesh&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Nov 2009 19:08:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-on-sqlplus/m-p/4537036#M652212</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2009-11-19T19:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: core dump on sqlplus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-on-sqlplus/m-p/4537037#M652213</link>
      <description>&lt;BR /&gt;Thanks Aneesh,&lt;BR /&gt;&lt;BR /&gt;i ran the same query on the database server itself, the query ran fine, ran the query on the test database and it also ran fine.&lt;BR /&gt;but when running the same query from a remote client (hpux 11.31) i got the coredump.&lt;BR /&gt;i was thinking about some kernel parameter that i need to adjust on remote client.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Tom&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Nov 2009 19:34:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-on-sqlplus/m-p/4537037#M652213</guid>
      <dc:creator>tom quach_1</dc:creator>
      <dc:date>2009-11-19T19:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: core dump on sqlplus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-on-sqlplus/m-p/4537038#M652214</link>
      <description>Tom&lt;BR /&gt;&lt;BR /&gt;there was a recent thread on this subject. &lt;BR /&gt;Not sure if this is similar but would be worth checking.&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1376992" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1376992&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Nov 2009 11:36:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-on-sqlplus/m-p/4537038#M652214</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2009-11-20T11:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: core dump on sqlplus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-on-sqlplus/m-p/4537039#M652215</link>
      <description>Hi Tom,&lt;BR /&gt;&lt;BR /&gt;Is there any ORA error message on alert&lt;SID&gt;.log?&lt;BR /&gt;&lt;BR /&gt;What is the database exect version? 10...? Do you have RAC? &lt;BR /&gt;&lt;BR /&gt;Why do you think it is a kernel issue?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes&lt;/SID&gt;</description>
      <pubDate>Fri, 20 Nov 2009 12:42:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-on-sqlplus/m-p/4537039#M652215</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2009-11-20T12:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: core dump on sqlplus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-on-sqlplus/m-p/4537040#M652216</link>
      <description>Thanks Jean-luc the link was not relevant to this case.&lt;BR /&gt;Thanks Eric, --there were not errors in alert.log, i am using 10g R2 10.2.0.4 with RAC&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Why do you think it is a kernel issue?&amp;lt;--not sure about this, but most of the coredump was related to resource???&lt;BR /&gt;it run fine on the same server connection but not for remote connection...&lt;BR /&gt;Thanks for your helps.&lt;BR /&gt;Tom&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Nov 2009 19:34:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-on-sqlplus/m-p/4537040#M652216</guid>
      <dc:creator>tom quach_1</dc:creator>
      <dc:date>2009-11-24T19:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: core dump on sqlplus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-on-sqlplus/m-p/4537041#M652217</link>
      <description>&amp;gt;Eric:Why do you think it is a kernel issue?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;not sure about this, but most of the coredump was related to resource?&lt;BR /&gt;&lt;BR /&gt;Do you know what signal cause the coredump?&lt;BR /&gt;Various signals could be related to limitations or more likely bad programming.&lt;BR /&gt;&lt;BR /&gt;Signal 6, SIGABRT, is most likely a software error or configuration issue.  There may be a message to stderr explaining the problem.</description>
      <pubDate>Wed, 25 Nov 2009 00:50:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-on-sqlplus/m-p/4537041#M652217</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-11-25T00:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: core dump on sqlplus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-on-sqlplus/m-p/4537042#M652218</link>
      <description>Hi Tom,&lt;BR /&gt;&lt;BR /&gt;Go to the core file directory and execute:&lt;BR /&gt;&lt;BR /&gt;"file core"&lt;BR /&gt;&lt;BR /&gt;What do you get?&lt;BR /&gt;&lt;BR /&gt;What is the size of your physical memory?&lt;BR /&gt;&lt;BR /&gt;What values/formulas do you have for kernel parameters bufpages, dbc_min_pct, dbc_max_pct, maxfiles, maxfiles_lim, nfile, nflocks, ninode, maxswapchunks, maxswapchunks, swapmem_on, swchunk, vps_ceiling, maxdsiz and maxdsiz_64bit, maxssiz and maxssiz_64bit, maxtsiz and maxtsiz_64bit, maxuprc&lt;BR /&gt;, max_thread_proc, nkthread and nproc? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Wed, 02 Dec 2009 11:22:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-on-sqlplus/m-p/4537042#M652218</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2009-12-02T11:22:30Z</dc:date>
    </item>
  </channel>
</rss>

