Deleting Oracle SID
Deleting Oracle SID
Deleting Oracle SID
> go to Start
> click Run
> In the command prompt, type: oradim -delete -sid SID
where SID is the sid of your database, as it appears when you type
net start | more (you should get an "OracleServiceSID")
The Oracle installer removes most of the components but it leaves many traces behind. In order
to completely remove all traces of Oracle, some additional steps needs to be taken:
HKEY_LOCAL_MACHINE
\SOFTWARE
\ORACLE
HKEY_LOCAL_MACHINE
\SYSTEM
\CurrentControlSet
\Services
\EventLog
\Application
\Oracle.oracle
If you didn't first run the Oracle Installer to remove Oracle then you may have some references
to Oracle left in the path.
To remove these: Start > Settings > Control Panel > System > Advanced > Environment
Variables. look at both the use and system variable 'PATH' and edit them to remove any
references to Oracle.
• You can uninstall all the Oracle components and services using OUI (Oracle Universal
Installer).