Database Backup and Recovery (MOSC)

MOSC Banner

Restore backed up archive log files to a new location?

edited May 21, 2010 8:44AM in Database Backup and Recovery (MOSC) 11 commentsAnswered
 Hello all:
I'm trying to recover backed up archive logs to a new location (I need to look for some things using logminer).  Based on what I've read, I should be able to do the following:

run
{
set archivelog destination to "/new/location";
restore archivelog all;
}


When I do that, RMAN goes away for a while (a long while) and comes back with a bunch of error messages, starting with the following (without writing any files to /new/location):

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 05/07/2010 12:05:09
RMAN-06026: some targets not found - aborting restore

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center