Re: Health check monitor
Date: Tue, 2 Apr 2013 11:17:59 -0700 (PDT)
Message-ID: <1364926679.34509.YahooMailClassic_at_web181205.mail.ne1.yahoo.com>
Well the kind of checking that rman does depends on what you have coded in your script/job.
Personally I like a setup like this ( checking the database first before attempting a backup ( backup validate ( is this deprecated now? ) ) and checking the database backup afterwards ( restore database validate ).
backup validate check logical database;
backup incremental level 1 for recover of copy
with tag 'disk_incremental' database;
recover copy of database with tag 'disk_incremental';
restore database validate;
I do not know of anyone ( yet ... lets see what the list response produces ) that is invoking the health checks manually and not picking related alerts from OEM and/or Grid Control ... but thanks for pointing this out I do not recall looking at this part of the doc recently.
- On Tue, 4/2/13, C P <carlospena999_at_gmail.com> wrote:
> From: C P <carlospena999_at_gmail.com>
> Subject: Health check monitor
> To: "oracle-l_at_freelists.org" <oracle-l_at_freelists.org>
> Date: Tuesday, April 2, 2013, 2:04 PM
> Hello,
> � We have some monitoring scripts in our production
> environments. I was
> wondering about this one:
> http://docs.oracle.com/cd/B28359_01/server.111/b28310/diag007.htm#ADMIN11270Is
> anyone performing the types of health checks mentioned in
> the link. We
> do not do those things in our environments; I thought RMAN
> does a check of
> the full DB when it does the backups.
>
> CP
>
>
> --
> http://www.freelists.org/webpage/oracle-l
>
>
>
-- http://www.freelists.org/webpage/oracle-lReceived on Tue Apr 02 2013 - 20:17:59 CEST