Skip to content

Instantly share code, notes, and snippets.

@wbotelhos
Created July 23, 2012 20:04
Show Gist options
  • Select an option

  • Save wbotelhos/3165894 to your computer and use it in GitHub Desktop.

Select an option

Save wbotelhos/3165894 to your computer and use it in GitHub Desktop.
Install SQL Developer on Ubuntu
# 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