Home > Database > Mysql Tutorial > body text

Linux Mint 下安装 Oracle SQL Developer

WBOY
Release: 2016-06-07 17:13:40
Original
1605 people have browsed it

Linux Mint 下安装 Oracle SQL Developer

1. 下载的Oracle SQL Developer,rpm文件,下载地址:

2.安装sun的jdk1.6,如果已安装,则跳过,(linux mint 12默认已安装)命令:
sudo apt-get install sun-java6-jdk

3.ORACL SQL Develoepr设置默认情况下是一个rpm包。在Linux Mint的安装你需要转换RPM to DEB包。 现在,你需要下载的外来帮助你转换RPM,DEB和DEB转,命令:
sudo apt-get install alien

4. 把rpm转换成deb,命令:
sudo alien -k --scripts sqldeveloper*.rpm

5. 安装转换后的deb,命令:
sudo dpkg -i sqldeveloper*.deb

6. 创建运行环境,命令:
mkdir -p ~/.sqldeveloper
gedit ~/.sqldeveloper/jdk

7. 在gedit中输入jdk1.6的安装路径,一般是: /usr/lib/jvm/java-6-sun ,保存退出gedit

8. 从菜单中运行SQL Develoepr吧!

更多Oracle相关信息见Oracle 专题页面 ?tid=12

linux

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template