Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how can I fixed Oracle Client Setup problems?

I want to setup oracle client in my server . But I see this error. How can I fixed?

The Java RunTİme Enviroment was not found at bin\javaw.exe. Hence, the Oracle Universal Installer cannot be run. Please visit this link and install JRE version 1.3.1 or higher and try again.

like image 515
user3423728 Avatar asked Apr 29 '26 19:04

user3423728


2 Answers

I believe that the problem is that setup of JRE does not create environment variable JAVA_HOME required by many tools probably including Oracle client. So, just add this variable manually. It should point to path where your JRE is installed, i.e. in your case C:\Program Files\Java\jre7\

like image 199
AlexR Avatar answered May 01 '26 10:05

AlexR


from: http://paulsoftech.blogspot.de/2012/09/binjavawexe-not-found-when-trying-to.html

  1. install JRE-1.7.0

  2. add these 2 lines at the file oraparam.ini

    JRE_VERSION=1.7.0

    JRE_LOCATION=C:\Program Files\Java\jre7

  3. comments the line :

    JRE_VERSION=1.4.2

like image 31
Icke Avatar answered May 01 '26 08:05

Icke



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!