The contents are of my own testing and deployments. Not guaranteed that these might work in your environment. Please test before usage.
ORACLE XE Service instance failed
Your machine getting the above error check the services if oracle services are running already that is why you will get the error
Solution:
Login to the cmd prompt and delete the services
sc delete OracleServiceXE
Fire the Above command
Now You can proceed with the installation it may get a successful result in that installation.
Thanks for your time!!
0 Comments