Troubleshooting of arch error in DG

Source: Internet
Author: User

SQL> select process, status from v $ managed_standby;

PROCESS STATUS
---------------------
ARCH CONNECTED
ARCH ERROR
RFS IDLE
RFS IDLE


Check parameter and find log_archive_dest_state_2 sets ENABLE. Because no switch over is performed, this parameter is useless for my DG.


So:

Alter system set log_archive_dest_state_2 = 'delete' scope = both;


Re-query:

SQL> select process, status from v $ managed_standby;

PROCESS STATUS
---------------------
ARCH CONNECTED
ARCH ERROR
MRP0 WAIT_FOR_LOG
RFS IDLE
RFS IDLE


No effect.

View parameters:

Log_archive_max_processes integer 2

There is actually only one valid ARCH process for me, so:

Alter system set log_archive_max_processes = 1 scope = 1;



SQL> select process, status from v $ managed_standby;

PROCESS STATUS
---------------------
ARCH CONNECTED
RFS IDLE
RFS IDLE
MRP0 WAIT_FOR_LOG


Return:

Alter system set log_archive_max_processes = 2 scope = 2;


SQL> select process, status from v $ managed_standby;

PROCESS STATUS
---------------------
ARCH CONNECTED
ARCH CONNECTED
RFS IDLE
RFS IDLE
MRP0 WAIT_FOR_LOG



Solve the problem.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.