Checking Physical Consistency in the DBA Planning Calendar (Informix) 
Use
You can use the
DBA Planning Calendar in the Computing Center Management System (CCMS) to schedule checks on the physical consistency of your Informix database. SAPDBA is called to perform the checks, which do not change database data and do not require storage space.For more information about consistency checks, see
Data Consistency with SAPDBA.Prerequisites
For more information about scheduling an action (for example, check physical consistency) in the DBA Planning Calendar, see
Procedure
Type of check |
Description |
Unload to '/dev/null' checks |
More thorough check method |
|
Checks a single named table |
|
Checks a single named dbspace |
|
Checks all tables with "blob" fields |
|
Checks all tables of the database, so can take a long time |
ONCHECK |
Less thorough check method – schedule when database not in productive use because of table locks |
|
Checks the indexes of tables with "blob" fields |
|
Checks the data of tables with "blob" fields |
For more information, see
Type and Frequency of Data Consistency Checks with SAPDBA (the same principles apply to checks performed in the DBA Planning Calendar).
"Blob" data is most likely to have consistency problems. Therefore, it is sensible to schedule checks on blob data more often than on other types of data.
Result
The check is now scheduled. It will be executed at the scheduled date and time. For more information about looking at the results, see
Checking the Results of Actions in the DBA Planning Calendar and Using the DB Operations Monitor.If there are problems with the consistency check, you can look at the log written by SAPDBA. Refer to
Log for Data Consistency with SAPDBA.