When RDAREAs are moved, an execution results listing is output.
The following is an example of the execution results listing that is output:
1 2 3
pdmod -information- yyyy-mm-dd hh:mm:ss db1
4 5
move rdarea from bes1 to bes2
rdarea name = RDUSER1 6
table name
7 USERA.STOCK
USERA.EMPLOYEE
index name
8 USERA.EMPLOYEE_NUMBER
USERA.PRODUCT_NAME
sequence name
9 USERA.PRODUCT_SEQUENCE_NUMBER
LOB data(table name)
10 USERA.STOCK
rdarea name = PDUSER1_1
original rdarea name = PDUSER1 11 |
- Explanation
- pdmod execution date
yyyy-mm-dd (year-month-date)
- pdmod execution time
hh:mm:ss (hour:minute:second)
- HiRDB identifier
- Name of the source server
- Name of the target server
- Name of an RDAREA that was moved
- Table contained in the moved RDAREA
authorization-identifier.table-identifier
- Index or plug-in index contained in the moved RDAREA
authorization-identifier.index-identifier
- Sequence generator contained in the moved RDAREA
authorization-identifier.sequence-generator-identifier
- LOB column or column of abstract data type of the LOB attribute contained in the moved RDAREA
authorization-identifier.table-identifier
- Original RDAREA name of the moved RDAREA