Home | Previous Page | Next Page   Migration to a Later Version of a Database Server > Converting to Dynamic Server 10.0 >

Verify the Integrity of the Data

After Dynamic Server finishes converting the system catalog tables, open each database with DB–Access and use oncheck to verify that data was not corrupted during the migration process. You can verify the integrity of the reserve pages, extents, system catalog tables, data, indexes, and smart large objects, as Table 21 shows.

Table 21. Commands for Verifying the Data Integrity
Action oncheck Command
Check reserve pages oncheck -cr
Check extents oncheck -ce
Check system catalog tables oncheck -cc database_name
Check data oncheck -cD database_name
Check indexes oncheck -cI database_name
Check smart large objects oncheck -cs sbspace_name
Check smart large objects plus extents oncheck -cS sbspace_name
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]