Wednesday, January 18, 2012

How to add/Remove Oracle Service in windows


If want to run oracle database then you need to create oracle service for the database. We can easily add or remove the oracle services in windows

Open cmd prompt and type

C:/>oradim -NEW -SID <sid Name> -STARTMODE manual
Instance created.

To remove the services

C:/> oradim –DELETE –SID <sid Name>
Instance deleted.

Here “<sid Name>” is your SID name

I hope this article will be very helpful to all. Thanks for reading this article.

“Keep reading and share the knowledge”  
“Grow more trees to save Earth”

No comments:

Post a Comment