Linux operating system Install SQL Developer Step _linux

Source: Internet
Author: User
Tags chmod

1. Install JDK

Copy Code code as follows:

# cd/u01 (Put JDK files in this directory)

# chmod A+x Jdk-6u41-linux-i586.bin

#./chmod a+x Jdk-6u41-linux-i586.bin (Prompt authorization instructions, q Skip, then enter Yes, wait to complete the installation)

2. Open/etc/profile and add at the end of profile:

Copy Code code as follows:

Exportjava_home=/u01/jdk1.6.0_41

Exportjava_bin=/u01/jdk1.6.0_41/bin

Exportpath= $PATH: $JAVA _home/bin

Exportclasspath=.: $JAVA _home/lib/dt.jar: $JAVA _home/lib/tools.jar

3. Verify that the java-version appears on the JDK version information that is successful

4. Install Sqldeveloper

Copy Code code as follows:

# cd/u01 (Put the Sqldeveloper file in this directory)

# RPM-IVH sqldeveloper-3.2.20.09.87-1.noarch.rpm

# Cd/opt/sqldeveloper

#./sqldeveloper.sh

Prompt to enter JDK path/u01/jdk1.6.0_41 complete

Application → programming →sql developer

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.