Managing the official Oracle software sqldeveloper in Ubuntu is the easiest way to install

Source: Internet
Author: User

To manage Oracle databases in Ubuntu, we 'd better use Oracle's own SQL developer software. Previously I installed DbVisualizer to manage Oracle, which is a common database management tool and convenient.

On the Internet, many methods for installing the rpm package provided by Ubuntu on the oracle official website need to install jdk support first. Here I will use a simple method. 

1. get jdk: Download jdk on sun's official website and install it. (If you do not want to install jdk, you can directly find a jdk folder. In fact, many software that requires jdk are required, for example, you can specify the jdk path in eclipse)

2. Download sqldeveloper,Http://www.oracle.com/policy/software/products/ SQL /index.html, download the last Oracle SQL Developer for other platformsInstead of the rpm version.

3. decompress the package to your favorite directory./sqldeveloper

4. Open./sqldeveloper/Ide/bin/launcher. sh, find CheckJDK (), and change APP_JAVA_HOME to the jdk path, as shown in figure

 if [ "X$APP_JAVA_HOME" != "X" ]
then
if [ ! -d ${APP_JAVA_HOME} ]
then
APP_JAVA_HOME="/home/xxx/jdk1.6.0_18"
fi
fi
5. Create an initiator and select./sqldeveloper. sh in the command.

OK!

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.