- Code: Select all
channel ORA_AUX_DISK_1: reading from backup piece /archive/backup/rman/cscdb1/CSCDB_data_full_14423_1_2nnvu37h
ORA-19870: error reading backup piece /archive/backup/rman/cscdb1/CSCDB_data_full_14423_1_2nnvu37h
ORA-19505: failed to identify file "/archive/backup/rman/cscdb1/CSCDB_data_full_14423_1_2nnvu37h"
ORA-27037: unable to obtain file status
Linux-ia64 Error: 2: No such file or directory
Additional information: 3
failover to previous backup
But I see that the file "/archive/backup/rman/cscdb1/CSCDB_data_full_14423_1_2nnvu37h" very much exists.
Previously I found that there were backup pieces which does not exists. So I issued
- Code: Select all
RMAN> DELETE NOPROMPT OBSOLETE;
RMAN> DELETE NOPROMPT EXPIRED BACKUP;
RMAN> CROSSCHECK BACKUP;
After issuing the above sequence of commands I am getting the current error as mentioned above.
From the target database I have connected as
- Code: Select all
[linux_prompt] rman target / auxiliary sys/passwd@NEWDB
RMAN> duplicate target database to NEWDB;
Please help