Oracle DB Active clone scenarios and target DB roles
Oracle DB Active clone scenarios and target database roles
Overview :
Just want to compare the scenarios and know the database roles after executing the duplicate command in the primary side.
Below are the two scenarios
Active Duplication scenario
Scenario 1
run this command from primary
DUPLICATE TARGET DATABASE TO ‘TESTDB’ FROM ACTIVE DATABASE NOFILENAMECHECK;
— destination DB’s role will be primary role
— TESTDB => it is unique name
————————————————————————————-
scenario 2
run this command from primary
DUPLICATE TARGET DATABASE FOR STANDBY FROM ACTIVE DATABASE NOFILENAMECHECK;
— There is no DB name in the above command
— destination DB’s role will be standby