Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I am getting this error while installing the Oracle database 11g it giving me an error Checking For Oracle XE Service instance FAILED
The OracleServiceXE is probably a remnant of a previous install. You'll need to remove it using the sc command:
sc
sc delete OracleServiceXE
Make sure you run the command as Administrator.
Add a comment
STEP1: Start -> run (services.msc) -> Services => Stop OracleServiceXE (if running)
STEP2: Start -> CMD (run as admin) -> sc delete OracleServiceXE Now RESTART your System
Required, but never shown
By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.