ORACLE data block corrupted [message #423866] |
Mon, 28 September 2009 16:14 |
vesile_taskiran
Messages: 66 Registered: August 2008 Location: Turkey
|
Member |
|
|
Hi,
Someone dropped our database with drop database statement.
We restored data from backup and than recored. As I know database gets full backup on friday night and gets incremental backup everyday. Data before friday has no error but after friday on all of our tables we get following error. Our tables are created with no logging option. is there a way to save the corrupted data.
ORA-12801: error signaled in parallel query server P019
ORA-01578: ORACLE data block corrupted (file # 90, block # 1397865)
ORA-01110: data file 90: '/data4/oradata/NIDB/TEMP_NORTHI15.dbf'
Note : when i run
SELECT ne_id, data_date
FROM CELL_STATISTICS
i get no error.
When I run
SELECT *
FROM CELL_STATISTICS
I get error.
Thanks in advance.
Regards.
|
|
|
|
|
|