liunx 安装 oracle-xe

1796阅读 0评论2011-02-27 alanland
分类:Oracle

安装:
  1. Update (March 2006): With Oracle Database XE in production, it is even easier to install Oracle on Debian-based distros (thanks to Joel Becker).

  2. There is now an apt-get repository up on oss.oracle.com for XE. Just add:


  3. deb unstable main non-free


  4. to /etc/apt/sources.list and then:

  5. # wget -O- | sudo apt-key add -
  6. # apt-get update
  7. # apt-get install oracle-xe

  8. 'libaio' and 'bc' are in the repository, so dependancies will pull them in if the user doesn't have them. (Note: You will need to 'sudo' or have 'root' privileges to install XE.)
deb包下载地址:




参考:

上一篇:emacs trac-wiki-mode使用
下一篇:tar、gzip、unzip命令的详细使用方法备忘