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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: HELP: Oracle Database Recovery Dilemma

RE: HELP: Oracle Database Recovery Dilemma

From: Baker, Barbara <bbaker_at_denvernewspaperagency.com>
Date: Fri, 28 Jun 2002 10:08:29 -0800
Message-ID: <F001.0048B9EC.20020628100829@fatcity.com>


Bryan: Wow. I just typed this command in seconds ago . .

SVRMGR> recover database until time '2002-06-28:10:30:00' using backup controlfile;

See the backup and recovery manual:

"Issue the RECOVER DATABASE UNTIL TIME statement to begin time-based recovery.
The time is always specified using the following format, delimited by single

quotation marks: 'YYYY-MM-DD:HH24:MI:SS'. The following statement recovers the database
up to a specified time using a control file backup:

        RECOVER DATABASE UNTIL TIME '1992-12-31:12:47:30' USING BACKUP CONTROLFILE"
> ----------
> From: Rodrigues, Bryan[SMTP:BRodrigues_at_elcom.com]
> Reply To: ORACLE-L_at_fatcity.com
> Sent: Friday, June 28, 2002 10:43 AM
> To: Multiple recipients of list ORACLE-L
> Subject: RE: HELP: Oracle Database Recovery Dilemma
>
> Is it possible to do a recovery until a specific time instead of doing a
> complete restore?
>
> Bryan
>
> -----Original Message-----
> Sent: Friday, June 28, 2002 11:13 AM
> To: Multiple recipients of list ORACLE-L
>
>
>
> Database recovery dilemma. Our database server was reconfigured, we
> restored from the most recent backup and issued the 'recover database
> using
> backup controlfile;' command, stepped through applying the Archive
> Logs,
> but at the end of the archive logs I get this message.
>
> *************************************
> SQL> recover database using backup controlfile;
> ORA-00279: change 55753613 generated at 06/22/2002 18:53:45 needed for
> thread 1
> ORA-00289: suggestion : D:\ORACLE\ORA81\RDBMS\ARC05863.001
> ORA-00280: change 55753613 for thread 1 is in sequence #5863
>
>
> Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
> ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error
> below
> ORA-01195: online backup of file 1 needs more recovery to be consistent
> ORA-01110: data file 1: 'D:\CSL\ODHC\ODDATA\SYS.ORA'
>
>
> ORA-01112: media recovery not started
> *************************************
>
> It is telling the truth, if I do a 'alter database open resetlogs' it just
> responds with that bit about the SYS.ORA file needing more recovery.
>
>
> There are no more Archive Logs to apply. Any ideas??????
>
> Some things we have tried, without success:
>
> - recover database using backup controlfile until time
> '2002-06-22:17:00:00';
> - We have restored a older copy of the control file and ran 'recover
> database' without success.
>
>
> _____________________________________________________________
> Howard County Public Schools
> Tom Schruefer - tschruefer_at_mail.howard.k12.md.us
> 410-313-6825
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Tom Schruefer
> INET: tschruefer_at_mail.howard.k12.md.us
>
> 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_at_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).
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Rodrigues, Bryan
> INET: BRodrigues_at_elcom.com
>
> 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_at_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).
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Baker, Barbara
  INET: bbaker_at_denvernewspaperagency.com

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_at_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 Fri Jun 28 2002 - 13:08:29 CDT

Original text of this message

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