Reputation: 1
I am attempting to uninstall Oracle 11g database and do a reinstall because of some errors. I am on Windows 10 and was uninstalling from the Control Panel. However, my uninstall window got closed toward the end and now when I go back the Control Panel, it still shows an entry for "Oracle Database 11g Express Edition" which is of 527 MB.
Now it doesn't let me uninstall anymore, it gives me an error "1628: Failed to complete installation.".
I have tried reinstalling the software using the Oracle universal installer but that only gives options to Repair and Remove. Clicking Repair or clicking Remove gives "Error 1605: This action is only valid for products that are currently installed."
How can i reinstall the database?
Upvotes: 0
Views: 4842
Reputation: 1
Use command prompt in administrator mode and open your installation path and Run command like this.
msiexec /a "Oracle Database 21c Express Edition.msi"
it works
Upvotes: 0
Reputation: 51
go to C:\Program Files (x86)\InstallShield Installation Information and delete all the files over there and try running the Oracle Universal Installer (Oracle XE) again.
Upvotes: 5