服务器 频道

在 linux 下卸载 oracle10g

  【IT168 服务器学院】如果需要在 linux 下卸载 oracle 10g, 可以采用下面的步骤:

  1. 运行 $ORACLE_HOME/bin/localconfig delete
  2. rm -rf $ORACLE_BASE/*
  3. rm -f /etc/oraInst.loc /etc/oratab
  4. rm -rf /etc/oracle
  5. rm -f /etc/inittab.cssd
  6. rm -f /usr/local/bin/coraenv /usr/local/bin/dbhome /usr/local/bin/oraenv

  (注: 在RHEL3, oracle10.1.0下测试通过)
  

0
相关文章