- 
      
- 
        Save pydawan/a660d552f7c73302228e3668cdb8521b to your computer and use it in GitHub Desktop. 
    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