
After migrating server from old hardware to new hardware, there is slight changes in backup NAS drive name, due to same issue Oracle continuously writes “ORA-01580: error creating control backup file” oracle error to log file (Note: Thanks to adrci), after changing path of the snapshot control file, issue get resolved completely.
Error logs:
2017-11-23 12:37:25.136000 +05:30 Errors in file /oracle/app/oracle/diag/rdbms/vcbcbs/vcbcbs/trace/vcbcbs_m000_104616.trc: ORA-01580: error creating control backup file /cbsrmanbackup/rman/snapcf_vcbcbs.f ORA-27040: file create error, unable to create file Linux-x86_64 Error: 2: No such file or directory Additional information: 1 Errors in file /oracle/app/oracle/diag/rdbms/vcbcbs/vcbcbs/trace/vcbcbs_m000_104616.trc:
Solution:
$ rman target /
The old parameter value, RMAN “show all” command output:
CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/cbsrmanbackup/rman/snapcf_vcbcbs.f';
changed to the new backup path:
RMAN> CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/rmanBackup/rman/snapcf_vcbcbs.f';
Thanks,
Stay Tune 🙂