Fedora下安裝SQL Developer

來源:互聯網
上載者:User

Oracle SQL Developer is a new, free graphical tool that enhances productivity and simplifies database development tasks.

With SQL Developer, you can browse database objects, run SQL statements and SQL scripts, and edit and debug PL/SQL statements. You can also run any number of provided reports, as well as create and save your own.

1. 安裝JDK
rpm -Uhv jdk-6u6-linux-i586.rpm

安裝在/usr/java/jdk1.6.0_06

2. 安裝sql-developer
rpm -Uhv sqldeveloper-1.5.54.40-1.noarch.rpm

安裝在/opt/sqldeveloper

3. 啟動sql-developer
雖然在程式菜單中有sql-developer的表徵圖,但單擊並不能啟動,估計是沒有配置jdk的路徑。所以,只能用命令列啟動。

./sqldeveloper.sh 出現
Oracle SQL Developer
Copyright (c) 2008, Oracle. All rights reserved.

Type the full pathname of a J2SE installation (or Ctrl-C to quit), the path will be stored in ~/.sqldeveloper/jdk

要求輸入jdk路徑
/usr/java/jdk1.6.0_06

之後,終於看到sqldeveloper的啟動圖面。

相關文章

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.