Veritas Storage Foundation™ for Oracle 5.0.1 Administrator's Guide

To verify that a Storage Checkpoint is error-free using the command line
1
Create and mount a Storage Checkpoint:
$ /opt/VRTS/bin/dbed_ckptcreate -S $ORACLE_SID -H $ORACLE_HOME -o online
Storage Checkpoint Checkpoint_1244189082 created.
$ mkdir /tmp/ckptMnt
$ /opt/VRTS/bin/dbed_ckptmount -S $ORACLE_SID -c Checkpoint_1244189082 \
-m /tmp/ckptMnt -o rw
Creating Storage Checkpoint on /tmp/ckptMnt/data with name
Checkpoint_1244189082_wr001
If the specified mount point directory does not exist, then dbed_ckptmount
creates it before mounting the Storage Checkpoint, as long as the Oracle DBA
user has permission to create it.
2
Examine the contents of the Storage Checkpoint:
$ ls -la /tmp/ckptMnt/data/orcldb
total 0
drwxr-x--- 2 oracle users 1024 Jun 3 01:28 .
drwxr-xr-x 3 oracle dba 96 Jun 3 01:26 ..
-rw-r----- 1 oracle users 9748480 Jun 5 02:04 control01.ctl
-rw-r----- 1 oracle users 9748480 Jun 5 02:04 control02.ctl
-rw-r----- 1 oracle users 9748480 Jun 5 02:04 control03.ctl
-rw-r----- 1 oracle users 52429824 Jun 4 16:00 redo01.log
-rw-r----- 1 oracle users 52429824 Jun 5 02:04 redo02.log
-rw-r----- 1 oracle users 52429824 Jun 3 23:00 redo03.log
-rw-r----- 1 oracle users 610017280 Jun 5 02:04 sysaux01.dbf
-rw-r----- 1 oracle users 713039872 Jun 5 02:04 system01.dbf
-rw-r----- 1 oracle users 20979712 Jun 4 22:00 temp01.dbf
-rw-r----- 1 oracle users 31465472 Jun 5 02:04 undotbs01.dbf
-rw-r----- 1 oracle users 5251072 Jun 5 02:04 users01.dbf
165Using Storage Checkpoints and Storage Rollback
Backing up and recovering the database using Storage Checkpoints