SOLVED

ORA-65500: Could Not Modify DB_UNIQUE_NAME While Duplicating Database.

Asked by OracleDba11 viewsoracle

ORA-65500: Could Not Modify DB_UNIQUE_NAME While Duplicating Database.

#oracle#error

Solutions(1)

Accepted Solution
1
2
3
4
5
6
7
8
9
10
11
If you are creating a RAC auxiliary, then it must be created as a single instance (with RMAN) first, then converted to RAC.

1.set

cluster_database=FALSE

in the auxiliary database parameter file.

2. Remove database resource from CRS.

srvctl remove database -d PRIM
OracleDba

Post Your Solution