Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Empty pages marked corrupt

user12021554May 22 2010 — edited May 23 2010
I run rman and it shows some blocks as corrupted; when I run dbv all the blocks corrupt show under empty pages.
When I do
select * from dba_extents
where file_id = 25 and
corrupt_block_no between block_id and block_id+blocks-1
all corrupted blocks are in a table which is empty (0 rows).
I dropped the table , recreated it, but these blocks still come out as corrupt.

Will these empty pages corruption create any problems for me in future?
How can I get rid of them, rman recoverblock somehow is not working for me?

THANKS A LOT.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 20 2010
Added on May 22 2010
4 comments
1,291 views