Linux下卸载ORACLE的多种方法

第一种
# cd /u01/app/oracle/product/11.2.0/client_1/deinstall/ 
# ./deinstall
# rm -rf /u01/app/oracle
# rm -rf /etc/oratab
# rm -rf /etc/oraInst.loc

第二种
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
7. rm –rf /opt/ORCLfmap

第三种
1.删除$ORACLE_BASE/product/oraInventory目录;
2.删除$ORACLE_BASE/product目录;
3.删除/etc/oratab文件;
4.删除/tmp/目录下与"ora"关键字相关的文件;
5.删除/opt/目录下与Oracle相关的内容;
6./usr/local/bin/下的几个文件可以暂不删除。注意在下次安装Oracle运行root.sh脚本提示覆盖文件时选择"y";
7.重新启动操作系统,完成卸载。

第四种
Use DBCA to remove the databases.
Use OUI to remove the installation
Physically remove all the instation from your $ORACLE_HOME and later $ORACLE_HOME itself.
You may want to edit oratab and remove the entries too.

 

http://yibingmei.blog.51cto.com/764708/772821

http://www.blogjava.net/qileilove/archive/2014/06/16/414792.html

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。