Register the archivelog Manually for single & multiple/bulk archivelog in Oracle DB

Register the archivelog Manually for single & multiple/bulk  archivelog in Oracle DB

Fallow the below simple steps to perform the operation:

Register the archive log manually in a database:

rman>alter database register logfile '/u01/app/oracle/FRA/arch_1_101.arc';

Bulk register the archive log

rman> catalog start with '/var/arch';

Comments