<?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: install oracle8.1.7 error on hpux11.00 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/install-oracle8-1-7-error-on-hpux11-00/m-p/3066399#M904530</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Install HP-UX linker tools cumulative patch PHSS_22514 or later (HP patch PHSS_22478). &lt;BR /&gt;&lt;BR /&gt;After you install this patch, all of the Oracle executables need to be relinked: &lt;BR /&gt;&lt;BR /&gt;Do the following to relink :-&lt;BR /&gt;For Oracle8i: &lt;BR /&gt; &lt;BR /&gt; 1) Change to the "bin" directory: &lt;BR /&gt; &lt;BR /&gt;            % cd $ORACLE_HOME/bin &lt;BR /&gt; &lt;BR /&gt;  2) Use the "relink" utility with the "all" argument: &lt;BR /&gt; &lt;BR /&gt;            % relink all &lt;BR /&gt; &lt;BR /&gt;  3) Use the "relink" utility with the "utilities" argument: &lt;BR /&gt; &lt;BR /&gt;            % relink utilities &lt;BR /&gt; &lt;BR /&gt;  4) Change to the "sqlplus/lib" directory: &lt;BR /&gt; &lt;BR /&gt;            % cd $ORACLE_HOME/sqlplus/lib &lt;BR /&gt; &lt;BR /&gt;  5) Use the "make" command to relink "sqlplus": &lt;BR /&gt; &lt;BR /&gt;            % make -f ins_sqlplus.mk install &lt;BR /&gt; &lt;BR /&gt;    &lt;BR /&gt; This should fix the error.&lt;BR /&gt;&lt;BR /&gt;IA         &lt;BR /&gt; &lt;BR /&gt;          &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 09 Sep 2003 08:29:44 GMT</pubDate>
    <dc:creator>Indira Aramandla</dc:creator>
    <dc:date>2003-09-09T08:29:44Z</dc:date>
    <item>
      <title>install oracle8.1.7 error on hpux11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-oracle8-1-7-error-on-hpux11-00/m-p/3066393#M904524</link>
      <description>$ sqlplus /nolog&lt;BR /&gt;&lt;BR /&gt;SQL*Plus: Release 8.1.7.0.0 - Production on Tue Sep 9 11:19:21 2003&lt;BR /&gt;&lt;BR /&gt;(c) Copyright 2000 Oracle Corporation.  All rights reserved.&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; connect / as sysdba&lt;BR /&gt;sh: /ccdata/u01/app/oracle/product/8i/bin/oracle: Execute permission denied.&lt;BR /&gt;ERROR:&lt;BR /&gt;ORA-12547: TNS:lost contact&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ll&lt;BR /&gt;-rwsr-s--x   oracle  dba      oracle</description>
      <pubDate>Tue, 09 Sep 2003 02:50:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-oracle8-1-7-error-on-hpux11-00/m-p/3066393#M904524</guid>
      <dc:creator>hongjing_zhang</dc:creator>
      <dc:date>2003-09-09T02:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: install oracle8.1.7 error on hpux11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-oracle8-1-7-error-on-hpux11-00/m-p/3066394#M904525</link>
      <description>ll /ccdata/u01/app/oracle/product/8i/bin/oracle&lt;BR /&gt;&lt;BR /&gt;then&lt;BR /&gt;&lt;BR /&gt;id&lt;BR /&gt;&lt;BR /&gt;You will see a conflict between the user id you are logged on as and the ownership of that binary.&lt;BR /&gt;&lt;BR /&gt;If you are logged in as root.&lt;BR /&gt;&lt;BR /&gt;STOP!&lt;BR /&gt;&lt;BR /&gt;Do not ever, ever do anything with an oracle database as root.&lt;BR /&gt;&lt;BR /&gt;Try again as the user that owns the database binaries.  Most shops use the user oracle.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Sep 2003 02:59:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-oracle8-1-7-error-on-hpux11-00/m-p/3066394#M904525</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-09-09T02:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: install oracle8.1.7 error on hpux11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-oracle8-1-7-error-on-hpux11-00/m-p/3066395#M904526</link>
      <description>$ id&lt;BR /&gt;uid=102(oracle) gid=102(dba) groups=20(users)&lt;BR /&gt;$ ll bin/oracle&lt;BR /&gt;-rwsr-s--x   1 oracle     dba        36212736 Sep  9 11:11 bin/oracle&lt;BR /&gt;$ sqlplus /nolog&lt;BR /&gt;&lt;BR /&gt;SQL*Plus: Release 8.1.7.0.0 - Production on Tue Sep 9 12:04:19 2003&lt;BR /&gt;&lt;BR /&gt;(c) Copyright 2000 Oracle Corporation.  All rights reserved.&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; connect / as sysdba&lt;BR /&gt;sh: /ccdata/u01/app/oracle/product/8i/bin/oracle: Execute permission denied.&lt;BR /&gt;ERROR:&lt;BR /&gt;ORA-12547: TNS:lost contact</description>
      <pubDate>Tue, 09 Sep 2003 03:05:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-oracle8-1-7-error-on-hpux11-00/m-p/3066395#M904526</guid>
      <dc:creator>hongjing_zhang</dc:creator>
      <dc:date>2003-09-09T03:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: install oracle8.1.7 error on hpux11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-oracle8-1-7-error-on-hpux11-00/m-p/3066396#M904527</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Check further up the directory tree.  &lt;BR /&gt;Your permissions on oracle are OK but possibly some of the directories above need to have correct permissions/owners set.  For example the oracle, product, bin &amp;amp; 8i directories should have 755 perms &amp;amp; be owned by oracle with group of dba.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Sep 2003 03:16:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-oracle8-1-7-error-on-hpux11-00/m-p/3066396#M904527</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2003-09-09T03:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: install oracle8.1.7 error on hpux11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-oracle8-1-7-error-on-hpux11-00/m-p/3066397#M904528</link>
      <description>directory and file permission is 755 and owner is oracle:dba&lt;BR /&gt;it's right</description>
      <pubDate>Tue, 09 Sep 2003 03:25:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-oracle8-1-7-error-on-hpux11-00/m-p/3066397#M904528</guid>
      <dc:creator>hongjing_zhang</dc:creator>
      <dc:date>2003-09-09T03:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: install oracle8.1.7 error on hpux11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-oracle8-1-7-error-on-hpux11-00/m-p/3066398#M904529</link>
      <description>you have missed some pre-requisite patches before installation.&lt;BR /&gt;&lt;BR /&gt;Load this patch from hp&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/patch/patchDetail.do?patchid=PHSS_28434&amp;amp;context=hpux:800:11:00" target="_blank"&gt;http://www2.itrc.hp.com/service/patch/patchDetail.do?patchid=PHSS_28434&amp;amp;context=hpux:800:11:00&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Then re-link oracle&lt;BR /&gt;&lt;BR /&gt;check the attache</description>
      <pubDate>Tue, 09 Sep 2003 03:52:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-oracle8-1-7-error-on-hpux11-00/m-p/3066398#M904529</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-09-09T03:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: install oracle8.1.7 error on hpux11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-oracle8-1-7-error-on-hpux11-00/m-p/3066399#M904530</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Install HP-UX linker tools cumulative patch PHSS_22514 or later (HP patch PHSS_22478). &lt;BR /&gt;&lt;BR /&gt;After you install this patch, all of the Oracle executables need to be relinked: &lt;BR /&gt;&lt;BR /&gt;Do the following to relink :-&lt;BR /&gt;For Oracle8i: &lt;BR /&gt; &lt;BR /&gt; 1) Change to the "bin" directory: &lt;BR /&gt; &lt;BR /&gt;            % cd $ORACLE_HOME/bin &lt;BR /&gt; &lt;BR /&gt;  2) Use the "relink" utility with the "all" argument: &lt;BR /&gt; &lt;BR /&gt;            % relink all &lt;BR /&gt; &lt;BR /&gt;  3) Use the "relink" utility with the "utilities" argument: &lt;BR /&gt; &lt;BR /&gt;            % relink utilities &lt;BR /&gt; &lt;BR /&gt;  4) Change to the "sqlplus/lib" directory: &lt;BR /&gt; &lt;BR /&gt;            % cd $ORACLE_HOME/sqlplus/lib &lt;BR /&gt; &lt;BR /&gt;  5) Use the "make" command to relink "sqlplus": &lt;BR /&gt; &lt;BR /&gt;            % make -f ins_sqlplus.mk install &lt;BR /&gt; &lt;BR /&gt;    &lt;BR /&gt; This should fix the error.&lt;BR /&gt;&lt;BR /&gt;IA         &lt;BR /&gt; &lt;BR /&gt;          &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Sep 2003 08:29:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-oracle8-1-7-error-on-hpux11-00/m-p/3066399#M904530</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2003-09-09T08:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: install oracle8.1.7 error on hpux11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-oracle8-1-7-error-on-hpux11-00/m-p/3066400#M904531</link>
      <description>btw, why don't you just use 'connect internal' ?</description>
      <pubDate>Tue, 09 Sep 2003 09:24:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-oracle8-1-7-error-on-hpux11-00/m-p/3066400#M904531</guid>
      <dc:creator>Sandro Schaer_1</dc:creator>
      <dc:date>2003-09-09T09:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: install oracle8.1.7 error on hpux11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-oracle8-1-7-error-on-hpux11-00/m-p/3066401#M904532</link>
      <description>oops....internal only works if logged in as 'oracle' owner</description>
      <pubDate>Tue, 09 Sep 2003 09:30:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-oracle8-1-7-error-on-hpux11-00/m-p/3066401#M904532</guid>
      <dc:creator>Sandro Schaer_1</dc:creator>
      <dc:date>2003-09-09T09:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: install oracle8.1.7 error on hpux11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-oracle8-1-7-error-on-hpux11-00/m-p/3066402#M904533</link>
      <description>"connect internal" is going away after 8i&lt;BR /&gt;&lt;BR /&gt;the new (correct) login is now&lt;BR /&gt;connect / as sysdba&lt;BR /&gt;&lt;BR /&gt;It's a good idea to start using it so it won't become a big shock when you go to 9</description>
      <pubDate>Tue, 09 Sep 2003 14:35:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-oracle8-1-7-error-on-hpux11-00/m-p/3066402#M904533</guid>
      <dc:creator>bob hollis</dc:creator>
      <dc:date>2003-09-09T14:35:44Z</dc:date>
    </item>
  </channel>
</rss>

