How to fix the Oracle error RMAN-06413: channel string does not support proxy copy?
In this post, you’ll learn more about the Oracle ErrorRMAN-06413: channel string does not support proxy copy with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
RMAN-06413: channel string does not support proxy copy
Reason for the Error RMAN-06413: channel string does not support proxy copy
The channel which was specified for this backup or restore does not support proxy copy. This could be because the media management software used by the target database does not support proxy copy, or because the channel is of type DISK, which never supports proxy copy.
How to fix the Error RMAN-06413: channel string does not support proxy copy ?
You can fix this error in Oracle by following the below steps
If this is a backup, then either allocate a non-disk channel, or do not use the PROXY option. If this is a restore, then a channel of the same type which created the proxy backup was allocated, but now does not support proxy copy. If proxy copy is no longer supported by the media management software at the target database, the CROSSCHECK command should be used so that those backups will not be considered for further restores.
Leave Your Comment