检查ggserr.log发现

尝试去掉压缩以及重新添加日志需要等几分钟观察后正常。如果不行,则需要排除该表解决。再考虑重新同步。

dblogin userid xxx,password xxx
delete trandata xxx.x
add trandata xxx.x
info trandata xxx.x

----------------------------------------

GoldenGate Extract Process Abend With OGG-01433 Failed to validate table, The table is compressed and extract will not be able to extract data from Oracle logs. (Doc ID 1472956.1)

The extract abended with OGG-01433

2011-05-26 08:49:48 ERROR OGG-01433 Oracle GoldenGate Capture for Oracle, EXXX.prm: Failed to validate table <SCHEMANAME.TABLENAME>. The table is compressed and extract will not be able to extract data from Oracle logs.
2011-05-26 08:49:48 ERROR OGG-01668 Oracle GoldenGate Capture for Oracle, EXXX.prm: PROCESS ABENDING.

CHANGES

CAUSE

OGG does not support compressed tables or partitions prior to 11.2 Integrated Extract.

Oracle GoldenGate fully supports basic, advanced, and EHCC compressed tables in
integrated capture (11.2) mode. In classic capture mode, Oracle GoldenGate can deliver to,
but not capture from, regular and EHCC compressed tables on Oracle Exadata.

SOLUTION

- Check if the table is compressed:

SQL> select compression from dba_tables
where owner = '<owner>' and table_name = '<tablename>';

Even if the query returns DISABLED, if any block in the table was ever compressed, EXTRACT will not be able to capture it.

- You can move the table. This will touch every block, but this will be very resource intensive for a large table and require a lot of disk:

SQL> SELECT partition_name, subpartition_name, tablespace_name, high_value FROM user_tab_subpartitions WHERE table_name = 'table_name';

- Alter statement for partition to move nocompress.

SQL> ALTER TABLE <Table_name> MOVE PARTITION <partition_name> NOCOMPRESS TABLESPACE <tablespace>;

- Please ensure that you are having enough disk space within tablespaces before running the ALTER statement.

The only option is to comment out the compressed table to exclude them from EXTRACT if you can’t do a "move nocompress"DDL EXCLUDE OBJNAME

Once you find the table name, you have to exclude this table from both DDL and DML in Extract parameter file by using DDL EXCLUDE and TABLEEXCLUDE.

Example

DDL EXCLUDE OBJNAME "OWNER.TABLE_NAME"

TABLEEXCLUDE OWNER.TABLE_NAME

OGG-01433 Oracle GoldenGate Capture for Oracle, EXXX.prm: Failed to validate table <SCHEMANAME.TABLE相关推荐

  1. oracle goldengate实战指南,Oracle GoldenGate 11g官方文档Administrator’s Guide续三

    CHAPTER 3 第三章 Configuring Manager and Network Communications 配置manager和网络通信 本章包含以下说明: ●配置manager进程 ● ...

  2. oracle goldengate学习笔记,Oracle GoldenGate 学习教程

    二.配置和使用 阅读导航 配置和使用GoldenGate的步骤 1 配置数据库支持GoldenGate 1.1 OGG用户和权限分配 1.2 数据库附加日志 1.2.1 数据库级别的附加日志 1.2. ...

  3. oracle 11gogg,【OGG】Oracle GoldenGate 11g (二) GoldenGate 11g 单向同步配置 上

    Oracle GoldenGate 11g (二) GoldenGate 11g 单向同步配置 上 Item Source System Target System Platform RHEL6.4 ...

  4. MySQL + Oracle GoldenGate + OGG Application Adpater

    最近接到一个需求,需要从MySQL数据库中将交易数据同步到Flat file(平面文件),该需求的解决方案我们通过GoldenGate+OGG Application Adapter来实现.   具体 ...

  5. 【ogg二】Oracle GoldenGate(ogg)安装经验大汇总,采坑总结,绝对干货!

    一下是安装ogg过程中遇到的问题和解决办法,绝对良心干货,抽空会写更详细的安装教程.更多精彩内容请点击 OGG-00685 begin time prior to oldest log in log ...

  6. Oracle Goldengate ERROR OGG 00446 解决方法

    一.问题描述: 2013年4月14日中午12点左右生产环境执行数据库版本升级期间根据需要停止XX1库和XX2库OGG 同步抽取进程时遇长事务,无法用正常命令停止,执行 forcestop 后重启进程报 ...

  7. oracle goldengate技术架构-简单试验(全)

    一  GoldenGate简介 Oracle Golden Gate软件是一种基于日志的结构化数据复制备份软件,它通过解析源 数据库在线日志或归档日志获得数据的增量变化,再将这些变化应用到目标数据库, ...

  8. Oracle GoldenGate 之--异构平台同步(Mysql到Oracle)

    Oracle GoldenGate 异构平台同步(Mysql到Oracle) 如图所示:源端采用Mysql库,目标端采用Oracle库 一.OGG安装配置(源端) 1.OGG下载 https://ed ...

  9. Oracle Goldengate ORA-21780故障处理

    Oracle Goldengate升级到11.1.1.1.1后,解决了前期频繁出现的一些错误,但是又出现了新的错误. 2011-11-11 16:54:03  WARNING OGG-00455  O ...

  10. Oracle Goldengate在HP平台裸设备文件系统OGG-01028处理

    某电信运营商3G系统与4G系统建立号码核对系统,因为两个系统的号码状态不一致.源端使用Oracle Goldengate软件,目标端使用Kafka自写CUE程序进行解析源端传输过去的Trail文件.目 ...

最新文章

  1. 它,是一部全网最全的JDK发展历史轨迹图...
  2. Flutter开发之SimpleDialog对话框组件-1(40)
  3. dataGridView1去掉第一列
  4. verilog 生成块_Verilog数字系统设计教程之学习摘要
  5. alter与alert区别
  6. 29 上传下载 socketserve
  7. 六、hibernate之HQL
  8. Snapshot使用
  9. c语言中闰年的流程图_c语言(算法流程图).ppt
  10. 最长单调递增子序列问题 设计一个O(n2)复杂度的算法,找出由n个数组成的序列的最长单调递增子序列
  11. RTKLIB专题学习(七)---精密单点定位实现初识(三)
  12. CentOS 7 minimal安装完成之后安装图形界面
  13. linux运行中的一个错误解决
  14. UI设计师为什么要学习字体设计?
  15. Jmeter阶梯式等值压测-详细实战教程(一)
  16. 机器学习实战 | Python 信用卡欺诈检测其实特简单
  17. [codevs1159]最大全零子矩阵
  18. 【转】如何使用.NET配置文件by沐枫小筑
  19. 通过IBM Cloud 部署云原生应用
  20. 借助幕课网的资源重新梳理下PHP基础知识,用以备忘。

热门文章

  1. ug10.0安装好了怎么找到
  2. python 模块下载成功,却无法导入?
  3. win10 1803官方原版镜像
  4. premiere(Pr)制作逐字出现效果
  5. 都有哪些查找和下载英文文献的方法?
  6. 那些年我们常用的软件
  7. 个人收款解决方案之三方聚合收款方案
  8. java sts安装步骤_java开发工具STS的下载及安装
  9. 我的世界java版合成快捷键_我的世界常用快捷键指令大全 Minecraft必知的快捷键...
  10. 24种设计模式-生成器模式