cancel
Showing results for 
Search instead for 
Did you mean: 

DB Verified with brtools.

Former Member
0 Kudos

Dear Experts

Can I run DB verified with Brtools? Can anyone show me the process.

Accepted Solutions (1)

Accepted Solutions (1)

former_member188883
Active Contributor
0 Kudos

Hi Darshan,

Lot of material is available on brtools over the internet. Please spend some time to do a search.

Refer Brtools guide www.scribd.com/doc/62767751/Brtools-Guide

For details information on brtools options and how to use them

Regards,

Deepak Kori

Answers (2)

Answers (2)

Former Member
0 Kudos

DB verification can be scheduled from DB13 also, its recommended to run frequently.

Regards,

Nick Loy

Former Member
0 Kudos

Hi Darshan,

BRBACKUP command to check the complete database ONLINE:

brbackup -w only_dbv -c -t online -m all #e <parallel degree>

You can also run RMAN checks online even if RMAN is not configured.

UNIX> rman nocatalog

Recovery Manager: Release 10.2.0.5.0 - Production on Mon Dec 5 08:19:16 2011

Copyright (c) 1982, 2007, Oracle. All rights reserved.

RMAN> connect target /

connected to target database: RR1 (DBID=1302297829)

using target database control file instead of recovery catalog

RMAN> backup check logical validate (datafile 912) ;

DBV should be used only when the check with RMAN is not possible, e.g. because the database cannot be mounted anymore. DBV check runs are usually much slower than RMAN check runs but don't provide additional or better check functions.

Br,

Venky