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 I tell how long an instance has been up?

Re: How can I tell how long an instance has been up?

From: Marco Blanco <mblanco_at_performance2000.net>
Date: Tue, 17 Sep 2002 13:36:55 +0200
Message-ID: <3d871574$1_2@news.arrakis.es>


You can do

1º from OS shell

ps -ef | grep pmon

2º from SQLPlus

select * from v$instance

Regards.

Marco.

"Stan Brown" <stanb_at_panix.com> wrote in message news:am749i$h6o$1_at_reader1.panix.com...
> How can I tell how long a given Oracle instance has been up?
>
> Oracle 7.3.4.5, HP-UX 10.20 if that helps.
>
>
> --
> "They that would give up essential liberty for temporary safety deserve
> neither liberty nor safety."
> -- Benjamin Franklin
Received on Tue Sep 17 2002 - 06:36:55 CDT

Original text of this message

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