ORA-01578: ORACLE data block corrupted
We created a database from production database using cold backup. Now when we query the new database we get the following error message:
Caused by: java.sql.SQLException: ORA-01578: ORACLE data block corrupted (file # 10, block # 15962777)
ORA-01110: data file 8: '/opt1/oracle/datafiles/filename01.dbf'
if I query V$DATABASE_BLOCK_CORRUPTION I find two corupted blocks.
What is the fastest and safest way to take care of this problem? Drop and recreate the objects using the corrupted blocks maybe?
I'll do some more research, but wondering if somebody had this problem and have the exact steps of what they did to resolve this issue.
0