Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: How to stop instances selectively?

Re: How to stop instances selectively?

From: <rspeaker_at_my-dejanews.com>
Date: Thu, 25 Mar 1999 16:59:43 GMT
Message-ID: <7ddq1m$nbp$1@nnrp1.dejanews.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US