Veritas Storage Foundation 5.1 SP1: Storage and Availability Management for Oracle (5900-1504, April 2011)

Multiple partitions cannot reside on the same tablespace.Usage notes
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:days [-c storage_class:days]
For example:
$ /opt/VRTS/bin/dbdst_file_move -S VRTS11r2 -o datafile \
-f /tmp/external.spec -c MEDIUM
Assign placement policy file successful on filesystem /data11r2
Begin enforcing filesystem /data11r2 ...
Enforce placement policy successful on filesystem /data11r2
Relocating tablespaces
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 storage_class
where
tablespace indicates which tablespace to move.
storage_class indicates to which class the tablespace should be moved.
For example:
$ /opt/VRTS/bin/dbdst_tbs_move -S VRTS11r2 -t MYTBS -c MEDIUM
Assign placement policy file successful on filesystem /data11r2
Begin enforcing filesystem /data11r2 ...
Enforce placement policy successful on filesystem /data11r2
Configuring and administering SmartTier
SmartTier policy management
256