<?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 Oracle 9 Error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-error/m-p/3538547#M842136</link>
    <description>Yesterday, in an effort to free up some disk space, I uninstalled th 32 bit version of Oracle 9i.  We haven't used it in quite some time, in fact, the database wasn't running at all.  Instead, we use the 64 bit version which is on the same box. However, now when I try to access any of the commands for this version (sqlplus, imp, exp, etc.) I receive the following error:&lt;BR /&gt;&lt;BR /&gt;ld.so.1: sqlplus: fatal: libclntsh.so.9.0: open failed: No such file or director&lt;BR /&gt;y&lt;BR /&gt;Killed&lt;BR /&gt;&lt;BR /&gt;I have read that maybe I lost a link or I need to reestablish one for the libraries needed to run this, but I'm not real clear on what to link or if I really screwed something up and need to reinstall altogether.&lt;BR /&gt;&lt;BR /&gt;Any thoughts?</description>
    <pubDate>Thu, 05 May 2005 10:52:07 GMT</pubDate>
    <dc:creator>Scott Buckingham</dc:creator>
    <dc:date>2005-05-05T10:52:07Z</dc:date>
    <item>
      <title>Oracle 9 Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-error/m-p/3538547#M842136</link>
      <description>Yesterday, in an effort to free up some disk space, I uninstalled th 32 bit version of Oracle 9i.  We haven't used it in quite some time, in fact, the database wasn't running at all.  Instead, we use the 64 bit version which is on the same box. However, now when I try to access any of the commands for this version (sqlplus, imp, exp, etc.) I receive the following error:&lt;BR /&gt;&lt;BR /&gt;ld.so.1: sqlplus: fatal: libclntsh.so.9.0: open failed: No such file or director&lt;BR /&gt;y&lt;BR /&gt;Killed&lt;BR /&gt;&lt;BR /&gt;I have read that maybe I lost a link or I need to reestablish one for the libraries needed to run this, but I'm not real clear on what to link or if I really screwed something up and need to reinstall altogether.&lt;BR /&gt;&lt;BR /&gt;Any thoughts?</description>
      <pubDate>Thu, 05 May 2005 10:52:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-error/m-p/3538547#M842136</guid>
      <dc:creator>Scott Buckingham</dc:creator>
      <dc:date>2005-05-05T10:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9 Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-error/m-p/3538548#M842137</link>
      <description>What do you have in SHLIB_PATH?&lt;BR /&gt;&lt;BR /&gt;echo $SHLIB_PATH</description>
      <pubDate>Thu, 05 May 2005 11:13:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-error/m-p/3538548#M842137</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-05-05T11:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9 Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-error/m-p/3538549#M842138</link>
      <description>Scott,&lt;BR /&gt;&lt;BR /&gt;As far as I know Oracle9i is only 64 bits. (On HPUX).&lt;BR /&gt;Of course, you can have either a 32 bits or 64 bits client. Both libraries should ba available one being $ORACLE_HOME/lib (64 bits) the other one is the 32 bits version.&lt;BR /&gt;&lt;BR /&gt;I'm not sure what do you mean when you "uninstalled the 32bit version" ?&lt;BR /&gt;&lt;BR /&gt;What value do you have for ORACLE_HOME, PATH, SHLIB_PATH environment variables ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 May 2005 11:52:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-error/m-p/3538549#M842138</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2005-05-05T11:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9 Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-error/m-p/3538550#M842139</link>
      <description>This is actually an installation on a Solaris 8 platform.  I used the runInstaller program found in my 9i_32 directory to uninstall the software.  I then rm -r everything left in this directory.  I still have my 9i setup, which is the 64 bit version.  Here are my env var settings:&lt;BR /&gt;&lt;BR /&gt;LD_LIBRARY_PATH=/software/oracle/product/9i/lib:/usr/openwin/lib&lt;BR /&gt;ORACLE_BASE=/software/oracle&lt;BR /&gt;ORACLE_DOC=/software/oracle/product/9i/doc&lt;BR /&gt;ORACLE_HOME=/software/oracle/product/9i&lt;BR /&gt;ORACLE_SID=TST9i&lt;BR /&gt;PATH=/usr/bin::/usr/bin:.:/software/oracle/product/9i/bin:.:/software/oracle/pro&lt;BR /&gt;duct/9i/sqlplus::/usr/sbin:.:/usr/ccs/bin::/software/oracle/product/9i/OPatch:&lt;BR /&gt;SHELL=/bin/sh&lt;BR /&gt;SHLIB_PATH=/software/oracle/product/9i/lib&lt;BR /&gt;</description>
      <pubDate>Thu, 05 May 2005 12:02:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-error/m-p/3538550#M842139</guid>
      <dc:creator>Scott Buckingham</dc:creator>
      <dc:date>2005-05-05T12:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9 Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-error/m-p/3538551#M842140</link>
      <description>Ok SPARC.&lt;BR /&gt;not too familiar. It seems that thre is a 32 bits version.&lt;BR /&gt;If you uninstall the 32 bits version, did you use the OPracle installer to do so ?&lt;BR /&gt;&lt;BR /&gt;You probably need to relink your Oracle products.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Thu, 05 May 2005 12:18:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-error/m-p/3538551#M842140</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2005-05-05T12:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9 Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-error/m-p/3538552#M842141</link>
      <description>Yes, I ran Oracle's runInstaller program to uninstall the software.&lt;BR /&gt;&lt;BR /&gt;How do I relink Oracle?  I don't recall doing this before.  Can it be done manually?</description>
      <pubDate>Thu, 05 May 2005 12:56:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-error/m-p/3538552#M842141</guid>
      <dc:creator>Scott Buckingham</dc:creator>
      <dc:date>2005-05-05T12:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9 Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-error/m-p/3538553#M842142</link>
      <description>At the bottom you have instruction on relinking oracle 9:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://ist.uwaterloo.ca/~baumbach/ORACLEnotes/STARTUP_relinking_oracle.html" target="_blank"&gt;http://ist.uwaterloo.ca/~baumbach/ORACLEnotes/STARTUP_relinking_oracle.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But before you proceed, I recommend you to consult with your DBA</description>
      <pubDate>Thu, 05 May 2005 13:07:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-error/m-p/3538553#M842142</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-05-05T13:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9 Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-error/m-p/3538554#M842143</link>
      <description>Thanks, Alex, I'll give this a try.  As far as talking to our DBA, I'll have to do as I am the one acting in this capacity.</description>
      <pubDate>Thu, 05 May 2005 13:38:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-error/m-p/3538554#M842143</guid>
      <dc:creator>Scott Buckingham</dc:creator>
      <dc:date>2005-05-05T13:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9 Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-error/m-p/3538555#M842144</link>
      <description>Well, relinking doesn't work either as I seem to be missing some library.  Here is part of the error message:&lt;BR /&gt;&lt;BR /&gt;ld: fatal: library -lclntsh: not found&lt;BR /&gt;ld: fatal: File processing errors. No output written to sqlplus&lt;BR /&gt;*** Error code 1&lt;BR /&gt;make: Fatal error: Command failed for target `sqlplus'&lt;BR /&gt;&lt;BR /&gt;I've done some Google-ing on this and apparently I am missing libclntsh.a which I cannot find anywhere on the box. Will this warrant a re-install?</description>
      <pubDate>Thu, 05 May 2005 14:51:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-error/m-p/3538555#M842144</guid>
      <dc:creator>Scott Buckingham</dc:creator>
      <dc:date>2005-05-05T14:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9 Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-error/m-p/3538556#M842145</link>
      <description>Well, according to my googling, it's a part of 32bit libraries. If it wants 32bit libraries, ther is no point in relinking, because your goal is to relink it all with 64bit, right?&lt;BR /&gt;&lt;BR /&gt;So I think the direction is to find out how to make it relink with 64bit libraries and not 32bit ..&lt;BR /&gt;&lt;BR /&gt;Maybe I'm missing something ... Hope some DBA guru will see this thread ;)</description>
      <pubDate>Thu, 05 May 2005 15:00:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-error/m-p/3538556#M842145</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-05-05T15:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9 Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-error/m-p/3538557#M842146</link>
      <description>Btw, as Oracle customer you should have an access to their metalink. It's a very big and good knowledge base/forum, you can find there answers to 99.99% of your questions.&lt;BR /&gt;&lt;BR /&gt;If you don't have one, I suggest you to ask your account manager to get you one.</description>
      <pubDate>Thu, 05 May 2005 15:38:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-error/m-p/3538557#M842146</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-05-05T15:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9 Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-error/m-p/3538558#M842147</link>
      <description>hi scott!&lt;BR /&gt;&lt;BR /&gt;read all these post, at this stage it is preferrable that you log a TAR with Oracle through Metalink. They will help you out in very little time.&lt;BR /&gt;&lt;BR /&gt;good luck!&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Thu, 05 May 2005 23:15:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-error/m-p/3538558#M842147</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-05-05T23:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9 Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-error/m-p/3538559#M842148</link>
      <description>As part of a conversion of a database from 32 bit to 64 bit you have to do an oracle word size conversion.&lt;BR /&gt;&lt;BR /&gt;The database won't work right until that is done.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 05 May 2005 23:19:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-error/m-p/3538559#M842148</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-05-05T23:19:55Z</dc:date>
    </item>
  </channel>
</rss>

