<?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: Oracle Patching problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-patching-problem/m-p/3567733#M831005</link>
    <description>One of the oracle files needed to complete the make/compile may be corrupt. You may need to get &lt;BR /&gt;&lt;BR /&gt;/opt/oracle/8.1.7/lib/libserver8.a&lt;BR /&gt;&lt;BR /&gt;and other relavent files from another system.&lt;BR /&gt;&lt;BR /&gt;If unavailable, you may need to redo the initial oracle install.&lt;BR /&gt;&lt;BR /&gt;This post assumes SHLIB_PATH and other relavent environment variables are correct.&lt;BR /&gt;&lt;BR /&gt;Also note, you are using /usr/ccs/bin/ld&lt;BR /&gt;&lt;BR /&gt;/usr/ccs/bin needs to be on the SHLIB_PATH and PATH and needs to be fully patched on the OS level.&lt;BR /&gt;&lt;BR /&gt;Oracle has OS quarterly patch requirements that alos must be met to success with this process.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 21 Jun 2005 09:16:28 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-06-21T09:16:28Z</dc:date>
    <item>
      <title>Oracle Patching problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-patching-problem/m-p/3567732#M831004</link>
      <description>We are trying to patch 8.1.7 (I know old and not supported but we do not have choice). All goes fine but at the linking part we get an error:&lt;BR /&gt;&lt;BR /&gt;ERROR IN INVOKING TARGET INSTALL OF MAKEFILE&lt;BR /&gt;/OPT/ORACLE/8.1.7/RDBMS/LIB/INS_RDBMS.MK&lt;BR /&gt;&lt;BR /&gt;and as suggested in other threads we find following in make.log file:&lt;BR /&gt;&lt;BR /&gt; - Linking Oracle &lt;BR /&gt; rm -f /opt/oracle/8.1.7/rdbms/lib/oracle&lt;BR /&gt; cc -Wl,+s -Wl,+n  -o /opt/oracle/8.1.7/rdbms/lib/oracle -L/opt/oracle/8.1.7/rdbms/lib -L/opt/oracle/8.1.7/lib  -o /opt/oracle/8.1.7/rdbms/lib/oracle  -Wl,-PF,linkorderfile -Wl,+Ostaticprediction /opt/oracle/8.1.7/rdbms/lib/opimai.o /opt/oracle/8.1.7/rdbms/lib/ssoraed.o /opt/oracle/8.1.7/rdbms/lib/ttcsoi.o /opt/oracle/8.1.7/rdbms/lib/kpuasvr.o /opt/oracle/8.1.7/lib/nautab.o /opt/oracle/8.1.7/lib/naeet.o /opt/oracle/8.1.7/lib/naect.o /opt/oracle/8.1.7/lib/naedhs.o /opt/oracle/8.1.7/rdbms/lib/config.o  -lserver8 -lskgxp8  -lclient8  -lvsn8 -lwtcserver8  -lcommon8 -lgeneric8 /opt/oracle/8.1.7/rdbms/lib/defopt.o -lknlopt -lslax8 -lpls8  -lplp8  -lserver8 -lclient8  -lvsn8 -lwtcserver8  -lcommon8 -lgeneric8 -lknlopt -lslax8  -lpls8  -lplp8 `cat /opt/oracle/8.1.7/rdbms/lib/nmliblist` -ldbicx8 -ldbicx8 -ljox8 -lserver8  -lwwg8 -lobk  `sed -e 's/-ljava//g' /opt/oracle/8.1.7/lib/ldflags`     -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `sed -e 's/-ljava//g' /opt/oracle/8.1.7/lib/ldflags`     -lnsgr8 -lnzjs8 -ln8 -lnl8 -lclient8  -lvsn8 -lwtcserver8  -lcommon8 -lgeneric8  -lmm -lnls8  -lcore8 -lnls8 -lcore8  -lnls8  `sed -e 's/-ljava//g' /opt/oracle/8.1.7/lib/ldflags`     -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `sed -e 's/-ljava//g' /opt/oracle/8.1.7/lib/ldflags`     -lnsgr8 -lnzjs8 -ln8 -lnl8 -lclient8  -lvsn8 -lwtcserver8  -lcommon8 -lgeneric8   -ltrace8 -lnls8  -lcore8 -lnls8 -lcore8  -lnls8  -lclient8  -lvsn8 -lwtcserver8  -lcommon8 -lgeneric8 -lnls8  -lcore8 -lnls8 -lcore8  -lnls8  -lserver8  `if ar tv /opt/oracle/8.1.7/rdbms/lib/libknlopt.a | grep "kxmnsd.o" &amp;gt; /dev/null 2&amp;gt;&amp;amp;1 ; then echo " " ; else echo "-lordsdo8"; fi` -lordts8 -lctxc8 -lctx8 -lzx8 -lgx8 -lctx8 -lzx8 -lgx8 -lordvirt8 -lnls8  -lcore8 -lnls8 -lcore8  -lnls8    `cat /opt/oracle/8.1.7/lib/sysliblist`  -lm   &lt;BR /&gt;/usr/ccs/bin/ld: Unsatisfied symbols:&lt;BR /&gt;   kkx_same_src (first referenced in /opt/oracle/8.1.7/lib/libserver8.a(kkp.o)) (code)&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;We verified all the environment and kernel settings as suggested in other threads but no luck for couple of days now.</description>
      <pubDate>Tue, 21 Jun 2005 09:00:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-patching-problem/m-p/3567732#M831004</guid>
      <dc:creator>Rob Kunicki</dc:creator>
      <dc:date>2005-06-21T09:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Patching problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-patching-problem/m-p/3567733#M831005</link>
      <description>One of the oracle files needed to complete the make/compile may be corrupt. You may need to get &lt;BR /&gt;&lt;BR /&gt;/opt/oracle/8.1.7/lib/libserver8.a&lt;BR /&gt;&lt;BR /&gt;and other relavent files from another system.&lt;BR /&gt;&lt;BR /&gt;If unavailable, you may need to redo the initial oracle install.&lt;BR /&gt;&lt;BR /&gt;This post assumes SHLIB_PATH and other relavent environment variables are correct.&lt;BR /&gt;&lt;BR /&gt;Also note, you are using /usr/ccs/bin/ld&lt;BR /&gt;&lt;BR /&gt;/usr/ccs/bin needs to be on the SHLIB_PATH and PATH and needs to be fully patched on the OS level.&lt;BR /&gt;&lt;BR /&gt;Oracle has OS quarterly patch requirements that alos must be met to success with this process.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 21 Jun 2005 09:16:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-patching-problem/m-p/3567733#M831005</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-06-21T09:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Patching problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-patching-problem/m-p/3567734#M831006</link>
      <description>Hi Rob,&lt;BR /&gt;&lt;BR /&gt;What is your maxdsiz value (maxdsiz_64bits if your binaries are in 64 bits...)? It must be greater than 300 Mb...&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Jun 2005 09:44:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-patching-problem/m-p/3567734#M831006</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-06-21T09:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Patching problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-patching-problem/m-p/3567735#M831007</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;Post also the following:&lt;BR /&gt;&lt;BR /&gt;#swapinfo -tam&lt;BR /&gt;&lt;BR /&gt;You need to have enough contiguous swap space.&lt;BR /&gt;&lt;BR /&gt;Finally, swchunk kernel parameter should be equal to 4096.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Tue, 21 Jun 2005 09:51:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-patching-problem/m-p/3567735#M831007</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-06-21T09:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Patching problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-patching-problem/m-p/3567736#M831008</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;I verified that I don't have this libserver8.a library so it must be 64 bit lib! &lt;BR /&gt;&lt;BR /&gt;If you are not running a 64 bits RDBMS, you must download the 32 bits patch!!&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Tue, 21 Jun 2005 10:06:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-patching-problem/m-p/3567736#M831008</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-06-21T10:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Patching problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-patching-problem/m-p/3567737#M831009</link>
      <description>kkx_same_src is defined in kkxwtp.o in the rdbms/lib directory. Add that .o to the link list.</description>
      <pubDate>Tue, 21 Jun 2005 10:18:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-patching-problem/m-p/3567737#M831009</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-06-21T10:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Patching problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-patching-problem/m-p/3567738#M831010</link>
      <description>Thank you for fast response.&lt;BR /&gt;&lt;BR /&gt;my swapinfo:&lt;BR /&gt;&lt;BR /&gt;# swapinfo -tam&lt;BR /&gt;             Mb      Mb      Mb   PCT  START/      Mb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev        4096       0    4096    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -     235    -235&lt;BR /&gt;memory     1533    1330     203   87%&lt;BR /&gt;total      5629    1565    4064   28%       -       0    -&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;maxdsize         536870912&lt;BR /&gt;maxdsize        1073741824&lt;BR /&gt;swchunk is set to 2048 (I will change it and try again)&lt;BR /&gt;&lt;BR /&gt;Thank You</description>
      <pubDate>Tue, 21 Jun 2005 10:22:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-patching-problem/m-p/3567738#M831010</guid>
      <dc:creator>Rob Kunicki</dc:creator>
      <dc:date>2005-06-21T10:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Patching problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-patching-problem/m-p/3567739#M831011</link>
      <description>hi Rob,&lt;BR /&gt;&lt;BR /&gt;also have a look at metalink note: 255922.1 &lt;BR /&gt;Subject:  Patchset 8.1.7.4 Installation Fails with Undefined Symbol kkx_same_src,skgxntrace &lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Tue, 21 Jun 2005 10:37:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-patching-problem/m-p/3567739#M831011</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-06-21T10:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Patching problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-patching-problem/m-p/3567740#M831012</link>
      <description>I did try everything that suggested with no luck.&lt;BR /&gt;And I do not have access to Metalink as of yet.</description>
      <pubDate>Mon, 27 Jun 2005 08:28:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-patching-problem/m-p/3567740#M831012</guid>
      <dc:creator>Rob Kunicki</dc:creator>
      <dc:date>2005-06-27T08:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Patching problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-patching-problem/m-p/3567741#M831013</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In my opinion you have the wrong bits version patch. &lt;BR /&gt;&lt;BR /&gt;Please go to $ORACLE_HOME/bin and execute:&lt;BR /&gt;&lt;BR /&gt;$file oracle&lt;BR /&gt;&lt;BR /&gt;If you run on 32 bits, you'll get something like this:&lt;BR /&gt;&lt;BR /&gt;oracle:         PA-RISC1.1 shared executable dynamically linked -not stripped&lt;BR /&gt;&lt;BR /&gt;If your are running with 64 bits, you will get the "64 bits" somewhere...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So, what do you get typing "file oracle"??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Mon, 27 Jun 2005 10:19:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-patching-problem/m-p/3567741#M831013</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-06-27T10:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Patching problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-patching-problem/m-p/3567742#M831014</link>
      <description>that is what I get:&lt;BR /&gt;&lt;BR /&gt;oracle: ELF-64 executable object file - PA - RISC 2.0 (LP64)</description>
      <pubDate>Mon, 27 Jun 2005 10:30:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-patching-problem/m-p/3567742#M831014</guid>
      <dc:creator>Rob Kunicki</dc:creator>
      <dc:date>2005-06-27T10:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Patching problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-patching-problem/m-p/3567743#M831015</link>
      <description>Hi Rob,&lt;BR /&gt;&lt;BR /&gt;Is the patch on CD? Can you list the CD contents here?&lt;BR /&gt;&lt;BR /&gt;Are you installing the 8.1.7.4 patch? Can you list the content of the patch? Do you have the 32bits and 64bits directories?&lt;BR /&gt;&lt;BR /&gt;What is the patch you are installing if it isn't the 8.1.7.4 patch?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Jun 2005 11:21:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-patching-problem/m-p/3567743#M831015</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-06-27T11:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Patching problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-patching-problem/m-p/3567744#M831016</link>
      <description>Patch is on cd from Oracle Support Services.&lt;BR /&gt;It says on it HP 11.0 64-bit 8.1.7.2.1 patch set 04/08/04&lt;BR /&gt;&lt;BR /&gt;There is one file on CD: p1909158_8172_hp64.zip&lt;BR /&gt;&lt;BR /&gt;inside of the zip file:&lt;BR /&gt;hpx64_81721_patchset.tar&lt;BR /&gt;and README.html</description>
      <pubDate>Mon, 27 Jun 2005 12:13:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-patching-problem/m-p/3567744#M831016</guid>
      <dc:creator>Rob Kunicki</dc:creator>
      <dc:date>2005-06-27T12:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Patching problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-patching-problem/m-p/3567745#M831017</link>
      <description>Hi Rob,&lt;BR /&gt;&lt;BR /&gt;You should try to install the following approach:&lt;BR /&gt;&lt;BR /&gt;- Fresh install of 8.1.7.3 Enterprise Edition;&lt;BR /&gt;&lt;BR /&gt;- Patch it to 8.7.1.4;&lt;BR /&gt;&lt;BR /&gt;- Install RDBMS patches 2073948, 2225569, 2346568, 2386334 and 2401670;&lt;BR /&gt;&lt;BR /&gt;- Check for more RDBMS patches...&lt;BR /&gt;&lt;BR /&gt;That's how I've upgraded from 8.0.5 to 8.7.1.4...&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Tue, 28 Jun 2005 03:27:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-patching-problem/m-p/3567745#M831017</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-06-28T03:27:19Z</dc:date>
    </item>
  </channel>
</rss>

