Thursday 6 March 2014

Install SQL developer in Cent OS 6.5

Hi Guys..

SQL developer client tool installation in Cent OS 6.5

1) You must install java 1.6 version to run SQL developer in cent OS.
    Tried with Open JDK installation and tried with it JDK path (for example open jdk path in cent OS is : [/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0]) but unable start the SQL developer

2) Later on with 1.6 installation and pointing to it JDK path(~/jdk1.6.0_25/bin/java) it has worked with out any issue.

3) Download SQL developer from  Oracle site [Click here for quick link]
   Click on the Linux RPM Download ..
   Once the download completes Extract it to a folder
Navigate to below path
sqldeveloper/sqldeveloper/bin
Click on sqldeveloper.sh file from command line
i.e., sqldeveloper/sqldeveloper/bin/sh sqldeveloper.sh
OR
sqldeveloper/sqldeveloper/bin/./sqldeveloper.sh

SQL developer will take JAVA home to run for the 1st time .. whether it is a window or linux machine

Give your Java 1.6 home location
Find it with which java command give that location and press enter.




No comments:

Post a Comment