Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to stop instances selectively?
from the Unix command line, issue a ps -ef command and look for the background
processes. You should see entries such as ora_dbwr_<sid> for each instance
that is running.
To shut down a specific instance, export ORACLE_SID=<sid> before running server manger. When you connect internal, you should connect to the instance whose sid you exported.
HTH,
Roy
In article <36F859AE.8C2E3407_at_mindspring.com>,
Kersi Marolia <kmarolia_at_mindspring.com> wrote:
> On a Sun SPARC Enterprise 450 server with Solaris 2.6 and Oracle 7.3.4,
> how can you determine (with server manger) which instances (for 2 or
> more independent databases) are running. And how can you selectively
> stop one or more of these instances.
>
> Thanks for your help
>
> Kersi
>
>
-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Thu Mar 25 1999 - 10:59:43 CST
![]() |
![]() |