有的时候,需要反复练习一个测试,需要卸载仅有的一套环境。

卸载方法;

一、root运行>$ORACLE_HOME/bin/localconfig delete

二、oracle运行>rm -rf $ORACLE_BASE/*

三、root运行>rm -f /etc/oraInst.loc /etc/oratab

四、root运行>rm -rf /etc/oracle

五、root运行>rm -f /etc/inittab.cssd

六、root运行>rm -f /usr/local/bin/coraenv 

                     rm -f /usr/local/bin/dbhome

                     rm -f /usr/local/bin/oraenv

七、root运行>userdel oracle  groupdel dba  groupdel oinstall

以上目录有的类unix系统不一定有,没有就不要死扣啦。

相关文章:

  • 2022-02-10
  • 2021-05-11
  • 2021-08-02
  • 2022-01-20
  • 2021-05-23
猜你喜欢
  • 2021-11-20
  • 2021-12-31
  • 2022-02-09
  • 2022-01-02
  • 2022-01-01
  • 2022-01-07
相关资源
相似解决方案