<?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 9ir2 Hp-UX 11iv2 PA-RISC in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-hp-ux-11iv2-pa-risc/m-p/4093719#M730243</link>
    <description>I don't see that you rtried the second option from Court Campbell : Write a little script named "uname" and add instructions like the following :&lt;BR /&gt;if [ "$1" = "-r" ]&lt;BR /&gt;then&lt;BR /&gt;  echo "B.11.11&lt;BR /&gt;else&lt;BR /&gt;  /usr/bin/uname $1&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;Then change your path and set the directory where this script is saved as the very first in your path.&lt;BR /&gt;&lt;BR /&gt;This type of workaround has already helped me installing another software that was very picky on the platform.</description>
    <pubDate>Tue, 30 Oct 2007 10:10:55 GMT</pubDate>
    <dc:creator>Wim Rombauts</dc:creator>
    <dc:date>2007-10-30T10:10:55Z</dc:date>
    <item>
      <title>Oracle 9ir2 Hp-UX 11iv2 PA-RISC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-hp-ux-11iv2-pa-risc/m-p/4093711#M730235</link>
      <description>On Oracle website, I find oracle9iR2 for HP-UX and HP-UX I64. First one for PA-RISC, second for Itanium. But PA-RISC release pre-requisites verifications fails on my server : it asks for 11.00 or 11.11. I have 11.23...&lt;BR /&gt;&lt;BR /&gt;Has it been deleted because it was too old ? Has it already existed ? Any clue would help.</description>
      <pubDate>Mon, 29 Oct 2007 12:03:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-hp-ux-11iv2-pa-risc/m-p/4093711#M730235</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2007-10-29T12:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9ir2 Hp-UX 11iv2 PA-RISC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-hp-ux-11iv2-pa-risc/m-p/4093712#M730236</link>
      <description>Hi Fred&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Oracle 9iR2 is older than 11.23 so maybe documentation problem, anyway don't worry about it. Just install it&lt;BR /&gt;&lt;BR /&gt;Murat</description>
      <pubDate>Mon, 29 Oct 2007 12:08:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-hp-ux-11iv2-pa-risc/m-p/4093712#M730236</guid>
      <dc:creator>Murat SULUHAN</dc:creator>
      <dc:date>2007-10-29T12:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9ir2 Hp-UX 11iv2 PA-RISC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-hp-ux-11iv2-pa-risc/m-p/4093713#M730237</link>
      <description>But it fails at installation du to an automatic verification (runInstaller aborts). I often see this when installing Oracle on many unsupported linux flavors, but on HP...&lt;BR /&gt;&lt;BR /&gt;I suppose its verification is based on the result of `uname -r`. I could I change this to continue ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Oct 2007 12:13:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-hp-ux-11iv2-pa-risc/m-p/4093713#M730237</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2007-10-29T12:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9ir2 Hp-UX 11iv2 PA-RISC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-hp-ux-11iv2-pa-risc/m-p/4093714#M730238</link>
      <description>You could try editing the script, or for fun write a temp uname script that outputs 11.00.</description>
      <pubDate>Mon, 29 Oct 2007 12:20:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-hp-ux-11iv2-pa-risc/m-p/4093714#M730238</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-10-29T12:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9ir2 Hp-UX 11iv2 PA-RISC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-hp-ux-11iv2-pa-risc/m-p/4093715#M730239</link>
      <description>that's what I just did :)&lt;BR /&gt;&lt;BR /&gt;grep -c B.11.11 install/*&lt;BR /&gt;=&amp;gt; install/oraparam.ini&lt;BR /&gt;I added B.11.23 on the good line, and it passed.&lt;BR /&gt;&lt;BR /&gt;many thanks for your help.</description>
      <pubDate>Mon, 29 Oct 2007 12:28:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-hp-ux-11iv2-pa-risc/m-p/4093715#M730239</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2007-10-29T12:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9ir2 Hp-UX 11iv2 PA-RISC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-hp-ux-11iv2-pa-risc/m-p/4093716#M730240</link>
      <description>hi Fred,&lt;BR /&gt;&lt;BR /&gt;you could also bypass the verifications by using the following switch:&lt;BR /&gt;&lt;BR /&gt;runInstaller -ignoreSysPrereqs&lt;BR /&gt;&lt;BR /&gt;hope this helps.&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Tue, 30 Oct 2007 06:22:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-hp-ux-11iv2-pa-risc/m-p/4093716#M730240</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-10-30T06:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9ir2 Hp-UX 11iv2 PA-RISC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-hp-ux-11iv2-pa-risc/m-p/4093717#M730241</link>
      <description>Fred,&lt;BR /&gt;&lt;BR /&gt;problably you are installing an oracle version for PA-RISC. Are you sure that you have downloaded the correct version for itanium machine?&lt;BR /&gt;&lt;BR /&gt;I installed Oracle 9r2 in itanium native some years ago used for a OVO8 version.&lt;BR /&gt;&lt;BR /&gt;You can download it from:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.oracle.com/technology/software/products/oracle9i/htdocs/hpia64soft.html" target="_blank"&gt;http://www.oracle.com/technology/software/products/oracle9i/htdocs/hpia64soft.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fat&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Oct 2007 07:06:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-hp-ux-11iv2-pa-risc/m-p/4093717#M730241</guid>
      <dc:creator>Fat Scrape</dc:creator>
      <dc:date>2007-10-30T07:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9ir2 Hp-UX 11iv2 PA-RISC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-hp-ux-11iv2-pa-risc/m-p/4093718#M730242</link>
      <description>Fred,&lt;BR /&gt;&lt;BR /&gt;sorry I read now that you have hpux 11i v2 pa-risc and not ia&lt;BR /&gt;&lt;BR /&gt;Fat</description>
      <pubDate>Tue, 30 Oct 2007 07:07:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-hp-ux-11iv2-pa-risc/m-p/4093718#M730242</guid>
      <dc:creator>Fat Scrape</dc:creator>
      <dc:date>2007-10-30T07:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9ir2 Hp-UX 11iv2 PA-RISC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-hp-ux-11iv2-pa-risc/m-p/4093719#M730243</link>
      <description>I don't see that you rtried the second option from Court Campbell : Write a little script named "uname" and add instructions like the following :&lt;BR /&gt;if [ "$1" = "-r" ]&lt;BR /&gt;then&lt;BR /&gt;  echo "B.11.11&lt;BR /&gt;else&lt;BR /&gt;  /usr/bin/uname $1&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;Then change your path and set the directory where this script is saved as the very first in your path.&lt;BR /&gt;&lt;BR /&gt;This type of workaround has already helped me installing another software that was very picky on the platform.</description>
      <pubDate>Tue, 30 Oct 2007 10:10:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9ir2-hp-ux-11iv2-pa-risc/m-p/4093719#M730243</guid>
      <dc:creator>Wim Rombauts</dc:creator>
      <dc:date>2007-10-30T10:10:55Z</dc:date>
    </item>
  </channel>
</rss>

