The Loader system table TRANSFORMATIONMODEL contains all entries about transformations that span more than one table. After a successful transformation, these entries are unloaded to a data stream or deleted.
TRANSFORMATIONMODEL
PACKAGEGUID |
CHAR(24) BYTE |
Unique ID of the transformation package |
TASKID |
FIXED(6.0) |
ID of the transformation task |
SERVERNODE |
CHAR(32) |
Server node on which the database instance to be transformed is installed |
SERVERDB |
CHAR(32) |
Name of the database instance that is to be transformed |
CODETYPE |
CHAR(32) |
Code type of the database instance (ASCII | UNICODE) |
USERNAME |
CHAR(32) |
User name |
CODEPAGEID |
CHAR(32) |
ID of the ASCII code page that is to be used |
STORAGEDEVICE |
CHAR(32) |
External storage medium that is to be used |
TRANSACTIONSIZE |
FIXED(6.0) |
Minimum number of rows that are to be transformed before the status of the transformation step is logged |
TRANSFORMATION |
CHAR(32) |
Transformation type (EXTRACT | LOAD | UPDATE) |
PART |
CHAR(32) |
Parts of the database catalog (ALL | USER | TABLE) |
STEPID |
FIXED(6.0) |
ID of the transformation step |
OWNER |
CHAR(32) |
Owner of the table |
TABLENAME |
CHAR(32) |
Table name |
TABLETYPE |
CHAR(8) |
Table type (TABLE | VIEW | SYNONYM) |
CATALOGSTREAMNAME |
CHAR(254) |
ID of the CATALOG data stream |
CATALOGSTREAMTYPE |
CHAR(32) |
Medium of the CATALOG data stream (FILE | PIPE | TAPE) |
CATALOGSTREAMEBID |
CHAR(32) |
External backup ID of the CATALOG data stream |
CATALOGSTREAMFORMAT |
CHAR(32) |
Format of the CATALOG data stream (DDL | XML) |
DATASTREAMNAME |
CHAR(254) |
ID of the DATA data stream |
DATASTREAMTYPE |
CHAR(32) |
Medium of the DATA data stream (FILE | PIPE | TAPE) |
DATASTREAMEBID |
CHAR(32) |
External backup ID of the DATA data stream |
DATASTREAMFORMAT |
CHAR(32) |
Format of the DATA data stream (PAGES | RECORDS | COMPRESSED | FORMATTED) |
DATASTREAMHEADERBLOCK |
FIXED(6.0) |
Start position of the header of the DATA data stream (in 2 GB blocks) |
DATASTREAMHEADERPOS |
FIXED(10.0) |
Start position of the header of the DATA data stream (in bytes, less than 2 GB) |
DATASTREAMDATABLOCK |
FIXED(6.0) |
Start position of the data of the DATA data stream (in 2 GB blocks) |
DATASTREAMDATAPOS |
FIXED(10.0) |
Start position of the data of the DATA data stream (in bytes, less than 2 GB) |
DATASTREAMTRAILEBLOCK |
FIXED(6.0) |
Start position of the trailer of the DATA data stream (in 2 GB blocks) |
DATASTREAMTRAILERPOS |
FIXED(10.0) |
Start position of the trailer of the DATA data stream (in bytes, less than 2 GB) |
EXCLUDE |
BOOLEAN |
Transformation step was excluded (TRUE) or not (FALSE) |
RESTART |
BOOLEAN |
Transformation step was executed (TRUE) or not (FALSE) |
RESTORE |
BOOLEAN |
Transformation command was generated (TRUE) or not (FALSE) |
PAGECOUNT |
FIXED(10.0) |
Number of pages that were transformed during a transformation step |
ROWCOUNT |
FIXED(10.0) |
Number of rows that were transformed during a transformation step |
STARTTIME |
TIMESTAMP |
Start of the transformation step |
ENDTIME |
TIMESTAMP |
End of the transformation step |
REQUESTTIME |
FIXED(15.10) |
Total execution time of a kernel request within a transformation step |
RECEIVETIME |
FIXED(15.10) |
Total execution time of a kernel reply within a transformation step |
IOTIME |
FIXED(15.10) |
Total I/O time within a transformation step |
LOGTIME |
FIXED(15.10) |
Total time required for the management of actions within a transformation step |
SEQ_NO |
FIXED(6.0) |
Sequence number with which split GRANT statements can be assigned to each other |
CMD |
CHAR(254) |
Authorization statement |