来源于:
Does OGG support Invisible Indexes in Oracle 11g db (文档 ID 1515952.1)
### APPLIES TO:
Oracle GoldenGate - Version 11.2.1.0.1 and later
Information in this document applies to any platform.
### GOAL
A new feature in Oracle 11g allows the creation of "invisible" indexes which means they are indexes
that we can choose when to expose to the optimizer when generating SQL plans. Current versions
of OGG do not support invisible indexes. So if only an invisible unique index is defined on a table,
OGG chooses not to see the unique index and treats this table as not having any unique index defined.
### FIX
It is supported in OGG version 11.2.1.0.5 and higher. Support was added in following bug fix.
Bug 14099231 - SUPPORT ORACLE INVISIBLE INDEXES
The fix can be backported if needed. There is also a work-around of using KEYCOLS to force the
selection of invisible index columns.
### REFERENCES
[BUG:15856355](https://support.oracle.com/epmos/faces/BugDisplay?parent=DOCUMENT&sourceId=1515952.1&id=15856355) - ORACLE GOLDENGATE V11.2.1.0.4_02 FOR ORACLE 11G ON LINUX X64
- 前言
- OGG抽取进程漏抽数据与TRANLOGOPTIONS _DISABLESTREAMLINEDDBLOGREADER隐含参数
- 查找OGG trail file中是否存在相关记录的命令
- 在OGG中跳过Oracle DB 长事务的命令
- Does Oracle GoldenGate requires Xlc.Adt.Include 8.0 (文档 ID 1147116.1)
- 【翻译自mos文章】怎么找到OGG Director Server使用的数据库和用户名?
- 【翻译自mos文章】OGG支持oracle db 11g中的不可见索引吗?
- Oracle GoldenGate 对IBM大型机 z/OS 2.1 和DB2 v11的支持
- Oracle Restart可以用来给Oracle GoldenGate 做 High Availability 使用么?
- OGG的集成捕捉模式支持Oracle database标准版么?
- OGG replicat 进程使用的 TCP 端口
- Oracle GoldenGate 怎么在源头的传输进程和目的端的server/collector进程之间分配 端口?
- Oracle GoldenGate 支持 从SAP HANA database抽取或者复制数据到SAP HANA database 吗?