<?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 when accessing sqlplus!! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-when-accessing-sqlplus/m-p/2465807#M774310</link>
    <description>Try getting some more info on what caused the core : eg try running a&lt;BR /&gt;&lt;BR /&gt;file core &amp;amp; what core : &lt;BR /&gt;get latest patches installed, check what "cored" log files etc, rc.log syslog.log etc for clues ?</description>
    <pubDate>Mon, 20 Nov 2000 13:25:33 GMT</pubDate>
    <dc:creator>Alex Glennie</dc:creator>
    <dc:date>2000-11-20T13:25:33Z</dc:date>
    <item>
      <title>Core Dump when accessing sqlplus!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-when-accessing-sqlplus/m-p/2465804#M774307</link>
      <description>Hi, we ahve just upgraded from oracle 734 to oracle 8. When I access sqlplus it returns with a core dump. my OS  version 11.00 32/bit. We are running baan 4c if this is any help.  What is the reason for this core dump and how do I fix this.&lt;BR /&gt;&lt;BR /&gt;Please could you give some tips here. &lt;BR /&gt;&lt;BR /&gt;THX&lt;BR /&gt;Ettienne</description>
      <pubDate>Mon, 20 Nov 2000 12:56:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-when-accessing-sqlplus/m-p/2465804#M774307</guid>
      <dc:creator>Ettienne Mong</dc:creator>
      <dc:date>2000-11-20T12:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Core Dump when accessing sqlplus!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-when-accessing-sqlplus/m-p/2465805#M774308</link>
      <description>Hi Ettienne,&lt;BR /&gt;&lt;BR /&gt;There are several possibilities, among them are:-&lt;BR /&gt;&lt;BR /&gt;1. Are you using RADIUS authentication?&lt;BR /&gt;2. Have you got the correct ORACLE_HOME/bin first in PATH and ORACLE_HOME set correctly?&lt;BR /&gt;3. Does SHLIB_PATH include $ORACLE_HOME/lib ?&lt;BR /&gt;&lt;BR /&gt;Let me know if any of the above apply. If not, some more information would be useful.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;John</description>
      <pubDate>Mon, 20 Nov 2000 13:19:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-when-accessing-sqlplus/m-p/2465805#M774308</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-11-20T13:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Core Dump when accessing sqlplus!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-when-accessing-sqlplus/m-p/2465806#M774309</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You may have to relink the oracle binaries after the upgrade to get rid of that problem:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   1.  # su - oracle&lt;BR /&gt;   2.  $ dbshut&lt;BR /&gt;   3.  $ cd ${ORACLE_HOME}/bin&lt;BR /&gt;   4.  $ mkdir orig&lt;BR /&gt;   5.  $ mv oracle svrmgrl sqlplus orig&lt;BR /&gt;   6.  $ cd ${ORACLE_HOME}/svrmgr/lib&lt;BR /&gt;   7.  $ make -f ins_svrmgr.mk svrmgrl&lt;BR /&gt;   8.  $ mv svrmgrl ../../bin&lt;BR /&gt;   9.  $ cd ${ORACLE_HOME}/rdbms/lib&lt;BR /&gt;  10.  $ make -f ins_rdbms.mk oracle&lt;BR /&gt;  11.  $ chmod 6755 oracle&lt;BR /&gt;  12.  $ mv oracle ../../bin&lt;BR /&gt;  13.  $ cd ${ORACLE_HOME}/sqlplus/lib&lt;BR /&gt;  14.  $ make -f ins_sqlplus.mk sqlplus&lt;BR /&gt;  15.  $ mv sqlplus ../../bin&lt;BR /&gt;  16.  Ensure that the new binaries have the correct permissions&lt;BR /&gt;       by comparing them with the ones saved in&lt;BR /&gt;       ${ORACLE_HOME}/bin/orig&lt;BR /&gt;&lt;BR /&gt;       For example, the oracle binary needs these permissions:&lt;BR /&gt;&lt;BR /&gt;       $ ll bin/oracle&lt;BR /&gt;       -rwsr-s--x  1 oracle dba  7503872 Mar 15 11:33 bin/oracle&lt;BR /&gt;&lt;BR /&gt;  17.  $ dbstart&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Additionally, make sure that you have the /etc/nsswitch.conf set up properly eg:&lt;BR /&gt;hosts:    files [NOTFOUND=continue] dns&lt;BR /&gt;&lt;BR /&gt;Also if you do a search for "core dump" AND oracle in the forums for other links.&lt;BR /&gt;&lt;BR /&gt;good luck</description>
      <pubDate>Mon, 20 Nov 2000 13:22:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-when-accessing-sqlplus/m-p/2465806#M774309</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-11-20T13:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Core Dump when accessing sqlplus!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-when-accessing-sqlplus/m-p/2465807#M774310</link>
      <description>Try getting some more info on what caused the core : eg try running a&lt;BR /&gt;&lt;BR /&gt;file core &amp;amp; what core : &lt;BR /&gt;get latest patches installed, check what "cored" log files etc, rc.log syslog.log etc for clues ?</description>
      <pubDate>Mon, 20 Nov 2000 13:25:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-dump-when-accessing-sqlplus/m-p/2465807#M774310</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2000-11-20T13:25:33Z</dc:date>
    </item>
  </channel>
</rss>

