Veritas Storage Foundation™ for Oracle 5.0.1 Administrator's Guide

To display quota values for all file systems in the database
Use the dbed_ckptquota command as follows:
$ /opt/VRTS/bin/dbed_ckptquota -S PROD -H /ora10i \
-o display
Filesystem Hardlimit Softlimit CurrentUse
/ora/prod 50000 40000 136
/ora/testvol01 25000 20000 128
/ora/testvol02 50000 40000 128
/ora/testvol03 50000 40000 0
/ora/testvol04 25000 20000 128
/ora/testvol05 50000 40000 128
The numbers in the Hardlimit and Softlimit columns represent the total
numbers of file system blocks allowed.
CurrentUse displays the number of filesystem blocks currently used by all
Storage Checkpoints in the filesystem. If there are no Storage Checkpoints,
or if quotas have been disabled, CurrentUse will display 0.
Performing Storage Rollback using dbed_ckptrollback
You can use the dbed_ckptrollback command to rollback an Oracle database to
a Storage Checkpoint.
Before performing a Storage Rollback, the following conditions must be met:
You must be logged on as the database administrator (typically,
the user ID oracle.)
Prerequisites
Veritas Storage Foundation for Oracle Command Line Interface
About the command line interface
340