精华区 [关闭][返回]

当前位置:网易精华区>>讨论区精华>>编程开发>>● 数据库技术>>Oracle产品>>Re:高手指点:oracle7.3 server的卸载

主题:Re:高手指点:oracle7.3 server的卸载
发信人: xmzw(小米粥)
整理人: pengxiaohui(2001-09-26 10:50:01), 站内信件
【 在 yuyongjunkyle 的大作中提到:】
:卸载程序从来卸载不彻底,这样经常导致重装困难,有人说可直接删除orant目录,但停掉服务后,删除时报告不能删除core35.dll,从而导致删除失败
:,到底该怎样卸载oracle,然后可顺利重装?
:......
 



Manually Removing All Oracle Components and Services from Your
Computer
In rare situations, you may want to correct serious system problems by completely
removing Oracle components from the computer.
Remove all Oracle components from your computer only as a last resort, and only if
you want to remove all Oracle components from your system.
Removing Components on Windows NT
To remove all Oracle components from a computer on Windows NT:
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 choose Stop.
c. Choose Close to exit the Services window.
3. Start the registry at the MS-DOS command prompt:
C:\> REGEDT32
4. Go to HKEY_CLASSES_ROOT.
5. Delete any key that starts with Oracle or ORCL.
6. Go to HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE.
7. Delete the ORACLE key.
8. Delete the Oracle ODBC Driver key under HKEY_LOCAL_
MACHINE\SOFTWARE\ODBC\ODBCINST.INI.
9. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and
remove all keys under here that begin with ORACLE.
10. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
\EventLog\Application, and remove all keys under here that begin with
ORACLE.
11. Go to HKEY_CURRENT_USER\SOFTWARE\ORACLE.
12. Delete keys that start with Oracle or ORCL (if any exist).
13. Go to HKEY_CURRENT_USER\SOFTWARE\ODBC\ODBCINST.INI.
14. Delete any Oracle keys (if any exist).
15. Close the registry.
16. Go to Start > Settings > Control Panel > System > Environment tab.
17. Choose the system variable path and modify the Path variable.
18. Remove any Oracle entries from the path. For example, if JRE was installed by
Oracle, remove the %ORACLE_HOME%\BIN path and the JRE path. You may
see a path similar to this one:
C:\ORACLE\ORA81\BIN;G:\PROGRAM FILES\ORACLE\JRE\1.1.7\BIN
19. Exit the Control Panel.
20. Go to SYSTEM_DRIVE:\WINNT\PROFILES\ALL USERS\START
MENU\PROGRAMS.
21. Delete the following icons:
 Oracle - HOME_NAME
 Oracle Installation Products
where HOME_NAME is the previous Oracle home name.
22. Delete SYSTEM_DRIVE:\Program Files\Oracle through Windows NT Explorer.
23. Delete all ORACLE_BASE directories on your hard drive.
24. Reboot your computer.

[关闭][返回]