Database Backup and Recovery (MOSC)

MOSC Banner

RMAN Restore Archivelog

edited Feb 13, 2019 4:07AM in Database Backup and Recovery (MOSC) 13 commentsAnswered

Hello,

I need restore archivelog from rman tape backup and catalog.

I have two databases in RAC, primary active database and physical standby database (Dataguard).

I did DUPLICATE RMAN for standby database but i need restore archivelog. Active database is up (ACT), standby database is down (STB).

"From host STB"

connect target sys/xxx@ACT

connect catalog rman/rman@catalog

run {

set archivelog destination to '/home/oracle/rman/restore';

restore archivelog from logseq=111643 until logseq=111644 thread=2;

}

Result:

RMAN-00571: ===========================================================

RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============

RMAN-00571: ===========================================================

RMAN-03002: failure of restore command at 01/24/2019 10:25:03

RMAN-06026: some targets not found - aborting restore

RMAN-06102: no channel to restore a backup or copy of archived log for thread 2 with sequence 111644 and starting SCN of 3992176794865

Tagged:

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