Software deployment Primary and Standby
Dear All,
Thank you for your help.. I wanted to confirm if the below was fine, and what I should do to perform steps 4 and 9 (using OEM or command line)
We have a dataguard production configuration with one standby, and wish to perform some software deployment on the primary...
We wish to stop log application from primary to standby for the duration of the deployment, and then enable the log application.
We would like the software deployment changes to be propagated to the standby.
This is what we propose to do:
01. Logon to Primary Server as sysdba
02. SQL> alter system set log_archive_dest_state_2='DEFER'; (On Primary)