How to enable and disable differ in DR database
Please find below steps
Step 1: sql> show parameter log_archive_dest_state_2
Step 2: sql> alter system set log_archive_dest_state_2=DEFER;
Step 3: sql> alter system set log_archive_dest_state_2=ENABLE;
FYI: Please check the free space availability in the production archive destination also.
Step 1: sql> show parameter log_archive_dest_state_2
Step 2: sql> alter system set log_archive_dest_state_2=DEFER;
Step 3: sql> alter system set log_archive_dest_state_2=ENABLE;
FYI: Please check the free space availability in the production archive destination also.
Comments
Post a Comment