How to fix the Oracle error RMAN-11004: format requires %c when duplexing?
In this post, you’ll learn more about the Oracle ErrorRMAN-11004: format requires %c when duplexing with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
RMAN-11004: format requires %c when duplexing
Reason for the Error RMAN-11004: format requires %c when duplexing
SET_DUPLEX=ON was specified, but %c was not part of the format.
How to fix the Error RMAN-11004: format requires %c when duplexing ?
You can fix this error in Oracle by following the below steps
Include %c in format, or use %U.
Leave Your Comment