The DB Verify utiltity is the equivalent of Sybase's DBCC utility.
It basically goes through a given data file and checks the consistency,
verifying the pointers are all proper. This should be run on a regular basis,
to find potential disk problems. If it is not, the end users will likely
be the first to notice any problems which may materialize.
# run example
cd /apps/oracle/bin
./dbv /data2/ts23.dbf
|
|