Created
July 23, 2012 20:04
Install SQL Developer on Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Download: http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html | |
sudo apt-get install alien | |
sudo alien -k --scripts sqldeveloper*.rpm | |
sudo dpkg -i sqldeveloper*.deb | |
mkdir -p ~/.sqldeveloper | |
# Paste the JDK path inside (/usr/lib/jvm/java-1.6.0-openjdk-i386) | |
vim ~/.sqldeveloper/jdk | |
# Applications > Programming > SQL Developer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment