問題描述
有時我在 Windows 上的 Oracle 數據庫會被占用.如何手動卸載 Oracle?
Sometimes my Oracle database on Windows gets hosed. How do I do a manual uninstall of Oracle?
推薦答案
從 Windows 機器中刪除所有 Oracle 內容的六步過程:
The six-step process to remove all things Oracle from a Windows machine:
A.刪除 Oracle 服務:在注冊表中,轉到\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
并刪除所有以Oracle"開頭的內容
A. Delete the Oracle services:
In the registry, go to
\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
and delete everything that starts with "Oracle"
B.從注冊表中刪除其他 Oracle 內容:轉到 \HKEY_LOCAL_MACHINE\SOFTWARE\
并刪除密鑰 ORACLE
B. Remove other Oracle stuff from the registry:
Go to \HKEY_LOCAL_MACHINE\SOFTWARE\
and delete the key ORACLE
C.重啟
D.從安裝目錄中刪除所有 Oracle 軟件
E.刪除 Oracle 軟件清單:刪除目錄 C:\Program Files\Oracle
.無論您在何處安裝 Oracle 軟件,都必須執行此操作 - Oracle 安裝程序會自動在此處寫入信息.
E. Delete the Oracle software inventory:
Delete the directory C:\Program Files\Oracle
. You must do this no matter where you installed your Oracle software - the Oracle installer automatically writes information here.
F.從開始菜單中刪除所有快捷方式.
G.從 PATH 環境變量中刪除 Oracle 目錄.
G. Remove the Oracle directories from PATH Environment Variable.
為了將來簡化清理工作,我強烈建議您在一臺或多臺虛擬機中安裝 Oracle 產品.
To simplify cleanup in the future, I'd strongly recommend you install your Oracle products in one or more virtual machines.
這篇關于如何手動卸載 Oracle?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!