Output of the command :
During the execution of this command,the following output would be shown on your screen for your file verification-
Code:
DBVERIFY - Verification starting : FILE = t_db1.dbf
................................................................................
DBVERIFY - Verification complete
Total Pages Examined : 8255
Total Pages Processed (Data) : 2045
Total Pages Failing (Data) : 0
Total Pages Processed (Index): 733
Total Pages Failing (Index): 0
Total Pages Empty : 5686
Total Pages Marked Corrupt : 0
Total Pages Influx : 0
Where the meaning of particular parameters in output would be as follows:
Pages = Number of Blocks
Examined = Number of blocks in the data file
Processed = Verified blocks
Failing = The blocks which has been failed during checking
Marked Corrupt = The blocks for which the cache header is invalid
Influx = The blocks which is read and written at the point of time.
Bookmarks