Mir Sayeed Hassan – Oracle Blog

Oracle DBA – Tips & Techniques | Learn with real-time examples

Register the archivelog Manually for single & multiple/bulk archivelog

Posted by Mir Sayeed Hassan on October 2nd, 2017

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

Fallow the below simple steps to perform the operation

Register the archive log manually in a database

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

Bulk register the archive lo

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