VERITAS Storage Foundation 4.1 Oracle Administrator's Guide
Examples of Using the Command Line Interface Prerelease 8 September 2005, 8:55am
432 VERITAS Storage Foundation for Oracle Administrator’s Guide
▼ To create Storage Checkpoints while the database is offline
1. Use the dbed_ckptcreate command as follows:
$ /opt/VRTS/bin/dbed_ckptcreate -S PROD \
-H /oracle/product/9i -o offline
Creating offline Storage Checkpoint of database PROD.
Storage Checkpoint Checkpoint_971672044 created.
Note The default option is online.
▼ 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/9i -o instant
Creating instant Storage Checkpoint of database PROD.
Storage Checkpoint Checkpoint_971672045 created.
▼ To assign a Storage Checkpoint allocation policy to a Storage Checkpoint
Use the dbed_ckptcreate command as follows:
$ /opt/VRTS/bin/dbed_ckptcreate -S PROD \
-H /oracle/product/9i -o online -p ckpt_data,ckpt_metadata
Creating online Storage Checkpoint of database PROD.
Storage Checkpoint Checkpoint_971672044 created.