欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  数据库

Ubuntu 通过 Oracle Debian 仓库安装 Oracle server

程序员文章站 2024-02-12 11:01:40
...

其实这篇文章在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
更多相关信息访问:

Ubuntu 通过 Oracle Debian 仓库安装 Oracle server

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

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