Database Backup and Recovery (MOSC)

MOSC Banner

restore archivelog renames files?

edited Jan 19, 2016 1:25PM in Database Backup and Recovery (MOSC) 1 commentAnswered ✓

Just getting started with RMAN 11.2.0.4.  I had deleted some archived redo logs and want to restore them from a backupset:

run

{

set archivelog destination "/db/archtest"

restore archivelog from logseq=16900 until logseq=16905 thread=1;

}

executing command: SET ARCHIVELOG DESTINATION

Starting restore at 19-01-2016 10:47:40
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=3070 device type=DISK

channel ORA_DISK_1: starting archived log restore to user-specified destination
archived log destination=/db/testarch
channel ORA_DISK_1: restoring archived log
archived log thread=1 sequence=16900
channel ORA_DISK_1: restoring archived log
archived log thread=1 sequence=16901
channel ORA_DISK_1: restoring archived log
archived log thread=1 sequence=16902
channel ORA_DISK_1: restoring archived log

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