Home > Database > Mysql Tutorial > body text

ORA-17047问题解决

WBOY
Release: 2016-06-07 17:33:55
Original
1286 people have browsed it

最近Standby坏掉,重新作之后,主库报如下错误 PING[ARC0]: Heartbeat failed to connect to standby

最近Standby坏掉,重新作之后,,主库报如下错误

PING[ARC0]: Heartbeat failed to connect to standby 'standby'. Error is 16047.

在网上找到他人的处理方法,成功解决问题。解决方式如下:

ALTER SYSTEM SET log_archive_config='NODG_CONFIG' SCOPE=MEMORY;

ALTER SYSTEM SET log_archive_dest_2='service=standby reopen=60' SCOPE=MEMORY;

ALTER SYSTEM SET log_archive_dest_state_2='ENABLE' SCOPE=MEMORY;

相关阅读:

ORA-01172、ORA-01151错误处理

ORA-00600 [2662]错误解决

ORA-01078 和 LRM-00109 报错解决方法

ORA-00471 处理方法笔记

ORA-00314,redolog 损坏,或丢失处理方法

ORA-00257 归档日志过大导致无法存储的解决办法

linux

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!