Veritas Storage Foundation for Oracle 5.0 Administrator's Guide, HP-UX 11i v3, Second Edition, December 2008

To create 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.
Scheduling Storage Checkpoints using dbed_ckptcreate and
cron
You can use the dbed_ckptcreate command to schedule Storage Checkpoint
creation in a cron job or other administrative script.
Before scheduling Storage Checkpoints, the following conditions must be met:
You must be logged on as the database administrator (typically,
the user ID oracle).
Prerequisites
317Veritas Storage Foundation for Oracle Command Line Interface
About the command line interface