How to fix the Oracle error RMAN-06911: only one PARALLEL or NOPARALLEL clause may be specified?
In this post, you’ll learn more about the Oracle ErrorRMAN-06911: only one PARALLEL or NOPARALLEL clause may be specified with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
RMAN-06911: only one PARALLEL or NOPARALLEL clause may be specified
Reason for the Error RMAN-06911: only one PARALLEL or NOPARALLEL clause may be specified
Recover database was called with PARALLEL and NOPARALLEL option
How to fix the Error RMAN-06911: only one PARALLEL or NOPARALLEL clause may be specified ?
You can fix this error in Oracle by following the below steps
Call recover database with either just the PARALLEL or NOPARALLEL option.
Leave Your Comment