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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Any scripts to check the health of the database

RE: Any scripts to check the health of the database

From: Magaliff, Bill <Bill.Magaliff_at_lendware.com>
Date: Wed, 24 Apr 2002 14:03:55 -0800
Message-ID: <F001.0044E7F1.20020424140355@fatcity.com>


love it! - this gets my vote -

-----Original Message-----
Sent: Wednesday, April 24, 2002 4:58 PM
To: Multiple recipients of list ORACLE-L

sqlplus "/ as sysdba" <<EOF
select 'Database is healthy!!!' from dual; shutdown abort
prompt 'Database needs Clarinex'
EOF
> -----Original Message-----
> From: Praveen Sahni [mailto:Praveen.Sahni_at_kshema.com]
> Sent: Wednesday, April 24, 2002 3:24 PM
> To: Multiple recipients of list ORACLE-L
> Subject: Any scripts to check the health of the database
>
>
> Hi All,
> I need to write a report on the health of a database.
> Please send if any of us have a scripts and any report format
> for the health
> of the database.
> Thanks in advance
> Praveen
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Praveen Sahni
> INET: Praveen.Sahni_at_kshema.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Gogala, Mladen
  INET: MGogala_at_oxhp.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Magaliff, Bill
  INET: Bill.Magaliff_at_lendware.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Wed Apr 24 2002 - 17:03:55 CDT

Original text of this message

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