Ubuntu 通过 Oracle Debian 仓库安装 Oracle server

2014-11-24 18:52:42 · 作者: · 浏览: 0

首先你需要把这个源加入到你的软件源文件中,输入下面的命令:


sudo deb http://oss.oracle.com/debian unstable main non-free
下一步,加入密钥:


sudo wget http://oss.oracle.com/el4/RPM-GPG-KEY-oracle -O- | sudo apt-key add -
更新源:


sudo apt-get update
安装XE database server:


sudo apt-get install oracle-xe-universal
你还需要安装XE client客户端:


sudo apt-get install oracle-xe-client
更多相关信息访问:http://www.oracle.com/technology/products/database/xe/index.html