Veritas Storage Foundation™ for Oracle 5.0.1 Administrator's Guide

For example:
$ /opt/VRTS/bin/dbdst_preset_policy -S FLAS10r2 -d /snap_data10r2 \
/FLAS10r2 -P "PRIMARY=*.dbf:MEDIUM=*.log"
Assign placement policy file successful on filesystem /snap_data10r2
Begin enforcing filesystem /snap_data10r2 ...
Enforce placement policy successful on filesystem /snap_data10r2
Running Database Dynamic Storage Tiering reports
You can create a report that lists all updated allocation policies or you can view
an audit report, which lists recent relocation changes for a specific date range
resulting from your policies.
Viewing modified allocation policies
To create a list of modified allocation policies, use the dbdst_report command
with the policy option.
To list allocation policies
Use the dbdst_report command as follows:
$ /opt/VRTS/bin/dbdst_report -S $ORACLE_SID -o policy
For example, to view a list of modified allocation policies, use the dbdst_report
command as follows:
$ /opt/VRTS/bin/dbdst_report -S $ORACLE_SID -o policy
TSDB Database Policy Report
-----------------------------------------------------
Plan Name = archivelog:archive1
Plan Type = ARCHIVE LOG
Rule Name = DBED_relocate_age_ino63_
Directory=/susanvset/archive1
Rule Description = THREE >= 15 days
Viewing audit reports
To view an audit report, which lists recent file relocation changes within a specific
date range, use the dbdst_report command with the audit option.
Using Database Dynamic Storage Tiering
Running Database Dynamic Storage Tiering reports
200