How to fix the Oracle error RMAN-06480: WARNING: archived log ‘string’ cannot be found on disk?
In this post, you’ll learn more about the Oracle ErrorRMAN-06480: WARNING: archived log ‘string’ cannot be found on disk with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
RMAN-06480: WARNING: archived log ‘string’ cannot be found on disk
Reason for the Error RMAN-06480: WARNING: archived log ‘string’ cannot be found on disk
The CHANGE ARCHIVELOG AVAILABLE command was used, but the archived log cannot be found on disk.
How to fix the Error RMAN-06480: WARNING: archived log ‘string’ cannot be found on disk ?
You can fix this error in Oracle by following the below steps
If the storage containing the archived log has been removed from the host, restore it and retry the command. If the archived log is permanently gone, then issue the CHANGE ARCHIVELOG DELETE command for this archived log.
Leave Your Comment