0

I am getting this error while installing the Oracle database 11g it giving me an error Checking For Oracle XE Service instance FAILED

2 Answers 2

5

The OracleServiceXE is probably a remnant of a previous install. You'll need to remove it using the sc command:

sc delete OracleServiceXE

Make sure you run the command as Administrator.

Sign up to request clarification or add additional context in comments.

1 Comment

Thank you that was helpful and can confirm that it fixed the issue
-1
STEP1: Start -> run (services.msc) -> Services => Stop OracleServiceXE (if running)

enter image description here

  STEP2: Start -> CMD (run as admin) -> sc delete OracleServiceXE

  Now RESTART your System

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.