Title: RE: Recovery Question
Hi Kamel
No, when using backup control file you are telling oracle that it should
not trust the control file to know when to end the recovery. The recovery
will keep on asking for archive log files until there are now more archivelogs
and since it dos not know where to stop you vill have to manule give the
destination of the last redologfile. After the database is up to date and
you can open it with resetlogs, I think you should try it with a test db
and see that that it just works !
Koivu, Lisa wrote:
But don't you end up with
an incomplete recovery then?
AJ
-----Original Message-----
From:
Peter Gram [SMTP:peter.gram@miracleas.dk]
Sent:
Monday, August 20, 2001 5:56 PM
To:
Multiple recipients of list ORACLE-L
Subject:
Re: Recovery Question
Hi Kamel
You have to tell oracle that the controlfile
is not originale one by
using "recover database using backup controlefile"
GL2Z/ INF DBA BENLATRECHE wrote:
>Hi List,
>
> I am testing one situation where :
>
> - The database is in archive log
mode,
> - I have a cold backup of all the
datafiles, control files, redo logs,
>init file
>
>
>The case is if I would to rebuild my
database from the cold backup files and
>archived redo log files but I haven't
the last updated control file (before
>the crash for example).
>
>If I recreate a new control file and
execute the recover command then i get
>
> ORA- 00264 no recovery required
>
>Is there any solution to resolve this
situation ?
>
>Thanks
>
>Best Regards
>Kamel Benlatreche
>
>
>
>
>
>
>
--
Regards
Peter Gram
Miracle A/S
http://MiracleAS.dk
Tel: +45 2527 7107
--
Please see the official ORACLE-L FAQ:
http://www.orafaq.com
--
Author: Peter Gram
INET: peter.gram@miracleas.dk
Fat City Network Services -- (858)
538-5051 FAX: (858) 538-5051
San Diego, California -- Public Internet
access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list,
send an E-Mail message
to: ListGuru@fatcity.com (note EXACT spelling
of 'ListGuru') and in
the message BODY, include a line containing:
UNSUB ORACLE-L
(or the name of mailing list you want to
be removed from). You may
also send the HELP command for other information
(like subscribing).
--
Regards
Peter Gram
Miracle A/S
http://MiracleAS.dk
Tel: +45 2527 7107
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Peter Gram
INET: peter.gram@miracleas.dk
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
San Diego, California -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
Received on Mon Aug 20 2001 - 16:43:02 CDT