Fedora下安装SQL Developer
Oracle SQL Developer is a new, free graphical tool that enhances productivity and simplifies database development tasks.
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的启动图面。
推荐阅读
-
在Windows2012下安装SQL Server 2005无法启动服务的解决办法
-
SQL SERVER 2014 安装图解教程(含SQL SERVER 2014下载)
-
SQL Server 2012 安装图解教程(附sql2012下载地址)
-
基于Fedora14下自带jdk1.6版本 安装jdk1.7不识别的解决方法
-
Fedora下安装php Redis扩展笔记
-
sql server 2005 在 windows7 下的安装教程
-
sql server 2005 在 windows7 下的安装教程
-
Win7 32/64位系统下安装SQL2005和SP3补丁安装教程[图文]
-
Centos 7.3下SQL Server安装配置方法图文教程
-
win2008下安装SQL SERVER 2005出现IIS功能要求 警告解决方案