<?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: Command line relinking Oracle in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/command-line-relinking-oracle/m-p/3305661#M874976</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;see also the doc directory in cd $ORACLE_HOME/rdbms/doc&lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;yogeeraj</description>
    <pubDate>Tue, 15 Jun 2004 22:42:32 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2004-06-15T22:42:32Z</dc:date>
    <item>
      <title>Command line relinking Oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-line-relinking-oracle/m-p/3305658#M874973</link>
      <description>Does anyone have any links to relinking Oracle Executables(oRacle 7.2 on HP_UX 10.2) I do not have any database on the server at the moment. I have only got a fresh install of software of 7.2 on this server. I tried relinking using the installer option, but it looks complicated - on Relink Executables, I have to select items and select "Install" (??) and I am scared to do something ambiguous.&lt;BR /&gt;Does anyone rememebr the command for it, If so please do let me know&lt;BR /&gt;Many Thnaks</description>
      <pubDate>Tue, 15 Jun 2004 10:25:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-line-relinking-oracle/m-p/3305658#M874973</guid>
      <dc:creator>Massimo_37</dc:creator>
      <dc:date>2004-06-15T10:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Command line relinking Oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-line-relinking-oracle/m-p/3305659#M874974</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;cd $ORACLE_HOME/rdbs/lib&lt;BR /&gt;&lt;BR /&gt;make -f ins_rdbms.mk install&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Jun 2004 10:43:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-line-relinking-oracle/m-p/3305659#M874974</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2004-06-15T10:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Command line relinking Oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-line-relinking-oracle/m-p/3305660#M874975</link>
      <description>Don't forget:&lt;BR /&gt;&lt;BR /&gt;cd $ORACLE_HOME/network/lib&lt;BR /&gt;make -f ins_network.mk install&lt;BR /&gt;&lt;BR /&gt;cd $ORACLE_HOME/sqlplus/lib&lt;BR /&gt;make -f ins_sqlplus.mk install&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Tue, 15 Jun 2004 12:20:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-line-relinking-oracle/m-p/3305660#M874975</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2004-06-15T12:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Command line relinking Oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-line-relinking-oracle/m-p/3305661#M874976</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;see also the doc directory in cd $ORACLE_HOME/rdbms/doc&lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Tue, 15 Jun 2004 22:42:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-line-relinking-oracle/m-p/3305661#M874976</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2004-06-15T22:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Command line relinking Oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-line-relinking-oracle/m-p/3305662#M874977</link>
      <description>After installation,login as oracle and execute below :&lt;BR /&gt;&lt;BR /&gt;oracle $ cd $ORACLE_HOME&lt;BR /&gt;oracle $ relink all&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB</description>
      <pubDate>Tue, 15 Jun 2004 22:57:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-line-relinking-oracle/m-p/3305662#M874977</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2004-06-15T22:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Command line relinking Oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-line-relinking-oracle/m-p/3305663#M874978</link>
      <description>1. login the system as 'oracle'.    &lt;BR /&gt;2.verify that your $ORACLE_HOME is set correctly: &lt;BR /&gt;$ cd $ORACLE_HOME  &lt;BR /&gt;% pwd      &lt;BR /&gt;3. verify environment for relinking:    &lt;BR /&gt;- Set SHLIB_PATH to include $ORACLE_HOME/lib        &lt;BR /&gt;- if 64bit 8i Oracle, SHLIB_PATH should also include $ORACLE_HOME/lib64.          &lt;BR /&gt;- ensure LPATH is unset &lt;BR /&gt;4. shutdown both database abd listener&lt;BR /&gt;5. to relink Oracle:  &lt;BR /&gt;if oracle 8i or 9i, a 'relink' script is found in the $ORACLE_HOME/bin &lt;BR /&gt;$ cd $ORACLE_HOME/bin &lt;BR /&gt;to relink most of the executables associated with oracle:      &lt;BR /&gt;$ relink all       &lt;BR /&gt;&lt;BR /&gt;or you may use 'make' commands as below:&lt;BR /&gt;For executables:  oracle, exp, imp, sqlldr, tkprof, mig, dbv, orapwd, rman, svrmgrl, ogms, ogmsctl        &lt;BR /&gt;$ cd $ORACLE_HOME/rdbms/lib       &lt;BR /&gt;$ make -f ins_rdbms.mk install   &lt;BR /&gt;For executables:  sqlplus         &lt;BR /&gt;$ cd $ORACLE_HOME/sqlplus/lib        &lt;BR /&gt;$ make -f ins_sqlplus.mk install   &lt;BR /&gt;.....&lt;BR /&gt;&lt;BR /&gt;If relinking is successful, the make command will eventually return to the OS prompt without an error. &lt;BR /&gt;</description>
      <pubDate>Tue, 15 Jun 2004 22:59:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-line-relinking-oracle/m-p/3305663#M874978</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2004-06-15T22:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Command line relinking Oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-line-relinking-oracle/m-p/3305664#M874979</link>
      <description>pl see atachment</description>
      <pubDate>Thu, 29 Jul 2004 08:18:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-line-relinking-oracle/m-p/3305664#M874979</guid>
      <dc:creator>Akash_8</dc:creator>
      <dc:date>2004-07-29T08:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Command line relinking Oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-line-relinking-oracle/m-p/3305665#M874980</link>
      <description>eehhmm Akash ?&lt;BR /&gt;There is no attachment as far as i can see...&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes</description>
      <pubDate>Fri, 30 Jul 2004 06:15:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-line-relinking-oracle/m-p/3305665#M874980</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2004-07-30T06:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Command line relinking Oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-line-relinking-oracle/m-p/3305666#M874981</link>
      <description>Add to above reply,&lt;BR /&gt;On hpux, if Oracle 7.3.X, 8.0.X, 8.1.X, remember to:&lt;BR /&gt;- Set SHLIB_PATH to $ORACLE_HOME/lib        If using 64bit 8i Oracle, also        &lt;BR /&gt;- Set LD_LIBRARY_PATH to $ORACLE_HOME/lib        &lt;BR /&gt;- ensure LPATH is unset &lt;BR /&gt;&lt;BR /&gt;Hope it helps.&lt;BR /&gt;twang</description>
      <pubDate>Fri, 30 Jul 2004 06:35:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-line-relinking-oracle/m-p/3305666#M874981</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2004-07-30T06:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Command line relinking Oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-line-relinking-oracle/m-p/3305667#M874982</link>
      <description>Miss the important part:&lt;BR /&gt;if Oracle 7.3.x :&lt;BR /&gt;For executables: oracle, exp, imp, sqlldr, tkprof &lt;BR /&gt;% cd $ORACLE_HOME/rdbms/lib &lt;BR /&gt;% make -f ins_rdbms.mk install &lt;BR /&gt;For executables: svrmgrl, svrmgrm &lt;BR /&gt;% cd $ORACLE_HOME/svrmgr/lib &lt;BR /&gt;% make -f ins_svrmgr.mk linstall minstall &amp;lt;- linstall is for svrmgrl, &lt;BR /&gt;minstall is for svrmgrm &lt;BR /&gt;For executables: sqlplus &lt;BR /&gt;% cd $ORACLE_HOME/sqlplus/lib &lt;BR /&gt;% make -f ins_sqlplus.mk install &lt;BR /&gt;For executables: dbsnmp, oemevent, oratclsh &lt;BR /&gt;% cd $ORACLE_HOME/network/lib &lt;BR /&gt;% make -f ins_agent.mk install &lt;BR /&gt;For executables: names, namesctl &lt;BR /&gt;% cd $ORACLE_HOME/network/lib &lt;BR /&gt;% make -f ins_names.mk install &lt;BR /&gt;For executables: tnslsnr, lsnrctl, tnsping, csmnl, trceval, trcroute &lt;BR /&gt;% cd $ORACLE_HOME/network/lib &lt;BR /&gt;% make -f ins_network.mk install &lt;BR /&gt;</description>
      <pubDate>Fri, 30 Jul 2004 06:36:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-line-relinking-oracle/m-p/3305667#M874982</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2004-07-30T06:36:50Z</dc:date>
    </item>
  </channel>
</rss>

