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

Popular posts from this blog

RAC Failure Scenario - Testing in our RAC Test DB - Node 1 & Node 2

ORA-01110: data file 1: '/oradata/datafiles/system01.dbf'

Expdp from Higher version 12c (12.1.0.2) to lower version 11g (11.2.0.4)