來源于:
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 嗎?