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 from online backups/archived logs on another system

RE: Recovery from online backups/archived logs on another system

From: Montgomerie Steve <steve.montgomerie_at_siemens.com>
Date: Wed, 14 Apr 2004 14:56:45 -0400
Message-ID: <C9BDA479AFC02649B4B592CE30A7D1AEA615A2@orlq104a.us007.siemens.net>


It's mount standby database and recover standby database,,,,are you not bringing the standby up to date in that fashion? Steve Montgomerie
PeopleSoft/Oracle Administrator
SIEMENS Shared Services, LLC
4400 Alafaya Trail, M/S AL-222
Orlando, FL 32826
Phone: 407 487-5219
Cell : 407 810-8387
Fax: 407 487-5833

-----Original Message-----

From: Matthew J. Brown [mailto:matthew.brown_at_erogo.com] Sent: Wednesday, April 14, 2004 2:56 PM
To: oracle-l_at_freelists.org
Subject: Recovery from online backups/archived logs on another system

I have an Oracle 8i database that I'm trying to create a standby copy of for testing / possible future DR use. The database is in ARCHIVELOG mode.  

On the master database, I have placed each tablespace in turn into backup mode, copied the underlying datafile, then turned off backup mode. I have taken copies of the control files.  

I put these on my standby database and copied all the archived transaction logs (for a period of before, during, and substantially after the period of the backups) to that server too.  

I am then attempting to do a recovery using:  

open mount exclusive
recover database using backup controlfile  

The recover process starts OK taking, as I expected, the first log from the point where backups started and rolling them forward one by one. However, it is never satisfied. It never says anything along the lines of 'backup complete' - it wants more and more archived logs, and when there are none left it still wants more, even though the transaction logs it's now applying are substantially later than the backups taken.  

If I CANCEL out of the recovery and attempt to  

alter database open resetlogs  

I get  

ORA-01113: file 1 needs media recovery
ORA-01110: data file 1: '/u03/oracle/oradata/v7/system01.dbf'  

Why is it doing this when I have fed it every single transaction log available? None are missing.  

Thanks for any assistance,  

-Matt
 



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

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 Wed Apr 14 2004 - 13:53:51 CDT

Original text of this message

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