Using SPILE clause for RMAN Duplicate for Standby
Hello
We have a question on the SPFILE clause of the RMAN duplicate standby
Assuming that we startup the aux/standby database with just one entry as below
DB_UNIQUE_NAME = proddr
DB_NAME= prod
the file system of primary DB is on ASM and same would be true for standby
So, after that when we use the RMAN DUPLICATE for STANDBY SPFILE command. does that mean that the standby database SPFILE will be created on the ASM and it will take all the settings from the primary database setting like SGA settings etc but since we have the DB_UNIQUE_NAME and DB_NAME in the init.or it will take only these settings from the init.ora but rest of the settings / parameters would be from primary. Correct?