首页  >  文章  >  数据库  >  Ubuntu 通过 Oracle Debian 仓库安装 Oracle server

Ubuntu 通过 Oracle Debian 仓库安装 Oracle server

WBOY
WBOY原创
2016-06-07 17:12:041116浏览

其实这篇文章在Ubuntu 官方帮助页面上有,oracle 专门有debian oracle 仓库: 该仓库的版本为:Oracle 10g Express Edition (XE

Ubuntu 通过 Oracle Debian 仓库安装 Oracle server

[日期:2012-03-01] 来源:imcn.me  作者:imcn [字体:]

其实这篇文章在Ubuntu 官方帮助页面上有,Oracle 专门有debian oracle 仓库: 该仓库的版本为:Oracle 10g Express Edition (XE)。

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

sudo deb unstable main non-free
下一步,加入密钥:

sudo wget -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
更多相关信息访问:

linux

  • 0
  • 利用Sqoop将数据从数据库导入到HDFS

    Oracle 执行netca 时报错ORA-01078 & LRM-00109,ORA-01102,ORA-12541,ORA-12528,,ORA-01033和ORA-28547等错误解决方法

    声明:
    本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn