Migrate using Physical StandBy - ASM - DB_UNIQUE_NAME
Hi gurues,
I want to migrate a database using Physical StandBy. But as DB_UNIQUE_NAME between a primary and secundary is different, the ASM directory (+DATA/DB_UNIQUE_NAME) is different, so, when I will execute the switchover command the ASM directory will be different of the new ORACLE_SID.
For example:
Previous Switchover
PRIMARY:
db_unique_name = PROD
ASM directory = +DATA/PROD
SECONDARY:
db_unique_name = STDBY
ASM directory = +DATA/STDBY
After Switchover
EX-PRIMARY:
db_unique_name = STDBY
ASM directory = +DATA/PROD
EX-SECONDARY
db_unique_name = PROD
ASM directory = +DATA/STDBY
So, I would like the ASM directory will be the same for both environment, it is possible?