Job Seekers   Employers
dbapool: Authors | Submissions | Contact Us
   Forgot password? | Sign up
  Home   Discussion Forum   Articles   Interview Questions   FAQs   Scripts   Rewards   Analyzer   White Papers   Blog   Certification   Downloads   Tools
 

Topic: Database Administration >> Data block corruption

Disclaimer: The purpose of all dbapool forums including OCP and Other Oracle Certification forums is to help each other with specific issues but not to share dump and copyrighted exam content, materials or intellectual property. You may review the entire Oracle Certification Program Candidate Agreement online Here.



  


 Title: Data block corruption
 Ratnaker  Posted: Sep 06, 2007 05:45:51 AM

 Total Post: 136
 Joined: Apr, 2007






  check value in block header: 0x3ee7
computed block checksum: 0x434a
Reread of blocknum=18677, file=D:\NERVECEN\DATA\SYSAUX01.DBF. found same corrupt data
Reread of blocknum=18677, file=D:\NERVECEN\DATA\SYSAUX01.DBF. found same corrupt data
Reread of blocknum=18677, file=D:\NERVECEN\DATA\SYSAUX01.DBF. found same corrupt data
Reread of blocknum=18677, file=D:\NERVECEN\DATA\SYSAUX01.DBF. found same corrupt data
Reread of blocknum=18677, file=D:\NERVECEN\DATA\SYSAUX01.DBF. found same corrupt data
Hex dump of (file 3, block 18685) in trace file d:\nervecen\trace\udump\nervecen_ora_4380.trc
Corrupt block relative dba: 0x00c048fd (file 3, block 18685)
Fractured block found during backing up datafile
Data in bad block:
type: 6 format: 2 rdba: 0x00c048fd

Please any one can send me solution.

Ratnaker

 nick
Posted: Sep 11, 2007 11:28:00 AM  

 Total Post: 30
 Joined: Sep, 2007






 
you may need to use dbms_repair.fix_currupt_blocks package to get the resolution.

 Nagendra
Posted: Sep 13, 2007 11:33:45 PM  

 Total Post: 2
 Joined: Sep, 2007






 
Hi KP,
Considering the fact that this has happened in SYSAUX tablespace, you need to be careful.
The first thing is to find out what object/s are containted in the corrputed block and who owns them. You can get that by running the below.

select tablespace_name,
segment_type,
owner,
segment_name
from dba_extents
where file_id = <corrupted file id>
and block_id between block_id AND block_id + blocks-1;


If the corrputed block contains and index you can rebuild the index.
If it is a table, you can move the table to a different tablespace.

Run the above command and let me know what result you get.

Thanks
NM

 Nagendra
Posted: Sep 13, 2007 11:33:52 PM  

 Total Post: 2
 Joined: Sep, 2007






 
Hi KP,
Considering the fact that this has happened in SYSAUX tablespace, you need to be careful.
The first thing is to find out what object/s are containted in the corrputed block and who owns them. You can get that by running the below.

select tablespace_name,
segment_type,
owner,
segment_name
from dba_extents
where file_id = <corrupted file id>
and block_id between block_id AND block_id + blocks-1;


If the corrputed block contains and index you can rebuild the index.
If it is a table, you can move the table to a different tablespace.

Run the above command and let me know what result you get.

Thanks
NM

 fyz
Posted: May 22, 2008 08:27:07 AM  

 Total Post: 1
 Joined: May, 2008






 
Hi,

You may need to replace your dbf file with a backup. If you don't have any backup, I think you can try some repair tools. I have used a tool called Advanced DBF Repair to repair my DBF database. It is a powerful tool and worked well for me, but it is not free, so can be used in the end. It's websit is http://www.datanumen.com/adr/

Hope this is useful.


 Time Zone: EDT

  




Forum Rules & Description


Who Can Read The Forum? Any registered user or guest
Who Can Post New Topics? Any registered user
Who Can Post Replies? Any registered user




 








Get FREE Magazines

Top 10 Forum User

  Murtuja Khokhar814
  Mohammed Taj694
  Jayanta Sur479
  Vigyan Kaushik386
  positive fanatic361
  Gitesh Trivedi322
  Gopu Gopi239
  neeraj sharma228
  Ramesh Jois226
  snehalatha p169






oracle Mag



  About Us Advertise Terms of Use Privacy Newsletters Contact Us    

Home   Discussion Forum   FAQs  Articles  Jobs   Newsletters  Directory  Downloads 

Our Premium Sponsor
Confio Software