Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: DELETEs causing dumping of current redo log
select file_name from dba_data_files where file_id=10
then, run the dbv command on this file. You will need to specify your blocksize
example:
dbv file=\ASTERIX\oradata\titan\data\big_tbl.dbf blocksize=8192
You may have a corruption. If so, you could use RMAN to repair the block, assuming this database is in archivelog mode Received on Fri Feb 11 2005 - 03:58:02 CST