其实这篇文章在ubuntu 官方帮助页面上有,oracle 专门有debian oracle 仓库: http://oss.oracle.com/debian 该仓库的版本为:Oracle 10g Express Edition (XE)。
首先你需要把这个源加入到你的软件源文件中,输入下面的命令:
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
投稿作者 | 作者网站 |
---|---|
微信捐赠 | 支付宝捐赠 |
---|---|
评论功能已经关闭!