DATA GUARD
my question is related to new configuration on data guard broker.
I have to separete Server maintaining my primary and standby, when I configured dgmgrl my listener parameter for both global_dbname and sid_name get change to the db_unique_name rather than db_name. my Application connection are configured on db_name.
db_name=BMP9I on both Servers
db_unique_name=PRIMARY for primary db
db_unique_name=STANDBY for standby db.
Q1. Can I can the db_unique_name dynamiclly with alter set set command and can I have same db_unique_name such as BMP9I on both servers?