Using Oracle Enterprise Manager (DBCONSOLE) for oracle 11.1.0.6.0., how to check/retrieve archive lo
RMAN is configured to take ‘Image-Copy’ based backups using following RMAN command:
RMAN> CONFIGURE DEVICE TYPE DISK BACKUP TYPE TO COPY;
We successfully take backup using following RMAN commands:
RMAN> connect target ****
RMAN> backup database plus archivelog;
Once backup command is completed, we can successfully check backup details like backed-up data files, archive log files etc. using RMAN ‘List Copy’ command.
But when we try to check the backup details using DBCONSOLE, i.e. ‘Oracle Enterprise Manager - Availability - Manage Current Backups - Image Copies’ page/screen with Datfile and Archived Redo Logs options marked as selected