<?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: Install question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554164#M837720</link>
    <description>i am exec. this command and give the succfule result as shown above but i still face the same problem JRE can't found in /bin/java that req. for Run installer and you must install JRE 1.3.1 or higher version from website.&lt;BR /&gt;i am now have Oracle9i Warehouse CD did it a correct CD to install Oracle on my server to serve my company if not what is the corect Relese that i need.</description>
    <pubDate>Thu, 02 Jun 2005 02:19:27 GMT</pubDate>
    <dc:creator>mohamed_42</dc:creator>
    <dc:date>2005-06-02T02:19:27Z</dc:date>
    <item>
      <title>Install question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554154#M837710</link>
      <description>i have hp-ux 9000 B.11.11 i install all req. pathches for oracle and set varible but win i start installing oracle Warehouse Builder 9.2.0.2.8 for HP_UX PA-RISC (2 CD's)it appear a msg indecate it was not found JRE at "Bin/java"and it ask me to install it from "&lt;A href="http://WWW.javasoft.com" target="_blank"&gt;WWW.javasoft.com&lt;/A&gt;"and version higher than 1.3.1 .&lt;BR /&gt;i am download JRE15_15000_1111.DEPOT and JRE15_15000_1111.tar.Z but i can't know how can i install it on a server. &lt;BR /&gt;what i an Do to solve this problem to install Oracle DB 9i?</description>
      <pubDate>Mon, 30 May 2005 04:31:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554154#M837710</guid>
      <dc:creator>mohamed_42</dc:creator>
      <dc:date>2005-05-30T04:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Install question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554155#M837711</link>
      <description>sorry i forget to say when i check installed s/w by SAM i see there is java application installed and when i  check /opt i see there is &lt;BR /&gt;java1.2&lt;BR /&gt;java1.3&lt;BR /&gt;java1.4 &lt;BR /&gt;folder is exsit what i can do to to install Oracle 9i on my server???/</description>
      <pubDate>Mon, 30 May 2005 05:41:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554155#M837711</guid>
      <dc:creator>mohamed_42</dc:creator>
      <dc:date>2005-05-30T05:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Install question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554156#M837712</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You just have to ftp the JRE15_15000_1111.DEPOT file to /tmp on the server and execute:&lt;BR /&gt;&lt;BR /&gt;#swinstall -i -x mount_all_filesystems=false&lt;BR /&gt;&lt;BR /&gt;Set the Source Depot Path correctly:&lt;BR /&gt;&lt;BR /&gt;Source Depot Type:  [ Network Directory/CDROM  -&amp;gt;]&lt;BR /&gt;&lt;BR /&gt;[  Source Host Name... ] &lt;YOUR_SERVER_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;[ Source Depot Path... ] /tmp&lt;BR /&gt;&lt;BR /&gt;And select the depot to install it:&lt;BR /&gt;&lt;BR /&gt;[KEYBORD SPACE] and Action -&amp;gt; Mark for Install&lt;BR /&gt;&lt;BR /&gt;Finaly, install it:&lt;BR /&gt;&lt;BR /&gt;Action -&amp;gt; Install Marked...&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes&lt;/YOUR_SERVER_NAME&gt;</description>
      <pubDate>Mon, 30 May 2005 05:49:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554156#M837712</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-05-30T05:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Install question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554157#M837713</link>
      <description>Maybe its just a case of a few environmental variables not being set?  PATH should contain whichever version of Java you need - /opt/java1.4/bin for example.  You might want to set JAVAHOME too, set it to /opt/java1.4.  Set these in your .profile/.csh/.kshrc, depending on whichever shell you're using.&lt;BR /&gt;&lt;BR /&gt;One other thing if that doesn't work, I saw a problem where OPT was set as an environmental variable, and it caused the Oracle installation to fail.  Check if that is installed.&lt;BR /&gt;&lt;BR /&gt;Hope that helps,&lt;BR /&gt;Kevin.&lt;BR /&gt;</description>
      <pubDate>Mon, 30 May 2005 05:50:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554157#M837713</guid>
      <dc:creator>Kevin O'Donovan</dc:creator>
      <dc:date>2005-05-30T05:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Install question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554158#M837714</link>
      <description>Hi Mohamed,&lt;BR /&gt;&lt;BR /&gt;Don't forget to install as user oracle (NOT as root) &lt;BR /&gt;Set Environment Variables:&lt;BR /&gt;1. DISPLAY   The name, server number, and screen number of the system where the Oracle Universal Installer display its Graphical User Interface (GUI).&lt;BR /&gt;2. ORACLE_HOME Directory containing Oracle software for a particular release.&lt;BR /&gt;3. PATH      Shell s search path for executables.&lt;BR /&gt;export the PATH variable as $ORACLE_HOME/bin, /usr/bin, /etc, /usr/bin/X11, and /usr/local/bin, if it exists&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Renarios</description>
      <pubDate>Mon, 30 May 2005 06:16:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554158#M837714</guid>
      <dc:creator>renarios</dc:creator>
      <dc:date>2005-05-30T06:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Install question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554159#M837715</link>
      <description>Please can any one help me to define Required Environment variable for my server.</description>
      <pubDate>Mon, 30 May 2005 09:53:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554159#M837715</guid>
      <dc:creator>mohamed_42</dc:creator>
      <dc:date>2005-05-30T09:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Install question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554160#M837716</link>
      <description>Mohamed,&lt;BR /&gt;&lt;BR /&gt;Post the following with the Oracle database datafile owner (usally oracle):&lt;BR /&gt;&lt;BR /&gt;$echo $PATH&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 30 May 2005 11:17:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554160#M837716</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-05-30T11:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Install question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554161#M837717</link>
      <description>$echo $path&lt;BR /&gt;/u01/app/oracle/product/9.2.1.0/bin:/usr/bin:/usr/sbin:/usr/ccs/bin:.</description>
      <pubDate>Mon, 30 May 2005 12:01:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554161#M837717</guid>
      <dc:creator>mohamed_42</dc:creator>
      <dc:date>2005-05-30T12:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Install question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554162#M837718</link>
      <description>8.      So what we should do is install only the latest:&lt;BR /&gt;&lt;BR /&gt;                B9788AA   1.3.0.01   Java 2 SDK 1.3 for HP-UX (700/800), PA1.1 + PA2.0 Add On&lt;BR /&gt;&lt;BR /&gt;        swinstall -s bkmstr01:/swdepot/11.0/products B9788AA&lt;BR /&gt;&lt;BR /&gt;9.      You can download the latest JDK / SDK from the hp java website:&lt;BR /&gt;&lt;BR /&gt;                &lt;A href="http://www.hp.com/products1/unix/java/" target="_blank"&gt;http://www.hp.com/products1/unix/java/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;10.     To actually run java you must set your path:&lt;BR /&gt;&lt;BR /&gt;        export PATH=$PATH:/opt/java1.3/bin/&lt;BR /&gt;&lt;BR /&gt;        # java -version&lt;BR /&gt;&lt;BR /&gt;                java version "1.3.1.10"&lt;BR /&gt;                Java(TM) 2 Runtime Environment, Standard Edition (build&lt;BR /&gt;                                                        1.3.1.10-030630-10:50)&lt;BR /&gt;                Java HotSpot(TM) Server VM (build 1.3.1 1.3.1.10-&lt;BR /&gt;                                        _30_jun_2003_11_52 PA2.0, mixed mode)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 30 May 2005 15:45:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554162#M837718</guid>
      <dc:creator>Stuart Abramson</dc:creator>
      <dc:date>2005-05-30T15:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Install question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554163#M837719</link>
      <description>i am exec. this command and give the succfule result as shown above but i still face the same problem JRE can't found in /bin/java that req. for Run installer and you must install JRE 1.3.1 or higher version from website.&lt;BR /&gt;i am now have Oracle9i Warehouse CD did it a correct CD to install Oracle on my server to serve my  company if not what is the corect Relese that i need.</description>
      <pubDate>Wed, 01 Jun 2005 12:34:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554163#M837719</guid>
      <dc:creator>mohamed_42</dc:creator>
      <dc:date>2005-06-01T12:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Install question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554164#M837720</link>
      <description>i am exec. this command and give the succfule result as shown above but i still face the same problem JRE can't found in /bin/java that req. for Run installer and you must install JRE 1.3.1 or higher version from website.&lt;BR /&gt;i am now have Oracle9i Warehouse CD did it a correct CD to install Oracle on my server to serve my company if not what is the corect Relese that i need.</description>
      <pubDate>Thu, 02 Jun 2005 02:19:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554164#M837720</guid>
      <dc:creator>mohamed_42</dc:creator>
      <dc:date>2005-06-02T02:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Install question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554165#M837721</link>
      <description>Hi Mohamed,&lt;BR /&gt;&lt;BR /&gt;Try this.&lt;BR /&gt;&lt;BR /&gt;1. Change the JRE_LOCATION in oraparam.ini to /opt/java1.3&lt;BR /&gt;2. Start OUI 2.2.0.14 to install the 9.2.0.2 software&lt;BR /&gt;&lt;BR /&gt;Reason :- Possible reasons could be that Oracle Universal Installer (OUI) gets confused by the relative path used in the oraparam.ini file.  Providing the full path allows the OUI to find the required files &lt;BR /&gt;&lt;BR /&gt;Alternatively:&lt;BR /&gt;&lt;BR /&gt;1. Download OUI 2.2.0.18 (patch 2878462) or the 9.2.0.4 patchset (patch 3095277) from Metalink&lt;BR /&gt;2. Start OUI 2.2.0.18 to install the 9.2.0.2 software&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Indira A&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Jun 2005 02:46:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554165#M837721</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2005-06-02T02:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Install question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554166#M837722</link>
      <description>Hi again&lt;BR /&gt;&lt;BR /&gt;You may also try adding the java path (at the end) to your PATH in $ORACLE_HOME/ORACLE.env:&lt;BR /&gt;&lt;BR /&gt;PATH="/u01/app/oracle/product/9.2.1.0/bin:/usr/bin:/usr/sbin:/usr/ccs/bin:/opt/java1.3/bin:$PATH"&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Thu, 02 Jun 2005 03:16:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554166#M837722</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-06-02T03:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Install question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554167#M837723</link>
      <description>i do it my path is have "/opt/java1.3/bin"when i exec "echo $PATH"&lt;BR /&gt;but my problem is still existing when i exec "./RUNINS*" it first ask my to set the DISPLAY varible i but it as "DISPLAY=server:0.0"&lt;BR /&gt;then&lt;BR /&gt;I exec "./RUNIN*" then the msg appeare  &lt;BR /&gt;"THE Java RunTime Environment was not found at bin/java . hence,the Oracle universal Installer connet be Run.&lt;BR /&gt;Please visit &lt;A href="http://www.javasoft.com" target="_blank"&gt;http://www.javasoft.com&lt;/A&gt; and install JRE version 1.3.1 or higher and try again.&lt;BR /&gt;:No such file or Directory"&lt;BR /&gt;Note :&lt;BR /&gt;my oracle scource file on /var/ora/DISK1&lt;BR /&gt;"ORACLE_HOME=/U01/app/oracle/product/9.2.0"</description>
      <pubDate>Sun, 05 Jun 2005 03:16:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554167#M837723</guid>
      <dc:creator>mohamed_42</dc:creator>
      <dc:date>2005-06-05T03:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Install question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554168#M837724</link>
      <description>i need a Quikly help to solve this problem.</description>
      <pubDate>Sun, 05 Jun 2005 09:42:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554168#M837724</guid>
      <dc:creator>mohamed_42</dc:creator>
      <dc:date>2005-06-05T09:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Install question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554169#M837725</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;Sorry about the delay answering but I just arrived now at the office.&lt;BR /&gt;&lt;BR /&gt;Find the *jre file in var/ora/DISK1 that is causing this issue: if you have oracleswd.jre change it to oracle.swd.jre! &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;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Jun 2005 03:08:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554169#M837725</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-06-06T03:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Install question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554170#M837726</link>
      <description>Hi Mohamed,&lt;BR /&gt;&lt;BR /&gt;Back from the logn weekend. Have you resolved the issue. If not&lt;BR /&gt;&lt;BR /&gt;The error that you are experiencing could be due to one of the following.&lt;BR /&gt;&lt;BR /&gt;1. if you downloaded JRE 1.3 and installed, and you are using this JRE while oracle installation then then the location of this JRE needs to be mentioned in oraparm.ini &lt;BR /&gt;&lt;BR /&gt;In this case the solution will be to edit the file oraparam.ini  in /var/ora/DISK1 at the like JRE_LOCATION  (comment the original line and add the new location)&lt;BR /&gt;The reason is that Oracle Universal Installer (OUI) gets confused by the relative path used in the oraparam.ini file.  Providing the full path allows the OUI to find the required files &lt;BR /&gt;&lt;BR /&gt;2. When you copied from the CD may be the copy was not extracted properly on to the disk.&lt;BR /&gt;&lt;BR /&gt;3. Or as Eric mentioned if you unpacked the Oracle Installation directories Disk1, Disk2 â ¦ apparently, under circumstances, unzipping the zipped CD 1 file downloaded from OTN resulted in incorrect directory names, e.g. &lt;BR /&gt;/var/ora/DISK1/stage/Components/oracleswd.jre&lt;BR /&gt;instead of the expected&lt;BR /&gt;/var/ora/DISK1/stage/Components/oracle.swd.jre&lt;BR /&gt;&lt;BR /&gt;Note the missing dot '.' between 'oracle' and 'swd'.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Indir</description>
      <pubDate>Mon, 06 Jun 2005 21:19:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-question/m-p/3554170#M837726</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2005-06-06T21:19:34Z</dc:date>
    </item>
  </channel>
</rss>

