Oracle9i (9.2.0.4.0) Installation on Red Hat Enterprise Linux 5 (RHEL5)

从网上看到很多朋友提出如何在rhel5上安装oracle 9i,更有人提出是否可以在rhel5上安装oracle 9i.
故把我的安装步骤、经验与大家分享.
环境: Red Hat Enterprise Linux 5 (RHEL5), Oracle9i (9.2.0.4.0)
           RHEL5 安装可参考 Red Hat Enterpr ...

安装

* 查看软件xxx安装内容
dpkg -L xxx

* 查找软件
apt-cache search 正则表达式

* 查找文件属于哪个包
dpkg -S filename
apt-file search filename

* 查询软件xxx依赖哪些包
apt-cache depends xxx

* 查询软件xxx被哪些包依赖
apt-cache rdepends xxx

* 增加一个光盘源
sudo apt-cdrom add

* 系统升级
sudo apt-g ...

  • Items 1 - 2
  • 1