The following articles mainly introduce the correct handline for Oracle 10g uninstallation. We are familiar with Oracle 10g, which can be called a regular visitor in practical applications, the following articles mainly explain the correct uninstall process. I hope you will get it after browsing.
(1) If the database is configured with Automatic Storage Management ASM, delete the aggregation Synchronization Service CSSCluster Synchronization Services first)
To delete the CSS service, enter the following command in the doscommand line:
Localconfig delete
(2) Stop all Oracle services
(3) Run Universal Insatall to uninstall Oralce 10g (one-way next/OK)
(4) Delete the Automatic Storage Management Service (ASM), and enter the following command in the doscommand line:
- oracle -delete - asmsid +asm
(5) Complete uninstallation of Oracle 10g: Run regedit and open the Registry
① Delete the HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE directory
② Delete all keys starting with Oracle or OraWeb in HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services
③ Delete all keys starting with Oracle in HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Eventlog/Application
④ Delete all keys prefixed with Ora, Oracle, Orcl, or EnumOra in the HKEY_CLASSES_ROOT directory.
⑤ Delete all keys starting with Oracle in HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer/MenuOrder/Start Menu/Programs
⑥ Delete All Oracle keys except Microsoft ODBC for Oracle in HKEY_LOCAL_MACHINE/SOFTWARE/ODBC/DOBCINST. INI
(6) Delete Oracle-related values in the environment variables Path and CLASSPATH.
(7) delete start-> All Oracle databases in the program
(8) delete all Oracle-related directories
The above content is an introduction to the complete uninstallation of Oracle 10g. I hope you will have some gains.