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 can you tell if an oracle database is open at the OS level

Re: How can you tell if an oracle database is open at the OS level

From: Valentin Minzatu <valentinminzatu_at_yahoo.com>
Date: 28 Feb 2007 07:10:21 -0800
Message-ID: <1172675421.354916.272100@8g2000cwh.googlegroups.com>


On Feb 28, 9:53 am, Jerome Vitalis
<vitalismanN0S..._at_gmail.com.invalid> wrote:
> Massa Batheli wrote:
> > Oracle 9.2.0.5 Hp UX
>
> > Is there a way to tell if a database is open or mounted at the OS
> > level (without querying the database dict) ?
>
> You could use "fuser" on datafile 1 (SYSTEM tablespace) and check
> whether crucial Oracle background processes such as DBWR have it opened.

Check the alert log. You should see lines like: Completed: ALTER DATABASE MOUNT
or
Completed: alter database open Received on Wed Feb 28 2007 - 09:10:21 CST

Original text of this message

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