Tuesday, 28 January 2025

Getting archives from our tapes to backup locations using sequence number

rman target /

RMAN > connect catalog rmanrail/rman007@atlrxxp1

connected to recovery catalog database

RMAN >run
{

set archivelog destination to '/proddb/dbdata/data1/arch20jun';
restore archivelog from logseq=81066 until logseq=81072;

}

No comments:

Post a Comment