>  기사  >  데이터 베이스  >  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으로 문의하세요.