How to delete the Oracle registry? Method: Windows: Use Oracle Universal Installer (OUI) to manually delete the registry key using Control Panel Linux: Use Oracle Inventory to manually delete the registry key
How to Delete the Oracle Registry
There are several ways to delete the Oracle Registry, depending on your operating system and Oracle version. Here are some of the most common methods:
Windows
Using Oracle Universal Installer (OUI)
Using the Control Panel
Manually delete the registry key
Navigate to the following registry key:
Linux
##Using Oracle Inventory
<code>runInstaller -inventory</code>
<code>rm -rf <oracle home directory></code>
Manually delete the registry key
<code>sudo vi /etc/oratab</code>
<code>sudo rm -rf <oracle home directory></code>
Tips:
The above is the detailed content of How to delete oracle registry. For more information, please follow other related articles on the PHP Chinese website!