oracle卸載詳細(xì)步驟 orcal里怎么刪除上個月的數(shù)據(jù)?
orcal里怎么刪除上個月的數(shù)據(jù)?1. 保留表并只刪除數(shù)據(jù):truncate table mytable或:delete from mytable where 1=1 commit 2。刪除表本身:d
orcal里怎么刪除上個月的數(shù)據(jù)?
1. 保留表并只刪除數(shù)據(jù):truncate table mytable或:delete from mytable where 1=1 commit 2。刪除表本身:drop table mytable如果要永久刪除它,請不要準(zhǔn)備還原它:如果drop table mytable purge未知,請單擊“我”。
ORACLE數(shù)據(jù)庫如何完整卸載?
卸載步驟:;
1。停止Oracle服務(wù):進入“計算機管理”,在“服務(wù)”中找到Oracle開頭的所有服務(wù),單擊鼠標(biāo)右鍵,選擇“停止”。;
2. 在“開始”菜單中,找到universal installer,運行Oracle universal installer,然后單擊“卸載產(chǎn)品”。;
3. 在“產(chǎn)品列表”窗口中,單擊“展開除oradb11g以外的所有項目”,選中“其他項目”,然后單擊“刪除”。;
4. 按windows徽標(biāo)鍵和R鍵打開正在運行的窗口,輸入regedit,打開注冊表,依次展開HKEYLOCALMachine software,找到Oracle并將其刪除。;
5. 依次展開HKEY LOCAL刪除機器系統(tǒng)當(dāng)前控制集服務(wù)中以O(shè)racle開頭的所有項。;
6. 依次展開HKEY LOCAL Machine system current control set services eventlogapplication刪除所有以O(shè)racle CLASSES Root開頭的項,刪除以ora開頭的項。;
7. 重新啟動計算機,刪除Oracle目錄,刪除Oracle安裝目錄應(yīng)用程序等。這就完成了卸載。