BMCXCOPY table
- Online consistent copies
- Cabinet copies
- Encrypted copies
The BMCXCOPY table functions like SYSIBM.SYSCOPY except that IXNAME replaces TSNAME in BMCXCOPY. You must control authorization and access to users for BMCXCOPY through standard Db2 authorization.
If you have more than one BMC utility installed, all of these utilities should share the same BMCXCOPY table.
BMCXCOPY table
Column name | Data type | Database name |
---|---|---|
DBNAME | CHAR(8) | Name of the database |
IXNAME | CHAR(8) | Name of the index space or table space for Instant Snapshots and associated copies |
DSNUM | INTEGER | Data set number within the index or table space |
ICTYPE | CHAR(1) | Operation type:
|
ICDATE | CHAR(6) | Date of the entry (yymmdd) |
START_RBA | CHAR(6) | A 48-bit positive integer containing the relative byte location of a point in the Db2 recovery log.
|
FILESEQNO | INTEGER | Tape file sequence number of the copy: |
DEVTYPE | CHAR(8) | Type of device on which the copy resides |
IBMREQD | CHAR(1) | Whether the row came from the basic machine-readable material (MRM) tape:
|
DSNAME | CHAR(44) | Name of the data set If STYPE V, DSNAME is the name of the VSAM data component. |
ICTIME | CHAR(6) | Time at which this row was inserted (hhmmss). The insertion takes place after the completion of the operation that the row represents. |
SHRLEVEL | CHAR(1) | SHRLEVEL parameter on COPY if ICTYPE F:
|
DSVOLSER | VARCHAR(1784) | Volume serial numbers of the data set. Commas separate items in a list of 6-byte numbers. This column is blank if the data set is cataloged. |
TIMESTAMP | TIMESTAMP | Date and time when the row was inserted. This is the date and time that are recorded in ICDATE and ICTIME. The use of TIMESTAMP over ICDATE and ICTIME is recommended because later Db2 releases might not support the latter two columns. |
ICBACKUP | CHAR(2) | Type of image copy contained in the data set:
|
ICUNIT | CHAR(1) | Media on which the image copy data set is stored:
|
STYPE | CHAR(1) | type of copy:
|
PIT_RBA | CHAR(6) | point-in-time recovery:
|
GROUP_MEMBER | CHAR(8) | Data-sharing group member (the name of the SSID where the copy was made). This column is blank if you are not using data sharing. |
OTYPE | CHAR(1) | Type of object:
|
LOWDSNUM | INTEGER | Not used |
HIGHDSNUM | INTEGER | Not used |
COPYPAGESF | FLOAT(8) | The number of pages written to the copy data set. |
NPAGESF | FLOAT(8) | High-used RBA divided by the page size. |
NPAGESF | FLOAT(8) | High-used RBA divided by the page size. |
CPAGESF | FLOAT(8) | The total number of changed pages. |
JOBNAME | CHAR(8) | Job name |
AUTHID | CHAR(8) | Authorization ID |
OLDEST_VERSION | SMALLINT | When ICTYPE= B, F, I, S, W, or X, the version number of the oldest format of data for an object. For other values of ICTYPE, the value is –1. |
LOGICAL_PART | INTEGER | Logical partition number |
LOGGED | CHAR(1) | Logging attribute of the table space:
For a non-LOB table space or index space, a blank indicates that the logging attribute is logged. |
TTYPE | CHAR(8) | Row format for the table space or partition:
|
INSTANCE | SMALLINT | Instance number of the current base objects (table and The default value is 1. |
RELCREATED | CHAR(1) | Db2 release that created the object If the release is earlier than version 9, the value is blank. |
COPY_TYPE | CHAR(1) | Type of copy:
|
NOTE_VALUE | CHAR(4) | The encoded value that quickly locates data for a specific space in a cabinet copy The default value is blank. |
OCC_COPY_RBA | CHAR(6) | Original START_RBA of an online consistent copy The default value is blank. |
OCC_LOCKRULE | CHAR(1) | Locking rule for a table space (not used for indexes):
|
OCC_SPACE_ALTERED | CHAR(1) | Whether the space was altered:
|
CAB_BLOCKS | INTEGER | Total number of frames written for a cabinet copy |