how to find running databases in windows


 
Thread Tools Search this Thread
Special Forums Windows & DOS: Issues & Discussions how to find running databases in windows
# 1  
Old 08-07-2008
how to find running databases in windows

Hi,

I am working in solaris os.I would like to know how many databases are running in windows.
Is there any command like ps -ef|grep pmon in wndows...............

Thanks&Regards,
Arul
# 2  
Old 08-07-2008
[moved to Windows & DOS]


Try:

start -> run -> services.msc

Then look for service names like OracleService<ORACLE_SID> and see if they are running.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

script to find oracle databases that are not in cluster

I need to create a script to list all the databases that are in cluster environment. The reason is that there are databases which are not in under cluster control and we need to identify those. The easiest way to identify is: clrt list (if SUNW.oracle_server:6, SUNW.oracle_listener:5 are not... (0 Replies)
Discussion started by: misterx12345
0 Replies

2. AIX

Running unix command from windows? How?

Hello Folks, I have a need to execute certain scripts on a regular basis on a number of (AIX) servers. What I had in mind, is to accomplish this using ssh/rsh, auto login. Initially I developped the script, which can be invoked from one of the AIX servers (by loggin into the first host), and... (4 Replies)
Discussion started by: haroon_a
4 Replies

3. Linux

What's better for running Windows software in Linux, Wine or Windows VMware?

What are the differences, advantages, and disadvantages? (1 Reply)
Discussion started by: Advice Pro
1 Replies

4. Shell Programming and Scripting

running sh file from windows

hello can i run sh file from windows machine using plink to excute this shell on unix machine ? which tool i should use to get the out put from the running script on windows server with IIS and using html regards (0 Replies)
Discussion started by: mogabr
0 Replies

5. Shell Programming and Scripting

Running windows command from Unix

Hi, Is there any way to invoke a Windows command from Unix ?? For eg: I want to track down a user executing a script and want to send him a message through net send in windows .. I am able to get the user machines ip ... and since I want my message to be popped up in users screen, wud... (4 Replies)
Discussion started by: Sabari Nath S
4 Replies

6. UNIX for Advanced & Expert Users

Running windows command from Unix

-------------------------------------------------------------------------------- Hi, Is there any way to invoke a Windows command from Unix ?? For eg: I want to track down a user executing a script and want to send him a message through net send in windows .. I am able to get the user... (1 Reply)
Discussion started by: Sabari Nath S
1 Replies
Login or Register to Ask a Question