Saturday, February 16, 2013

Check if oracle database Service is running in windows



Most of Oracle DBA'S who works and gets accustomed with Linux Environments, says that working in windows environment is bit challenging as a DBA. 

One command which DBA's use on a DAILY basis is to find whether oracle database is running in the server or not by using ps -ef command.

In Windows also there is a simple command to check this. 

##########################
#  Command To Check 
##########################

  Tasklist /svc | find "oracle"  


Here it showing that two database service is running,

1) ORA10G
2)ORAWIN

See Below link for How to Start Database Service & Database in Windows Environment?

http://stepintooracledba.blogspot.in/2010/05/there-are-two-methods-to-start-database.html


1 comment:

Ayush said...

grt...i m searching from many days ...this command...thanks