DBA Hub

📋Steps in this guide1/1

backup archive between 2 sequence number

For taking backup of archivelog between seq number 1000 to 1050

oracle configurationintermediate
by OracleDba
12 views
1

backup archive between 2 sequence number

For taking backup of archivelog between seq number 1000 to 1050 For RAC ,need to mention the thread number also

Code/Command (click line numbers to comment):

1
2
3
4
5
6
RMAN>
backup format '/archive/%d_%s_%p_%c_%t.arc.bkp'
archivelog from sequence 1000 until sequence 1050;
RMAN>
backup format '/archive/%d_%s_%p_%c_%t.arc.bkp'
archivelog from sequence 1000 until sequence 1050 thread 2;

Comments (0)

Please to add comments

No comments yet. Be the first to comment!