Veritas Storage Foundation 5.1 SP1: Storage and Availability Management for Oracle (5900-1504, April 2011)
3
Run the dbv tool against the datafile. For example:
$ $ORACLE_HOME/bin/dbv file=/tmp/testckpt/oradata/\
PROD1/undotbs01.dbf
DBVERIFY: Release 11.1.0.6.0 - Production on Thu Jun 4 21:35:03 2009
Copyright (c) 1982, 2007, Oracle. All rights reserved.
DBVERIFY - Verification starting : FILE = /tmp/testckpt/oradata/PROD1\
/undotbs01.dbf
DBVERIFY - Verification complete
Total Pages Examined : 7040
Total Pages Processed (Data) : 0
Total Pages Failing (Data) : 0
Total Pages Processed (Index): 0
Total Pages Failing (Index): 0
Total Pages Processed (Other): 6528
Total Pages Processed (Seg) : 0
Total Pages Failing (Seg) : 0
Total Pages Empty : 512
Total Pages Marked Corrupt : 0
Total Pages Influx : 0
Total Pages Encrypted : 0
Highest block SCN : 6532192 (0.6532192)
$
Backing up using a Storage Checkpoint
You can back up a database by:
■ Creating a Storage Checkpoint using the dbed_ckptcreate command
■ Mounting the Storage Checkpoint as read-only using the dbed_ckptmount
command
■ Backing it up using tools such as tar or cpio
See the dbed_ckptcreate(1M), dbed_ckptmount(1M), tar(1), and
cpio(1) manual pages for more information.
Usage notes
Using Database Storage Checkpoints and Storage Rollback
Backing up and recovering the database using Storage Checkpoints
204