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: Making a copy of a database

Re: Making a copy of a database

From: Anton Buijs <aammbuijs_at_xs4all.nl>
Date: Fri, 26 Apr 2002 21:11:48 +0200
Message-ID: <aac8ou$30k$1@news1.xs4all.nl>


Are you sure you made a cold backup? That means: the database was down when you made the backup of the files.

As said by others, recover should not be needed when all files are restored from a cold (alias off-line) backup.
All files means: all datafiles, control files and online redo log files.

Jay Collins <jcollin_at_exis.net> schreef in berichtnieuws Pine.LNX.4.33.0204251228320.24190-100000_at_tarpon.exis.net...
>
> Hello,
>
>
> I'm trying to restore a cold copy of my database and I've run into a
> problem (which I'm sure is easy to fix.. I hope). All the guides I read on
> doing this show the archive log's automaticly applying or have a prompt
> (sugguested, auto, etc). What command do I need to do to make it apply my
> log? I don't have an auto/suggested promp and hitting enter does nothing.
> (which is what he guide I read suggested... hit enter until you can
> cancele). if I do alter database recover cancel, it says :
>
>
> 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: '/u03/oradata/gold/system01.dbf'
>
> Not sure what to do at this point.
>
>
> I'll past my session below:
>
> Oracle8 Enterprise Edition Release 8.0.5.0.0 - Production
> PL/SQL Release 8.0.5.0.0 - Production
>
> SVRMGR> connect internal
> Connected.
> SVRMGR> @/test.ctl
>
> ORACLE instance started.
> Total System Global Area 123354640 bytes
> Fixed Size 48656 bytes
> Variable Size 44482560 bytes
> Database Buffers 78643200 bytes
> Redo Buffers 180224 bytes
> Statement processed.
> SVRMGR> SVRMGR> alter database recover database until cancel using backup
> controlfile;
> alter database recover database until cancel using backup controlfile
> *
> ORA-00279: change 17960182 generated at 04/23/02 21:01:21 needed for
> thread 1
> ORA-00289: suggestion : /u06/oracle/admin/gold/arch13729_1.dbf
> ORA-00280: change 17960182 for thread 1 is in sequence #13729
> SVRMGR>
>
>
>
Received on Fri Apr 26 2002 - 14:11:48 CDT

Original text of this message

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