如何卸載T3數(shù)據(jù)庫(kù)?
1.刪除庫(kù)
$su - oracle
$sqlplus / as sysdba
SQL> startup mount restrict
SQL> drop database;
2.刪除數(shù)據(jù)庫(kù)軟件
$rm -rf /u01/app/oracle/* /u01/app/oraInventory
$rm -rf /etc/oraInst.loc /etc/oratab /etc/oracle /etc/ora_save_* /opt/ORCLfmap
$rm -f /usr/local/bin/dbhome /usr/local/bin/oraenv /usr/local/bin/coraenv
$rm -rf /var/tmp/.oracle /tmp/.oracle ~oracle/.oracle ~oracle/oradiag_oracle
$rm -rf /tmp/OraInstall*
3.重啟服務(wù)器
#reboot
另一種方法:
在$ORACLE_HOME下,有個(gè)deinstall文件夾,進(jìn)去有個(gè)deinstall的可執(zhí)行文件,執(zhí)行這個(gè)腳本就行(用oracle用戶執(zhí)行)
同樣,grid卸載的話在/u01/app/grid/11.2.0/deinstall/下也有(用grid用戶執(zhí)行),卸載時(shí),會(huì)提示用root執(zhí)行一段腳本,別忘了
最后可以在刪除/u01(最好手工刪掉)