What is the STOSPACE Utility used for ?
The STOSPACE Utility updates the DB2 catalog with the DASD utilization of the table space and index space data sets. Read more »
The STOSPACE Utility updates the DB2 catalog with the DASD utilization of the table space and index space data sets. Read more »
The FAROFFPOS column of the SYSIBM.SYSINDEXPART table. Read more »
The DBA can see this in the PERCDROP column of the SYSIBM.SYSTABLEPART catalog table. Read more »
Because the DB2 Optimizer need accurate data in order to formulate the most efficient access path given the state of the environment and because the information... Read more »
The RUNSTATS Utility collects statistical information for DB2 table spaces, partitions, indexes, tables and columns and stores this data in the DB2 Catalog. Read more »
The Locate option of the Repair Utility can delete a row from a table space, repair broken table space pages, and replace data as specific locations in a table space... Read more »
The set option of the Repair utility can reset a copy pending, check pending, and recover pending flags. Read more »
The REORG Utility will sort the index space and table space to conform with the primary index or clustering index specified in the DDL. It will also reclaim the... Read more »
The QUIESE Utility prevents the start of any new table space activity while it gives active threads a chance to finish their tasks. Once all thread are inactive,... Read more »
Because an incremental image copy has to search for changed data and cannot make use of sequential pre fetch. Conversely, a full image copy has no checking to do... Read more »
The CHECK Utility checks the referential integrity of table relations and checks the integrity of the indexes by matching index column values to table column... Read more »
The DSNC transaction is used for controlling the CICS Call Attach Facility(CAF) and for Displaying CAF statistics. Read more »
A thread is the connection between DB2 and some other subsystem, such as CICS or IMS/DC. Read more »
The opposite of a leaf page; it is the highest level index page. An index can contain only the one root page; all other index pages are associated to the root. Read more »
It is a DB2 facility for static SQL statements - it replaces these statements with calls to the DB2 language interface module. Read more »