How to fix the Oracle error RMAN-05537: DUPLICATE without TARGET connection when auxiliary instance is started with spfile cannot use SPFILE clause?

In this post, you’ll learn more about the Oracle ErrorRMAN-05537: DUPLICATE without TARGET connection when auxiliary instance is started with spfile cannot use SPFILE clause with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

RMAN-05537: DUPLICATE without TARGET connection when auxiliary instance is started with spfile cannot use SPFILE clause

Reason for the Error RMAN-05537: DUPLICATE without TARGET connection when auxiliary instance is started with spfile cannot use SPFILE clause

A DUPLICATE was attempted when the auxiliary database was started with a server parameter file and the SPFILE sub-clause was specified. RMAN cannot restore the server parameter file if the auxiliary database is already started with a server parameter file.

How to fix the Error RMAN-05537: DUPLICATE without TARGET connection when auxiliary instance is started with spfile cannot use SPFILE clause ?

You can fix this error in Oracle by following the below steps

Start the auxiliary database with a client parameter file or do not specify SPFILE sub-clause and retry.

Tags :

Leave Your Comment