<?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: Oracle9 on Itanium-Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/oracle9-on-itanium-linux/m-p/3994491#M64044</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;There is one document on metalink with subject:  Oracle Database on AIX,HP-UX,Linux,MacOSX,Solaris,Tru64 Operating Systems Installation and Configuration Requirements Quick Reference (8.0.5 to 10.2) &lt;BR /&gt;  &lt;BR /&gt;Doc ID:  Note:169706.1 &lt;BR /&gt;&lt;BR /&gt;You may also wish to again go through Note 334563.1 Pre-Install checks for 10gR2 RDBMS (10.2.x) - HPUX PA-RISC and Itanium Platforms.&lt;BR /&gt;&lt;BR /&gt;good luck&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
    <pubDate>Mon, 07 May 2007 07:57:18 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2007-05-07T07:57:18Z</dc:date>
    <item>
      <title>Oracle9 on Itanium-Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oracle9-on-itanium-linux/m-p/3994490#M64043</link>
      <description>I have a Itanium server here running RHEL4 AS U5.&lt;BR /&gt;We plan to run Oracle9 on this machine.  After installing Oracle9 and patching it to 9.2.0.8 I relinked Oracle to include support for Async IO (using libaio included in RHEL4).&lt;BR /&gt;&lt;BR /&gt;Relinking seems to complete fine and "ldd oracle" does confirm that oracle is indeed using /usr/lib/libaio.sl.1"&lt;BR /&gt;&lt;BR /&gt;When attempting to start the DB we get while running sqlplus "/ as sysdba":&lt;BR /&gt;&lt;BR /&gt;oracleDUDE2: relocation error: oracleDUDE2: symbol io_queue_init, version LIBAIO_0.4 not defined in file libaio.so.1 with link time reference&lt;BR /&gt;ERROR:&lt;BR /&gt;ORA-12547: TNS:lost contact&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Looks like the symbol version in libaio are wrong for Oracle 9.2.0.8&lt;BR /&gt;&lt;BR /&gt;[root@rek-oradb-t01 ~]# rpm -qa | grep libaio&lt;BR /&gt;libaio-devel-0.3.105-2&lt;BR /&gt;libaio-0.3.105-2&lt;BR /&gt;&lt;BR /&gt;In $ORACLE_HOME/lib/stubs we have stub versions of the libraries:&lt;BR /&gt;&lt;BR /&gt;[root@rek-oradb-t01 stubs]# ll libaio*&lt;BR /&gt;-r-xr-xr-x  1 oracle oinstall 8242 júl  4  2006 libaio-2.2.4-stub.so&lt;BR /&gt;-r-xr-xr-x  1 oracle oinstall 8242 júl  4  2006 libaio.so&lt;BR /&gt;-r-xr-xr-x  1 oracle oinstall 8242 júl  4  2006 libaio.so.1&lt;BR /&gt;&lt;BR /&gt;I renamed then and put in their place symbolic links to the real shared libraries:&lt;BR /&gt;&lt;BR /&gt;[root@rek-oradb-t01 stubs]# mv libaio.so libaio.so.not&lt;BR /&gt;[root@rek-oradb-t01 stubs]# mv libaio.so.1 libaio.so.1.not&lt;BR /&gt;[root@rek-oradb-t01 stubs]# ln -s /usr/lib/libaio.so .&lt;BR /&gt;[root@rek-oradb-t01 stubs]# ln -s /usr/lib/libaio.so.1 .&lt;BR /&gt;&lt;BR /&gt;Now Oracle relinks and runs propperly, but performs like a dog :(  If I was to guess, i'd say that Async IO was indeed not working.&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; show parameter filesystemio_options&lt;BR /&gt;&lt;BR /&gt;NAME                                 TYPE        VALUE&lt;BR /&gt;------------------------------------ ----------- ------------------------------&lt;BR /&gt;filesystemio_options                 string      SETALL&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt;  show parameter async&lt;BR /&gt;&lt;BR /&gt;NAME                                 TYPE        VALUE&lt;BR /&gt;------------------------------------ ----------- ------------------------------&lt;BR /&gt;disk_asynch_io                       boolean     TRUE&lt;BR /&gt;tape_asynch_io                       boolean     TRUE&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can anyone tell me what is the right way to fix this aio problem of mine ?&lt;BR /&gt;Also, are there any Oracle best practices documents out there for Linux on IA64 ?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;</description>
      <pubDate>Sat, 05 May 2007 10:25:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oracle9-on-itanium-linux/m-p/3994490#M64043</guid>
      <dc:creator>Rikki hinn Ogurlegi</dc:creator>
      <dc:date>2007-05-05T10:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle9 on Itanium-Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oracle9-on-itanium-linux/m-p/3994491#M64044</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;There is one document on metalink with subject:  Oracle Database on AIX,HP-UX,Linux,MacOSX,Solaris,Tru64 Operating Systems Installation and Configuration Requirements Quick Reference (8.0.5 to 10.2) &lt;BR /&gt;  &lt;BR /&gt;Doc ID:  Note:169706.1 &lt;BR /&gt;&lt;BR /&gt;You may also wish to again go through Note 334563.1 Pre-Install checks for 10gR2 RDBMS (10.2.x) - HPUX PA-RISC and Itanium Platforms.&lt;BR /&gt;&lt;BR /&gt;good luck&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Mon, 07 May 2007 07:57:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oracle9-on-itanium-linux/m-p/3994491#M64044</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-05-07T07:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle9 on Itanium-Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oracle9-on-itanium-linux/m-p/3994492#M64045</link>
      <description>hi again,&lt;BR /&gt;&lt;BR /&gt;about the second note, please instead refer to Note 283749.1 Pre-install Checks for 10gR1 RDBMS (10.1.x) - Linux Itanium 64 &lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Mon, 07 May 2007 07:59:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oracle9-on-itanium-linux/m-p/3994492#M64045</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-05-07T07:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle9 on Itanium-Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oracle9-on-itanium-linux/m-p/3994493#M64046</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I'd take a look at the install logs for Oracle. I suspect a pre-requisite has not been met.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 07 May 2007 09:42:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oracle9-on-itanium-linux/m-p/3994493#M64046</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-05-07T09:42:18Z</dc:date>
    </item>
  </channel>
</rss>

