January 2005
Beginner to intermediate
928 pages
22h 14m
English
Both hardware and software problems can potentially corrupt data pages in your database. When a page is corrupted, its data becomes unusable, and users trying to access this page will receive an error. If a page in the system catalog tables is corrupted, your whole database may become unusable.
DB2 provides two tools to check for database corruptions and possibly fix them. One is db2dart, the database analysis and reporting tool, and the other tool is called the INSPECT tool.
You can only use the db2dart tool when the database is offline, so no connections are allowed while the database is being inspected.
You can use db2dart to inspect the whole database, ...
Read now
Unlock full access