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: RECOVERY PROBLEM

Re: RECOVERY PROBLEM

From: Mike Killough <mwkillough_at_hotmail.com>
Date: Wed, 06 Mar 2002 13:30:59 -0800
Message-ID: <F001.00421485.20020306133059@fatcity.com>


Greg,

How did you do your hot backup? Did you do the following for each tablespace?:

alter tablespace <tbsname> begin backup;

!cp datafile1

alter tablespace <tbsname> end backup;

Mike

>From: "Greg Faktor" <FAKTORG_at_labs.wyeth.com>
>Reply-To: ORACLE-L_at_fatcity.com
>To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
>Subject: RECOVERY PROBLEM
>Date: Wed, 06 Mar 2002 12:48:41 -0800
>
>Hi All!
>I'm trying recovery TEST database from hot backup.
>I create database with a couple tables. Make couple log switches to
>generate redo log files (basically it's generate 3 redo log files:
>arch.log1_15.dbf
>, arch.log1_16.dbf, arch.log1_17.dbf).
>Then I run hot backup and backup all dbf files, redo log files, control
>files and arch redo log files. Shutdown database and delete all files.
>Then I restore all files from hot backup. Then I mount database and run:
>
>SVRMGR> recover database using backup control file until cancel;
>ORA-00279: change 28494 generated at 03/06/02 13:19:24 needed for thread 1
>ORA-00289: suggestion : /u00/app/oracle/admin/TEST/arch/arch.log1_18.dbf
>ORA-00280: change 28494 for thread 1 is in sequence #18
>Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
>
>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: '/ff01uc31/ora_c15d05/TEST/oradata/system01.dbf'
>
>It's looking for arch.log1_18.dbf files, which is, was not they're when I
>run my hot backup.
>Any ideas what I did wrong?
>
>Thanks a lot.
>Oracle 8.1.5 on Digital Unix
>
>Greg.
>
>
>--
>Please see the official ORACLE-L FAQ: http://www.orafaq.com
>--
>Author: Greg Faktor
> INET: FAKTORG_at_labs.wyeth.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).



Chat with friends online, try MSN Messenger: http://messenger.msn.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Mike Killough
  INET: mwkillough_at_hotmail.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 Wed Mar 06 2002 - 15:30:59 CST

Original text of this message

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