ERROR   OGG-01161 Bad column index (15) specified for table

错误信息:

GGSCI (haitaonode01) 02> info all
Program  Status   Group    Lag at Chkpt  Time Since Chkpt

MANAGER   RUNNING                             
REPLICAT   ABENDED    REPWH5     00:00:04     01:01:19  
GGSCI (haitaonode01) 03> view report repwh5

2017-08-21 17:38:26  ERROR   OGG-01161  Bad column index (15) specified for table UPCENTER.STK_LIST, max columns = 15.
***********************************************************************
*                   ** Run Time Statistics **                         *
***********************************************************************
Reading /u01/gglog/wh000088, current RBA 36246367, 0 records
Report at 2017-08-21 17:38:26 (activity since 2017-08-21 17:38:26)

故障原因:

主库和从库UPCENTER.STK_LIST表结构不一至

解决方法:

在从库UPCENTER.STK_LIST表添加字段,与主库一至就可以了

时间: 2024-10-25 11:58:35

ERROR   OGG-01161 Bad column index (15) specified for table的相关文章

表结构变更后出现的ERROR OGG-01161 Bad column index (88)

2014-07-31 09:38:31 ERROR OGG-01668 PROCESS ABENDING. 2014-07-31 09:38:31 ERROR OGG-01161 Bad column index (88) specified for table WIP.WIP_PARAMETERS, max columns = 88. 网上有说是表结构不一致的.可是我已经细致比对了每一个字段.是一致的. 那为什么初始化同步就出问题呢? 应该是打补丁导致源端表结构发生了变化,比方添加了字段. 此

Error attempting to get column 'e_gender' from result set

今天在使用mybatis查询时遇到报错 Error attempting to get column 'e_gender' from result set. Cause: java.sql.SQLException: Cannot convert value '男' from column 3 to TIMESTAMP. ; Cannot convert value '男' from column 3 to TIMESTAMP.; nested exception is java.sql.SQL

Parse Fatal Error at line 41 column 24: 元素类型 "url-pattern" 必须由匹配的结束标记 "</url-pattern>" 终止

1.错误描述 严重: Parse Fatal Error at line 41 column 24: 元素类型 "url-pattern" 必须由匹配的结束标记 "</url-pattern>" 终止. org.xml.sax.SAXParseException; systemId: jndi:/localhost/SpringMVCH/WEB-INF/web.xml; lineNumber: 41; columnNumber: 24; 元素类型 &qu

Parse Fatal Error at line 4 column 43: 已经为元素 &quot;web-app&quot; 指定属性 &quot;xmlns&quot;。

Parse Fatal Error at line 4 column 43: 已经为元素 "web-app" 指定属性 "xmlns". org.xml.sax.SAXParseException; systemId: jndi:/localhost/party68/WEB-INF/web.xml; lineNumber: 4; columnNumber: 43; 已经为元素 "web-app" 指定属性 "xmlns". 不

Error Code: 1054. Unknown column &#39;age&#39; in &#39;user&#39;

1.错误描述 10:28:20 alter table user modify age int(3) after sex Error Code: 1054. Unknown column 'age' in 'user' 0.000 sec 2.错误原因 原本在user表中有age字段,但是在测试阶段删除了,后期将age位置修改,所以报错 3.解决办法 首先,先向user表中插入age字段:然后再修改它的位置 Error Code: 1054. Unknown column 'age' in 'u

Jmeter BeanShell 引用变量报错jmeter.util.BeanShellInterpreter: Error invoking bsh method: eval Parse error at line 14, column 181 : Error or number too big for integer

如果你通过CSV Data Set Config或者_StringFromFile函数来参数化你的请求,需要特别注意当参数为纯数字时,jmeter会默认将其识别成int型数据,说明jmeter并不是默认以String类型对数据进行读取的:范围-2147483648到2147483647,如果超出这个范围(例如2147483648这个数字):jmeter控制台则会抛出如下异常:jmeter.util.BeanShellInterpreter: Error invoking bsh method:

Android BaseAdapter加载多个不同的Item布局时出现UncaughtException in Thread main java.lang.ArrayIndexOutOfBoundsException: length=15; index=15

java.lang.ArrayIndexOutOfBoundsException: length=15; index=15 异常出现的场景:在做聊天界面时,需要插入表情,图片,文字,名片,还有几种较为复杂的布局.这时就需要用到BaseAdapter中的getViewTypeCount()和getItemViewType(int position) 方法了,在发送复杂界面时出现了这个异常. 令人抓狂的是这个异常居然是UncaughtException,根本无法判断哪一行出错了,刚开始的时候觉得一定

POSTGRESQL中ERROR: recursive query &quot;t&quot; column 2 has type character varying(150) in non-recursive term but type character varying overall

最近在做项目的时候有个需求是需要查到当前登录的用户下辖所有区域的数据,并将查询出来的部门信息以如下格式展示 最高人民法院>江苏省高级人民法院>南通市中级人民法院最高人民法院>江苏省高级人民法院>连云港市中级人民法院 ,于是用如下语句查询 WITH RECURSIVE T AS ( SELECT c_id, c_name FROM db_aty.t_aty_corp WHERE c_pid IS NULL UNION ALL SELECT D.c_id, T.c_name || '&

Mongodb_&quot;Error parsing YAML config file: yaml-cpp: error at line 3, column 9: illegal map value&quot;解决方法

在启动配置文件的时候,系统报错:Error parsing YAML config file: yaml-cpp: error at line 3, column 9: illegal map value 首先检查一下各个参数是否配置正确 第二步查看文件路径中是否正确,路径中用双引号包围时("D:\MongoDB\data"),应该将路径中的"\"换成"/"("D:/MongoDB/data") 第三步查看配置文件中是否以Ta