oracle/ansible-database-migration-tool

Restore on the target fails, archive logs missing in alertlog

lfeldman opened this issue · 1 comments

Restore on the target has failed and I have noticed archive logs missing in the alert log:

(...) Errors in file /u01/app/oracle/diag/rdbms/orcl_syd1s3/ORCL/incident/incdir_41987/ORCL_ora_57047_i41987.trc: ORA-00308: cannot open archived log '/u03/ora_backup/flash_recovery_area/ORCL/archivelog/2020_06_09/o1_mf_1_75_hfyfy85o_.arc' ORA-27037: unable to obtain file status Linux-x86_64 Error: 2: No such file or directory (...)

It looks like entries in controlfile restored from OCI-C where ASM was not implemented. This archive log files should be treated with RMAN crosscheck command and delete obsolete/expired.

The issue has been fixed in d4dd273