Hi all,
I have encountered ORA-01578: ORACLE data block corrupted issue with one of tables in my database. Database version is Oracle 10.2.0.4 on Windows Server 2003. After I solved this problem by using document Using DBMS_REPAIR to Repair Data Block Corruption, I found that I'm unable to insert new data into table. Select and update work fine, but insert does not. When I try to insert new record I get ORA-01578 error again.
Do someone have idea how this happened?
Tnx,
Smee