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

Home -> Community -> Usenet -> c.d.o.server -> Re: How to check if the database is active

Re: How to check if the database is active

From: gavin <gavin_at_emirates.net.ae>
Date: 1997/07/30
Message-ID: <5rmdtu$hp5@ws1.emirates.net.ae>#1/1

use ps -ef | grep ora
you should see at least the four main background processes along with the SID in question
i.e PMON , SMON , DBWR & LGWR Received on Wed Jul 30 1997 - 00:00:00 CDT

Original text of this message

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