Can anyone tell me whether it is possible to remove an instance from the NT registry. The datafiles have been removed and its not possible to remove using database assistant.
I eventually managed to delete the database using database assistant (enabling service) the problem now is deleting the services associated with those instances.
I'm on Unix now though and I can't check the exact syntax for you. To delete the services you would certainly need to use the oradim utility - it's definatley something like:
oradim -DELETE -SID SIDNAME -SRVC
if you run oradim /help from the command prompt it should give you the options. (or oradim73 for Oracle 7.3 etc).
When this is a non production server you can also open the registry (regedit). Navigate to local machine - system and delete the instance out of the controlsets.
But be carefull, messing too much with the registry can really crash NT.
Bookmarks