Restore backed up archive log files to a new location?
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
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
0