ERROR   OGG-01172 Discard file (/oradata/gglog/repl.dsc) exceeded max bytes (500000000).

1.错误提示

GGSCI (crm_slave) 2> info all
Program     Status      Group       Lag at Chkpt  Time Since Chkpt
MANAGER   RUNNING                                           
REPLICAT    ABENDED     REPL        2252:03:37    22:37:05   
GGSCI (crm_slave) 4> view report repl
2017-04-19 09:25:28  ERROR   OGG-01172  Discard file (/oradata/gglog/repl.dsc) exceeded max bytes (500000000).
2017-04-19 09:25:28  ERROR   OGG-01668  PROCESS ABENDING.

2.解决方法

GGSCI (crm_slave) 4> edit params repl

discardfile /oradata/gglog/repl.dsc,append,megabytes 50000    --加大这个值

3.结果

GGSCI (crm_slave) 5> info all
Program      Status      Group     Lag at Chkpt  Time Since Chkpt
MANAGER   RUNNING                                           
REPLICAT     RUNNING     REPL      2273:08:34    00:00:00  
GGSCI (crm_slave) 6>

时间: 2024-09-30 09:02:44

ERROR   OGG-01172 Discard file (/oradata/gglog/repl.dsc) exceeded max bytes (500000000).的相关文章

syntax error:unexpected end of file

将window上编辑的xxy1.sh脚本上传到linux上,并执行的时候提示 xxy1.sh: line 17: syntax error: unexpected end of file 但是通过cat xxy1.sh查看脚本的时候,未发现语法异常,找了度娘后知道 原来是window和linux的文件格式不同导致,解决办法就是 (1)vi xxy1.sh (2)按下键盘Esc键,按下键盘":"冒号键 (3)输入:set fileformat=unix,后回车 (4)重复步骤2,输入:w

java.util.zip.ZipException: error in opening zip file

今天项目升级,出现了很奇葩的问题.在本地和测试环境测试好好的,将项目打包成war(每次都这样打包)然后上传到阿里云服务器,启动tomcat一直报如下错误: java.util.zip.ZipException: error in opening zip file at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.<init>(ZipFile.java:220) at java.util.zip.ZipFi

snort在使用过程中遇到的问题:ERROR: OpenAlertFile() =&gt; fopen() alert file log/alert.ids:No such file or directory

转自:http://www.cnblogs.com/kathmi/archive/2010/08/09/1795405.html Snort是著名的开源入侵检测工具,不仅它的嗅探功能极佳,在服务器安全方面也可提供安全防护. 近期因为涉及此项内容,故记录下来. 使用的软件如下: Snort_2_8_6_Installer.exe(按照默认路进安装即可) WinPcap_4_1_2.exe snortrules-snapshot-2860.tar.gz(规则库,解压到Snort的安装目录,如果提示重

编译C++,找不到头文件(fatal error: string: No such file or directory)

在androidproject中编译C++时,找不到头文件,报错例如以下: fatal error: string: No such file or directory 解决该问题须要在Android.mk文件里: LOCAL_C_INCLUDES :=  \                 bionic \                 external/stlport/stlport 编译C++,找不到头文件(fatal error: string: No such file or dir

minGW安装出错gcc: error: CreateProcess: No such file or directory

我用的是在线安装的方式,调试的时候,出现以下错误: 23:23:45 **** Rebuild of configuration Debug for project helloworld_c ****Info: Internal Builder is used for buildgcc -O0 -g3 -Wall -c -fmessage-length=0 -o helloworld.o "..\\helloworld.c" gcc: error: CreateProcess: No 

Delphi7 [Fatal Error] ClassPas.pas(8): File not found: &#39;DesignIntf.dcu&#39;

Delphi7 [Fatal Error] ClassPas.pas(8): File not found: 'DesignIntf.dcu' Add path to Project>Options>Directories/Conditionals >Search path D:\Program Files (x86)\Borland\Delphi7\Source\ToolsAPI Delphi7 [Fatal Error] ClassPas.pas(8): File not found

fatal error: &#39;libxml/xmlversion.h&#39; file not found

问题: MACOS安装scrapy时,安装lxml出现错误 In file included from src/lxml/lxml.etree.c:232: /tmp/easy_install-O2UfP7/lxml-3.4.0/src/lxml/includes/etree_defs.h:14:10: fatal error: 'libxml/xmlversion.h' file not found #include "libxml/xmlversion.h"          ^

[Nuget] - &quot;Runtime error: Could not load file or assembly &#39;System.Web.WebPages.Razor, Version=3.0.0.0&#39;&quot; 问题之解决

环境 项目中使用了 System.Web.WebPages.Razor, Version=3.0.0.0,Nuget 还原缺失包后自动更新至 Version=3.2.5.0,编译成功,运行失败. 错误 "/"应用程序中的服务器错误.未能加载文件或程序集"System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"或它的某一个依赖项.系统找不到

AAPT err(Facade for): libpng error: Not a PNG file 错误解决

在导入项目到Android studio后,若编译出现"AAPT err(Facade for): libpng error: Not a PNG file"错误. 该错误表示项目中的drawable下的图片文件有非png图片,命名为了png造成的. 解决方案: 方案一.在模块下的build.gradle中配置下面两个信息,再clear project. aaptOptions.cruncherEnabled = false      aaptOptions.useNewCrunche