因為需要移除Oracle,找到一篇超完整的文章。
本文引用自felixhuang - [Oracle] 完整移除 Oracle 10g
之前重裝了Oracle clent 10g,結果因為沒有完全移除乾淨,造成一堆問題,把完整移除的方法貼上來。
* Uninstall all Oracle components using the Oracle Universal Installer (OUI).
* Run regedit.exe and delete the HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE
key. This contains registry entires for all Oracle products.
* Delete any references to Oracle services left behind in the following part of the registry:
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Ora*
It should be pretty obvious which ones relate to Oracle.
* Reboot your machine.
* Delete the "C:\Oracle" directory, or whatever directory is your ORACLE_BASE.
* Delete the "C:\Program Files\Oracle" directory.
* Empty the contents of your "c:\temp" directory.
* Empty your recycle bin.
實作:
Oracle本身所附的Oracle Universal Installer (OUI)工具
開始移除中...
移除完成。
因為詢問後沒有需要移除的很乾淨,所以就沒有繼續做了。等待要廢除此台機器時再來實作...