Examples

  1. The following shows how to list the tables that have not been migrated for a specific application group:
        arstblsp -a 2 -g credit
  2. The following shows how to list the tables that are open for loading for a specific application group:
        arstblsp -a 3 -g credit
  3. The following shows how to close any open tables for a specific application group:
        arstblsp -a 1 -g credit
  4. The following shows how to close a specific table for a specific application group:
        arstblsp -a 1 -g credit -t AAA26
  5. The following shows how to close the System Log table and forces the system log to a new tablespace:
        arstblsp -I instance_name -a 1 -g "System Log"