简体   繁体   中英

uninstall Oracle 12c from system

I am not expert at oracle database, i was using the oracle server but now I wanted to remove that. So for removing the oracle server I have deleted the installation folder instead of using the oracle de-installer. But I can see some services in my system. Can some one please help me to remove those configurations as well. Please excuse my silly mistake.

在此处输入图像描述

That's not really Oracle problem any more, but Windows operating system's.

As you already are in "Services", double-click its name to see both

  • service name
  • display name

as sometimes they differ. Then open Windows' command prompt and run

sc delete "OracleJobSchedulerORCL"

where OracleJobSchedulerORCL is the service name . Double quotes aren't needed if there are no spaces in the service name.

If successful, you'll see the

[SC] DeleteService SUCCESS

message.

Simple way to Uninstall Oracle:

Run CMD as Administrator.

Provide Path and Enter C:\user: cd $ORACLE_HOME\deinstall\deinstall.bat (Search deinstall.bat file and then provide path accordingly )

It will Ask Y/N: Give Y

Then It will Ask chose from given option: Select Client Oracle Home - Enter 5

It will Ask Y/N: Give Y

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM