Hi Friends,
Today we are going to discuss a well-known DBVERIFY error called DBV-00102.
Error Code: DBV-00102: File I/O error on FILE
Error itself indicates File I/O contention.
Root Cause of Error:>
When we are executing dbv command for checking of corruption issue in datafile, that time if DBV read the contains of files and check file block validation. Means DBV performs READ operation on given datafile at OS level. If any problem occurs during a read operation on an operating system level at that time we are getting above DBV-00102 error. It doesn’t indicate the corruption of datafile but it due to the problem found in disk io.
There is so many reasons behind this error. May be disk space is full or CPU consumption is more. OR some mismatch found with size of datafile.
Solution:
Resize datafile with one block smaller. If this statement failed then resize datafile one block larger. After finishing the successful operation of resizing again make it the original size of the database. Confused?!!!!!!!!!!!! Ok. No problem let us take one example.
Example:
If users01.dbf datafile size is 2147483648 and our database block size is 8K (8192 bytes) then issue following command. Calculation is 2147483648 (original size of datafile)-8192=2147475456
alter database datafile ‘/u01/oradata/test/users01.dbf’ resize 2147475456;
If command fail then resize one block larger. calculation is 2147483648 (original size of datafile)+8192=2147491840
alter database datafile ‘/u01/oradata/test/users01.dbf’ resize 2147491840;
After finishing the above one of the command makes it datafile in original size as follows.
alter database datafile ‘/u01/oradata/test/users01.dbf’ resize 2147483648;
Wish you all the best,
Thanks and regards,
About Company:
Dbametrix offers remote dba support,remote dba services,oracle database support services, remote assistance, database services with very low cost flexible remote dba plans.
When you want to make a strong Oracle DBA career then you should be aware of database services and other database technology. Without having knowledge of Oracle internals, Oracle performance tuning, and skill of Oracle database troubleshooting you can’t be an Oracle DBA expert.
This expert DBA Team club blog always provides you latest technology news and database news to keep yourself up to date. You should need to be aware of Cloud database technology like DBaaS. All Oracle DBA tips are available in a single unique resource at our orageek. Meanwhile, we are also providing some sql tutorials for Oracle DBA. This is the part of Dbametrix Group and you would enjoy more advanced topics from our partner resource.