you can do this,
1) Delete any of the following services if they exist in your Control Panel -> Administrative Tools -> Services.
- OracleServiceXE
- OracleMTSRecoveryService
- OracleXEClrAgent
- OracleXETNSListener
To delete the service type "sc delete [service_name]" on your command prompt.
2) Go to Registry, and delete any reference to your XE database. You can search on the folder name where XE was installed, mostly "oraclexe" to get all the references.
Now, reboot your system and then install XE again. The installation should be fine now and TNSListener service should work properly.
Cheers
1 comment:
This post has been very helpful. I was not able to install the XE database again on my XP machine. The reason is that I was not deleting OracleMTSRecoveryAgent service.
Saahil
Post a Comment