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: Is my database OK?

Re: Is my database OK?

From: <rognes_at_gmail.com>
Date: 24 Jun 2005 22:44:21 -0700
Message-ID: <1119678261.011626.208820@f14g2000cwb.googlegroups.com>

>
> Might also want to run DBV.
> --

Or .. just use rman:
backup check logical validate database;
or specify individual database data files if you'd like.

Corruptions if any are not reported in the rman interface. Once completed for 8.1.x check your alert log for corruption errors. Ver 9+ they're reported in V$DATABASE_BLOCK_CORRUPTION.

Sten Received on Sat Jun 25 2005 - 00:44:21 CDT

Original text of this message

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