Avatar of sachin_dba
sachin_dbaFlag for India

asked on 

Data Block corrupted

Received the following error when application trying to execute procedure from sqlPlus.

BEGIN
recon.rec_controller.perform_reconciliation(957);
END;
/
-- *******************************************************************
ORA-20900: ORA-20900: ORA-20101: Error in REC_controller.start_reconciliation -> ORA-20900: ORA-01578: ORACLE data block corrupted (file # 42, block # 12071)
ORA-01110: data file 49: '/u47/oradata/DRECS06/recon_sml_idx06.dbf'
ORA-26040: Data block was loaded using the NOLOGGING option
-- *******************************************************************

Receiving folloing errors on alert log.

Wed Jul 23 02:00:01 2008
ORA-20001: Block change tracking has been disabled

Regards

Sachin
Oracle Database

Avatar of undefined
Last Comment
jwittenm
Avatar of peter991
peter991
Flag of Sweden image

Is there any tracefile created when this happens?
select owner, segment_name, segment_type from dba_extents
where file_id = 42 and 12071 between block_id and block_id + blocks -1;

if the segment is the index, for example then you just need drop it and re-create it again.
or if it is a table then move to another tablespace


Avatar of jwittenm
jwittenm
Flag of United States of America image

Or have rman repair it.
ASKER CERTIFIED SOLUTION
Avatar of MarkJBobak
MarkJBobak

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Avatar of jwittenm
jwittenm
Flag of United States of America image

 I didn't even notice the 26040.  My suggestion will do you no good here :)
Oracle Database
Oracle Database

Oracle is an object-relational database management system. It supports a large number of languages and application development frameworks. Its primary languages are SQL, PL/SQL and Java, but it also includes support for C and C++. Oracle also has its own enterprise modules and application server software.

81K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo