Question

I am trying to install OracleClient 11g and initially i had a issue regarding JDK compatibility.

Error:

enter image description here

so i ended up uninstalling JDK 7 (64bit) and reinstalled JDK 6 (32bit) and edited sqldeveloper.conf for SetJavaHome.

SetJavaHome C:\Program Files (x86)\Java\jdk1.6.0_31

Now, once i click sqldeveloper.exe it loads up and throws an error as mentioned below

Error (i):

enter image description here

Error (ii):

enter image description here

I tried similar issue thread in stackoverflow but didn't help much. So any help is much appreciated.

Was it helpful?

Solution

Couldn't solve the problem but found out an alternative way.

Install JDK1.6 ( 32bit) Install Oracle Client (32bit)

Note: even if u have OS 64bit, try installing 32bit JDK & Oracle client and u should not face this error.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top