Tnsnames.ora entries for physical standby setup
Hello
We are in the process of configuring a physical standby
Primary DB is 2 node RAC - NON PDBs
Hostname = PRIMDB1HOST and PRIMDB2HOST
DB NAME = PRIMDB
Instance Name = primdb1 and primdb2
Standby database will be single instance and then we will later convert that into a RAC standby database
Hostname = STANDBYHOST
DB NAME = PRIMDB
DB_UNIQUE_NAME = STANDBYDB
We have 2 questions related to the network setting part
- Should we run this command from Node-1 of Primary Database OR from Standby host?
duplicate target database for standby from active database nofilenamecheck;
Does it matter from where we execute this?