Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: DELETEs causing dumping of current redo log

Re: DELETEs causing dumping of current redo log

From: Steve H <steven.hankin_at_citigroup.com>
Date: 11 Feb 2005 01:58:02 -0800
Message-ID: <1108115882.404462.141250@z14g2000cwz.googlegroups.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US