Day 3: How to install SQL Developer in Linux
Posted by Paola Pullas | Posted in Aplicaciones, Base de Datos, Oracle | Posted on 04-09-2010
Tags: capacitación, Linux, Oracle, Oracle Open World 2010, SQL Developer, tutoriales
1
In this post I will show you how to install Oracle SQL Developer in a Linux box. First, you should download the SQL Developer software from http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html.
Next, if you downloaded the software without JDK included, you need to download a JDK 1.6.11 version or above from http://www.oracle.com/technetwork/java/javase/downloads/index.html
Install JDK
First install the JDK version in your Linux box in any directory. I will install the JDK in /u01/app/oracle like I show you in the next screens:
chmod a+x jdk-6u-linux-i586.bin ./jdk-6u-linux-i586.bin


Install SQL Developer
Then install SQL Developer rpm using the next command:
rpm -Uhv sqldeveloper-2.1.1.64.45-1.noarch.rpm

Next, verify if the file jdk contains the JDK’s path. This file is located in $HOME/.sqldeveloper. If the JDK’s path that you installed previously isn’t registered in the jdk file, the first time that you launch the application, you should be prompted to provide the path.
Finally execute sqldeveloper with the next command:
sqldeveloper


Author: Paola Pullas
Do you need to buy support?: Contact me at pp@refundation.com
If you think that this tutorial helped you. Make a donation to this initiative. We appreciate your support. Also your donation can help me to buy more coffee or Red Bull.





