Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Find Oracle Instance Names in UNIX Server
To find which database are currently runing, for example :
$ ps -ef | grep pmon
For each process :
ora_<process_name>_<instance_name>
maa_at_molhk.com.hk a écrit :
>
> Pls kindly advise how I can find out which Oracle instances and Database exist
> in UNIX Server. For a Server with multi-instance, I want to know the
> combination of instance/database name (even they haven't started up).
>
> Tks!!
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
Received on Tue Mar 16 1999 - 06:03:19 CST
![]() |
![]() |