VERITAS Storage Foundation 4.1 Oracle Administrator's Guide
Examples of Using the Command Line Interface Prerelease 8 September 2005, 8:55am
436 VERITAS Storage Foundation for Oracle Administrator’s Guide
Scheduling Storage Checkpoint Creation in a cron Job
◆ To create a Storage Checkpoint twice a day, at 5:00 a.m. and 7:00 p.m., every Monday through
Friday, include the following entry in your crontab file:
0 5,19 * * 1-5 /opt/VRTS/bin/dbed_ckptcreate -S PROD \
-H /oracle/product/9i -o instant
◆ To create a Storage Checkpoint at 11:30 p.m., on the 1st and 15th day of each month, include
the following entry in your crontab file:
30 23 1,15 * * /opt/VRTS/bin/dbed_ckptcreate -S PROD \
-H /oracle/product/9i -o instant
◆ To create a Storage Checkpoint at 1:00 a.m. every Sunday while the database is offline, include
the following entry in your crontab file:
0 1 * * 0 /opt/VRTS/bin/dbed_ckptcreate -S PROD \
-H /oracle/product/9i -o offline