finding all databases at os level [message #381275] |
Fri, 16 January 2009 01:59 |
suresh.wst
Messages: 53 Registered: June 2008 Location: Hyderabad
|
Member |
|
|
Hi,
How to find all the instances (already running and not running) at os level.
I tried with the following cmd.
$ ps -ef | grep pmon
But the output is only running instances. I want to find all the instances.
Regards,
suresh
|
|
|
|
|
|
|
Re: finding all databases at os level [message #381369 is a reply to message #381280] |
Fri, 16 January 2009 08:34 |
joy_division
Messages: 4963 Registered: February 2005 Location: East Coast USA
|
Senior Member |
|
|
surachart wrote on Fri, 16 January 2009 03:23 | Check fron pfile and spfile
You can go to $ORACLE_HOME/dbs PATH.
$ ls init*
$ ls spfile*
|
This will not work when you have multiple ORACLE_HOME's.
|
|
|
|
|