q986 发表于 2018-9-24 10:55:38

在linux下卸载 oracle10g

在 linux 下卸载 oracle10g  如果需要在 linux 下卸载 oracle 10g, 可以采用下面的步骤:
  (注: 在RHEL3, oracle10.1.0下测试通过)
  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

页: [1]
查看完整版本: 在linux下卸载 oracle10g