<?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 installation error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation-error/m-p/3482697#M847331</link>
    <description>Hi,&lt;BR /&gt;can you please increase the max. number of semaphores (SEMMNS) or reduce number of processes in init.ora.&lt;BR /&gt;&lt;BR /&gt;If required see metalink for explanation.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;</description>
    <pubDate>Thu, 10 Feb 2005 04:07:26 GMT</pubDate>
    <dc:creator>Peter Godron</dc:creator>
    <dc:date>2005-02-10T04:07:26Z</dc:date>
    <item>
      <title>Oracle installation error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation-error/m-p/3482691#M847325</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am gettign a following error while installing Oracle 9.2.0.4 on HP-UX 11.11&lt;BR /&gt;"Error in invoking target install of makefile /home/oracle/OraHome1/ctx/lib/ins_ctx.mk"&lt;BR /&gt;&lt;BR /&gt;/oracle/OraHome1/install/make.log file shows the following error&lt;BR /&gt;&lt;BR /&gt;/usr/ccs/bin/ld: Can't find library for -lXm&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any idea ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Sreejith M&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Feb 2005 01:30:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation-error/m-p/3482691#M847325</guid>
      <dc:creator>sreejith_4</dc:creator>
      <dc:date>2005-02-10T01:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle installation error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation-error/m-p/3482692#M847326</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You haven't set the kernel values required by oracle 9i, refer the installation docs for the kernel parameters to be set.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.oracle.com/technology/documentation/oracle9i.html" target="_blank"&gt;http://www.oracle.com/technology/documentation/oracle9i.html&lt;/A&gt;</description>
      <pubDate>Thu, 10 Feb 2005 01:36:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation-error/m-p/3482692#M847326</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2005-02-10T01:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle installation error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation-error/m-p/3482693#M847327</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Its all set accordingly. I don't think Kernel parameters are the issues&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Sreejith M</description>
      <pubDate>Thu, 10 Feb 2005 01:54:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation-error/m-p/3482693#M847327</guid>
      <dc:creator>sreejith_4</dc:creator>
      <dc:date>2005-02-10T01:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle installation error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation-error/m-p/3482694#M847328</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;have you created the following links before installation&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ su - root&lt;BR /&gt;$ cd /usr/lib &lt;BR /&gt;$ ln -s /usr/lib/libX11.3 libX11.sl &lt;BR /&gt;$ ln -s /usr/lib/libXIE.2 libXIE.sl &lt;BR /&gt;$ ln -s /usr/lib/libXext.3 libXext.sl &lt;BR /&gt;$ ln -s /usr/lib/libXhp11.3 libXhp11.sl &lt;BR /&gt;$ ln -s /usr/lib/libXi.3 libXi.sl &lt;BR /&gt;$ ln -s /usr/lib/libXm.4 libXm.sl &lt;BR /&gt;$ ln -s /usr/lib/libXp.2 libXp.sl &lt;BR /&gt;$ ln -s /usr/lib/libXt.3 libXt.sl &lt;BR /&gt;$ ln -s /usr/lib/libXtst.2 libXtst.sl &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HP Document KBRC00003627 states that you must create the following &lt;BR /&gt;three soft links:&lt;BR /&gt;&lt;BR /&gt;ln -s /usr/lib/Motif2.1/libXm.4 /usr/lib/Motif2.1/libXm.sl&lt;BR /&gt;ln -s /usr/lib/libXt.3 /usr/lib/libXt.sl&lt;BR /&gt;ln -s /usr/lib/libX11.3 /usr/lib/libX11.sl&lt;BR /&gt;&lt;BR /&gt;You check /usr/lib and the links are there.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#oracle environment variables &lt;BR /&gt;DISPLAY=mymachine:0.0 &lt;BR /&gt;export DISPLAY &lt;BR /&gt;ORACLE_HOME=/oracle/product/9.0.1; export ORACLE_HOME &lt;BR /&gt;ORACLE_BASE=/oradb; export ORACLE_BASE &lt;BR /&gt;ORACLE_SID=OEMREP; export ORACLE_SID &lt;BR /&gt;ORACLE_TERM=xterm; export ORACLE_TERM &lt;BR /&gt;JAVA_HOME=/opt/java1.3; export JAVA_HOME &lt;BR /&gt;TNS_ADMIN=$ORACLE_HOME/network/admin; export TNS_ADMIN &lt;BR /&gt;NLS_LANG=AMERICAN_AMERICA.US7ASCII; export NLS_LANG &lt;BR /&gt;#NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1; export NLS_LANG &lt;BR /&gt;NLS_LANGUAGE=$NLS_LANG; export NLS_LANGUAGE &lt;BR /&gt;ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data; export ORA_NLS33 &lt;BR /&gt;LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:$ORACLE_HOME/rdbms/lib:$LD_LIBRARY_PATH &lt;BR /&gt;SHLIB_PATH=$SHLIB_PATH:$ORACLE_HOME/lib32:$ORACLE_HOME/rdbms/lib32 &lt;BR /&gt;export LD_LIBRARY_PATH &lt;BR /&gt;export SHLIB_PATH &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;i think mainly it may be due to libXm links&lt;BR /&gt;&lt;BR /&gt;regds,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Feb 2005 02:02:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation-error/m-p/3482694#M847328</guid>
      <dc:creator>bhavin asokan</dc:creator>
      <dc:date>2005-02-10T02:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle installation error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation-error/m-p/3482695#M847329</link>
      <description>hi Sreejith,&lt;BR /&gt;&lt;BR /&gt;This is a common problem.&lt;BR /&gt;See metalink note: 151547.1&lt;BR /&gt;&lt;BR /&gt;The problem you are getting is because the linker (ld) cannot locate the X11/Motif shared libraries in /usr/lib. &lt;BR /&gt;&lt;BR /&gt;Proceed as follows:&lt;BR /&gt;a. Verify if libXm.sl exists in /usr/lib&lt;BR /&gt;b. Check for base X11/Motif libraries&lt;BR /&gt;  ls -al libXm.*  &lt;BR /&gt;c. Create the shared library as a symbolic link to the base X11/Motif library. &lt;BR /&gt;  ln -s libXm.4 libXm.sl&lt;BR /&gt;&lt;BR /&gt;NB. You should do the same for the other libraries, libXt.sl and libX11.sl. &lt;BR /&gt;&lt;BR /&gt;you can then proceed with your installation.&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;yogeeraj&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Feb 2005 02:49:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation-error/m-p/3482695#M847329</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-02-10T02:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle installation error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation-error/m-p/3482696#M847330</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This problem has been solved now.&lt;BR /&gt;&lt;BR /&gt;Bu there is an other issue.&lt;BR /&gt;&lt;BR /&gt;The installation and linking is successful now and it goes to Oracle DB creation window.&lt;BR /&gt;Attaching the error which i am getting now&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Sreejith M&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Feb 2005 03:04:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation-error/m-p/3482696#M847330</guid>
      <dc:creator>sreejith_4</dc:creator>
      <dc:date>2005-02-10T03:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle installation error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation-error/m-p/3482697#M847331</link>
      <description>Hi,&lt;BR /&gt;can you please increase the max. number of semaphores (SEMMNS) or reduce number of processes in init.ora.&lt;BR /&gt;&lt;BR /&gt;If required see metalink for explanation.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Feb 2005 04:07:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation-error/m-p/3482697#M847331</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-02-10T04:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle installation error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation-error/m-p/3482698#M847332</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;see the links below&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.oracle.com/forums/thread.jsp?forum=61&amp;amp;thread=30983&amp;amp;message=190390" target="_blank"&gt;http://forums.oracle.com/forums/thread.jsp?forum=61&amp;amp;thread=30983&amp;amp;message=190390&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://oracle.ittoolbox.com/groups/groups.asp?v=ORACLE-DB-INSTALLS-L&amp;amp;i=297100" target="_blank"&gt;http://oracle.ittoolbox.com/groups/groups.asp?v=ORACLE-DB-INSTALLS-L&amp;amp;i=297100&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and make it sure that there is enough space in /tmp  (at least 450MB)  and in oracle installation folder.&lt;BR /&gt;&lt;BR /&gt;regds,</description>
      <pubDate>Thu, 10 Feb 2005 04:11:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation-error/m-p/3482698#M847332</guid>
      <dc:creator>bhavin asokan</dc:creator>
      <dc:date>2005-02-10T04:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle installation error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation-error/m-p/3482699#M847333</link>
      <description>Hi Sreejith,&lt;BR /&gt;&lt;BR /&gt;From you error message ORA-ORA-27302,ORA-27303,ORA-27146 can happen if your init.ora - processes parameter is set too high, but the kernel is not configured to handle this. &lt;BR /&gt;&lt;BR /&gt;Suggestion to fix the issue: &lt;BR /&gt;Increase your kernel parameters , specifically the semaphore related parameters such as SEMMNI,SEMMNS, SEMMSL &amp;amp; SEMMNI. &lt;BR /&gt;OR &lt;BR /&gt;Decrease the processes value in the init.ora and try restarting the instance. &lt;BR /&gt;&lt;BR /&gt;Also, make sure that there are no 'hanging or dead ' processes that are consuming the shared memory and semaphore resources. &lt;BR /&gt;&lt;BR /&gt;You can use the ipcs and the ipcrm command for this. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Indira A</description>
      <pubDate>Thu, 10 Feb 2005 04:20:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation-error/m-p/3482699#M847333</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2005-02-10T04:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle installation error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation-error/m-p/3482700#M847334</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thank you all&lt;BR /&gt;I have increased SEMMNI and the problem is solved now&lt;BR /&gt;&lt;BR /&gt;Thanks once again&lt;BR /&gt;&lt;BR /&gt;Sreejith M&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Feb 2005 05:06:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation-error/m-p/3482700#M847334</guid>
      <dc:creator>sreejith_4</dc:creator>
      <dc:date>2005-02-10T05:06:54Z</dc:date>
    </item>
  </channel>
</rss>

