Veritas Storage Foundation 5.1 SP1: Storage and Availability Management for Oracle (5900-1504, April 2011)

To create an instant Storage Checkpoints
Ensure that the database is online and use the dbed_ckptcreate command
as follows:
$ /opt/VRTS/bin/dbed_ckptcreate -S PROD \
-H /oracle/product/oracle -o instant
Creating instant Storage Checkpoint of database PROD.
Storage Checkpoint Checkpoint_971672051 created.
$/opt/VRTS/bin/dbed_ckptcreate -S PROD \
-H /oracle/product/ORA_HOME -o instant
Storage Checkpoint Checkpoint_971672052 created.
Displaying Storage Checkpoints using dbed_ckptdisplay
You can use the dbed_ckptdisplay command to display the Storage Checkpoints
associated with an Oracle database from the command line.
You can also use it to display fileset quota values.
Before displaying Storage Checkpoints, the following conditions must be met:
You must be logged on as the database administrator.Prerequisites
In addition to displaying the Storage Checkpoints created by SF
Enterprise products, dbed_ckptdisplay also displays other
Storage Checkpoints (for example, Storage Checkpoints created
by the Capacity Planning Utility and NetBackup).
The Status field identifies if the Storage Checkpoint is partial (P),
complete (C), invalid (I), mounted (M), read only (R), writable (W),
or of type online (ON), offline (OF), instant (IN), or unknown (UN).
Note that instant (IN) Storage Checkpoints are not supported in
an SF Oracle RAC environment.
Database FlashSnap commands are integrated with Storage
Checkpoint functionality. It is possible to display and mount
Storage Checkpoints carried over with snapshot volumes to a
secondary host. However limitations apply.
See Mounting Storage Checkpoints using dbed_ckptmount
on page 218.
See the dbed_ckptdisplay(1M) manual page for more
information.
Usage Notes
Using Database Storage Checkpoints and Storage Rollback
Database Storage Checkpoint Commands
214