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: accidentallly deleted 2 REDO logs, ora 9.2

Re: accidentallly deleted 2 REDO logs, ora 9.2

From: barneytoe <barneytoe_at_gmail.com>
Date: 10 Nov 2005 13:31:17 -0800
Message-ID: <1131658277.209868.286980@o13g2000cwo.googlegroups.com>


wow, that was WAY too easy. Thank you all.

How did people solve problems before usenet? Did they actually have to learn the stuff ? ;)

Here's what I did:
1) use enterprise manager to mount the DB (DB dummies like me don't know how to mount) -sqlplus won't let you on when redo's are messed up 2) select * from v$log , find which groups are inactive - should correspond to the redo logs that are missing 3) "alter database clear logfile group 1", repeat for 2 4) restart the DB!

chris Received on Thu Nov 10 2005 - 15:31:17 CST

Original text of this message

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