|
Re: How Can I re-install Oracle server 9i/ 10g on a deinstall oracle comp [message #111198 is a reply to message #109050] |
Mon, 14 March 2005 12:18 |
www.sidibe.net
Messages: 9 Registered: March 2004
|
Junior Member |
|
|
You can do it manualy :
1. Ensure you are logged in as a user with Administrator privileges.
2. Stop all Oracle services (if any are running):
a. Choose Start > Settings > Control Panel > Services.
b. If any Oracle services (their names begin with Oracle) exist and have the status Started, select the service and click Stop.
c. Click Close to exit the Services window.
3. Start the registry at the MS-DOS command prompt:
4. C:\> REGEDIT
5. Go to HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE.
6. Delete the ORACLE key.
7. Delete any Oracle key under HKEY_LOCAL_MACHINE\SOFTWARE\ODBC.
8. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and remove all keys under here that begin with ORACLE.
9. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services \EventLog\Application, and remove all keys under here that begin with ORACLE.
10. Close the registry.
11. Go to Start > Control Panel > System > Environment tab.
12. Click on the system variable path and modify the Path variable.
13. If JRE was installed by Oracle, remove the %ORACLE_HOME%\BIN path and the JRE path. For example, you may see a path similar to this one:
14. C:\ORACLE\ORA81\BIN;G:\PROGRAM FILES\ORACLE\JRE\1.1.7\BIN
15. Exit the Control Panel.
16. Go to SYSTEM_DRIVE:\WINNT\PROFILES\ALL USERS\START MENU\PROGRAMS.
17. Delete the following icons:
a. Oracle - HOME_NAME
b. Oracle Installation Products
where HOME_NAME is the previous Oracle home name.
18. Delete SYSTEM_DRIVE:\Program Files\Oracle.
19. Delete all ORACLE_BASE directories on your hard drive.
20. Reboot your computer.
Regards,
www.sidibe.net
|
|
|