Home » RDBMS Server » Backup & Recovery » Can I pull an Archive Log from a backup set?
Can I pull an Archive Log from a backup set? [message #207211] Mon, 04 December 2006 11:00 Go to next message
bogey
Messages: 53
Registered: February 2006
Member
I'm having a problem with my data guard setup. An archive log was deleted after a backup, but was not sent over to my physical standby. Is there anyway to pull this archive log out of my backup?

thanks.
Re: Can I pull an Archive Log from a backup set? [message #207808 is a reply to message #207211] Thu, 07 December 2006 01:54 Go to previous message
Frank Naude
Messages: 4579
Registered: April 1998
Senior Member
Yes, do an RMAN "restore archivelog". Example:

RMAN> RUN
{ 
  SET ARCHIVELOG DESTINATION TO '/oracle/temp_restore';
  RESTORE ARCHIVELOG ALL;
}

Previous Topic: RMAN backup on tape
Next Topic: ARCHIVELOG BACKUP DIFFERENT LOCATION
Goto Forum:
  


Current Time: Mon Apr 29 20:58:36 CDT 2024