Как удалить Oracle 10g? Я не вижу никакого инструмента для удаления для этого - PullRequest
4 голосов
/ 16 ноября 2009

Я хочу удалить Oracle 10g (в Windows 7), но не вижу инструмента для удаления. Как я могу удалить его?

Ответы [ 2 ]

6 голосов
/ 16 ноября 2009

запустите универсальный установщик (вы установили oracle вместе с ним) и выберите «Удалить».

5 голосов
/ 15 октября 2010
*  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.
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...