Veritas Storage Foundation™ for Oracle 5.0.1 Administrator's Guide

To relocate a file
Use the dbdst_file_move command as follows:
/opt/VRTS/bin/dbdst_file_move -S $ORACLE_SID -o datafile \
-f listfile -c storage_class
For example:
$ /opt/VRTS/bin/dbdst_file_move -S FLAS10r2 -o datafile -f /home/external.spec \
-c MEDIUM
Assign placement policy file successful on filesystem /snap_data10r2
Begin enforcing filesystem /snap_data10r2 ...
Enforce placement policy successful on filesystem /snap_data10r2
Relocating tablespaces for Database Dynamic Storage Tiering using
dbdst_tbs_move
Use the dbdst_tbs_move command to move tablespaces to the desired storage
class. The command queries the SFDB repository for the tablespace file names,
then performs a one-time move based on your immediate requirements.
To relocate a tablespace
Use the dbdst_tbs_move command as follows:
$ /opt/VRTS/bin/dbdst_tbs_move -S $ORACLE_SID -t tablespace \
-c class
where
tablespace indicates which tablespace to move.
class indicates to which class the tablespace should be moved.
For example:
$ /opt/VRTS/bin/dbdst_tbs_move -S FLAS10r2 -t MYTBS \
-c MEDIUM
Assign placement policy file successful on filesystem /snap_data10r2
Begin enforcing filesystem /snap_data10r2 ...
Enforce placement policy successful on filesystem /snap_data10r2
387Veritas Storage Foundation for Oracle Command Line Interface
About the command line interface