Home > Database > Mysql Tutorial > body text

表结构变更后出现的ERROROGG-01161Badcolumnindex(88)

WBOY
Release: 2016-06-07 15:59:25
Original
1536 people have browsed it

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.网上有说是表结构不一致的。但是我已经仔细比对了每个字段,是一致的。那为


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. 网上有说是表结构不一致的。但是我已经仔细比对了每个字段,是一致的。 那为什么初始化同步就出问题呢? 应该是打补丁导致源端表结构发生了变化,比如增加了字段。 此时要重新生成源端表结构的defgen定义文件,再把定义文件放到目标端。 defgen文件的作用是,记录了源端的表结构,然后我们再把这个文件放到目标端,在目标端应用SQL时就能根据defgen文件与目标端表结构,来做一定的转换。
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