Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: problem with recovery
When I give the recovery the name of the online
file, it gets:
ORA-353 Log curruption near block 81=20
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Mladen Gogala
Sent: Sunday, August 22, 2004 1:43 PM
To: oracle-l_at_freelists.org
Subject: Re: problem with recovery
On 08/22/2004 01:34:20 PM, "Adams, Matthew (GE Consumer & Industrial)" =
wrote:
> While all tablespaces were in backup mode,
> Oracle reported corruption in the controlfiles
> and crashed.=3D20
>=20
>=20
That is a standard stuff. Don't use autorecovery and when oracle asks for archived redo log, you give the path name for the online redo log file that contains the deseired information. You can get the=20 group number containining the desired change number from V$LOG
SQL> desc v$log
Name Null? Type ----------------------------------------- -------- = ---------------------------- GROUP# = NUMBER THREAD# NUMBER SEQUENCE# NUMBER BYTES NUMBER MEMBERS NUMBER ARCHIVED VARCHAR2(3) STATUS VARCHAR2(16) FIRST_CHANGE# NUMBER FIRST_TIME DATE=20
Name Null? Type ----------------------------------------- -------- = ---------------------------- GROUP# = NUMBER STATUS VARCHAR2(7) TYPE VARCHAR2(7) MEMBER VARCHAR2(513) IS_RECOVERY_DEST_FILE VARCHAR2(3)=20
--=20
Mladen Gogala
Oracle DBA
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html ----------------------------------------------------------------- ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Sun Aug 22 2004 - 12:45:12 CDT
![]() |
![]() |