BMCXCOPY table
- Instant Snapshots made by BMC AMI Copy that are not registered as Flash Copies in SYSCOPY with the BMC EXTENDED BUFFER MANAGER (XBM) product or BMC SNAPSHOT UPGRADE FEATURE (SUF) technology, and any standard copies made in association with the Instant Snapshot
- 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.
Column name | Data type | Description |
---|---|---|
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 | VARCHAR(10) | The relative byte location of a point in the IBM Db2 RECOVERY log The indicated point is as follows:
|
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 column contains 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 | VARCHAR(10) | 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(53) | Number of pages written to the copy data set |
NPAGESF | FLOAT(53) | High-used RBA divided by the page size |
CPAGESF | FLOAT(53) | 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:
|
TTYPE | CHAR(8) | Row format for the table space or partition:
RBA/LRSN format for the space or partition:
|
INSTANCE | SMALLINT | Instance number of the current base objects (table and index) The default value is 1. |
RELCREATED | CHAR(1) | Db2 release that created the object |
COPY_TYPE | CHAR(1) | Type of copy:
|
NOTE_VALUE | CHAR(4) | Encoded value that quickly locates data for a specific space in a cabinet copy The default value is blank. |
NOTE_TYPE | CHAR(1) | Type of NOTE (issued by BMC AMI Copy):
|
OCC_COPY_RBA | VARCHAR(10) | 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 |
EXPSSID | VARCHAR(8) | Source location SSID of the migration file (valid with COPY_TYPE = I) |
EXPSLRSN | VARCHAR(10) | Indicates the SYNC AUTO point on the source (valid with COPY_TYPE = I and COPY_TYPE = X) |
EXPTLRSN | VARCHAR(10) | Indicates the SYNC AUTO point on the target (valid with COPY_TYPE = I) |