We're a community of 1077K IT Pros here for help, advice, solutions, professional growth and fun. Join us!
1,076,031 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Start New Discussion Reply to this Discussion

Installing SQL Developer on Ubuntu 12.04

So, if - like me - you find yourself in need of installing SQL Developer on Ubuntu 12.04 and have for some or other reason ended up downloading the rpm instead of the zip from the Oracle site or you already have an rpm of SQL Developer lying around follow these steps to install said software.

Then, to the terminal:

  1. First install alien:
    sudo apt-get install alien

  2. Then, convert the rpm file to a deb file:
    sudo alien --scripts -d sqldeveloper-3.2.10.09.57-1.noarch.rpm

  3. Then we run the deb file generated
    sudo dpkg -i sqldeveloper-3.2.10.09.57-1.noarch.deb

  4. Create the following directory in your home folder, this where it's going to store path to the jdk in the next step:
    mkdir .sqldeveloper/

  5. Run sqldeveloper once from the terminal
    sudo /opt/sqldeveloper/sqldeveloper.sh

  6. Enter the full path to Java 6

    If you've got the openjdk, it'll be:
    /usr/lib/jvm/java-6-openjdk

    For the official one it'll be:
    /usr/lib/jvm/java-6-sun

And that's SQL Developer on Ubuntu 12.04. From here on out, you can now run SQL Developer by clicking the icon in you application menu.

3
Contributors
2
Replies
4 Months
Discussion Span
2 Months Ago
Last Updated
10
Views
Anark10n
Newbie Poster
15 posts since Sep 2009
Reputation Points: 19
Solved Threads: 0
Skill Endorsements: 0

Thanks for sharing. I'm in that case you assume..

ubuntu_lover
Newbie Poster
1 post since Oct 2012
Reputation Points: 0
Solved Threads: 0
Skill Endorsements: 0

it's realy helpful thanks so much

feryardiant
Newbie Poster
2 posts since Jan 2012
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0

Post: Markdown Syntax: Formatting Help
 
You
View similar articles that have also been tagged:
 
© 2013 DaniWeb® LLC
Page rendered in 0.1441 seconds using 2.66MB