0

I am trying to install Oracle Database 10.2 on OEL5U6(Linux System). I followed all the instructions from HERE. When I am executing installer this return:

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-08-06_12-57-33AM. Please wait ...The Java RunTime Environment was not found at /tmp/OraInstall2013-08-06_12-57-33AM/jre/bin/java. Hence, the Oracle Universal Installer cannot be run. Please visit http://www.javasoft.com and install JRE version 1.3.1 or higher and try again. : No such file or directory.

But Java is already installed on my system.

billinkc
16.1k4 gold badges54 silver badges89 bronze badges
asked Aug 6, 2013 at 5:05

1 Answer 1

-2

Please Do the below written instructions:

  1. Set the class path of latest version of Java in your system .

  2. set the path as JAVA_HOME in Environment variable too.

Hope this would help you.

answered Aug 6, 2013 at 5:54
10
  • so could you plz tell me how to get the location of class path and JAVA_HOME location, sp that I can set these two above. Commented Aug 6, 2013 at 5:58
  • Go to the properties of your computer with right click on it.Now click on the advanced option shown last on the top left side.Now go to environment variables under system variables,click on new and set your classpath. Commented Aug 6, 2013 at 6:02
  • Is your system linux or windows??? Commented Aug 6, 2013 at 6:03
  • and the location of the programs are under the java and oracle database folders in the program files. Commented Aug 6, 2013 at 6:04
  • 8
    You're all looking at the wrong thing. The Oracle installer comes with a bundled JRE, which gets copied to /tmp. The most likely scenario is that /tmp was full when the installer tried to copy the JRE there. Look in the log file generated by the installer to see what the real error is. Commented Aug 6, 2013 at 18:43

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.