Veritas Storage Foundation™ for Oracle 5.0.1 Administrator's Guide

You must be logged on as the database administrator (typically,
the user ID oracle).
The repository entry for the database must exist and the DBA must
be the owner of all file systems to be affected.
Prerequisites
See the dbed_ckptquota(1M) manual page for more information.Usage notes
To set quota limits for all file systems in the database and enable quota enforcement
Use the dbed_ckptquota command as follows to set the hard and soft limits
for all file systems in the database and enable quota enforcement:
$ /opt/VRTS/bin/dbed_ckptquota -S PROD -H /ora10i \
-o set=50000,40000,enable
To set quota limits for all file systems specified in a list file
Use the dbed_ckptquota command as follows:
$ /opt/VRTS/bin/dbed_ckptquota -S PROD -H /ora10i \
-o set=25000,20000 -f quotacfg
To disable quota limits for a file system
Use the dbed_ckptquota command as follows:
$ /opt/VRTS/bin/dbed_ckptquota -S PROD -H /ora10i \
-o disable /ora/testvol03
339Veritas Storage Foundation for Oracle Command Line Interface
About the command line interface