Can GoldenGate Replicate An Oracle Table That Contains Only CLOB Column(s)? (Doc ID 971833.1)
Oracle GoldenGate - Version 4.0.0 and later
Information in this document applies to any platform.
SOLUTION
Question
Can GoldenGate replicate an Oracle table that contains only CLOB columns?
Answer
To ensure Data Integrity when performing Update and Delete operations, GoldenGate requires each Source and Target Table to have a Unique Identifier. This Unique Identifier can be:
* a Primary Key
* a Unique Index
* one or more columns that contain unique values and are specified with a GoldenGate KEYCOLS clause.
To make those columns available to GoldenGate, they must be logged to the Redo Log by Oracle's Supplemental Logging feature. Oracle does not support Supplemental Logging for CLOB columns; therefore Updates and Deletes on those columns cannot be replicated by GoldenGate.
If you attempt to enable Supplemental Logging for a CLOB column, either with the GoldenGate ADD TRANDATA command or through SQL*Plus, you will receive the following errors:
SQL> create table ggs.customers (a clob, b clob);
GGSCI (xxx) 4> add trandata customers
No key found for table GGS.CUSTOMERS. All columns will be logged.
2007-05-24 10:37:57 GGS WARNING 301 WARNING: key column may exists after column A, may not be able
to handle row chaining.
2007-05-24 10:37:57 GGS WARNING 301 WARNING: key column may exists after column B, may not be able
to handle row chaining.
2007-05-24 10:37:57 GGS WARNING 301 Table GGS.CUSTOMERS has no valid key columns, no supplemental log group was added.
SQL> alter table customers add supplemental log group customers_s (a) always;
alter table customers add supplemental log group customers_s (a) always
*
ERROR at line 1:
ORA-30569: data type of given column is not supported in a log group
Error: ORA-30569 (ORA-30569)
Text: data type of given column is not supported in a log group
Cause
An attempt was made to include a column with one of these Unsupported Data Types: LONG, VARRAY, nested table, object, LOB, FILE, or REF in a Log Group.
Action
Change the Column Data Type or remove the Log Group. Then retry the operation.
其它:
相關文章
- How To Replicate Data from Oracle to Postgres Using GoldenGate (Doc ID 1544137.1OracleGo
- Oracle 最新PSU (Doc ID 2118136.2)Oracle
- Oracle 下載最新psu (Doc ID 2118136.2)Oracle
- MySQL報錯Table 'plugin' is read only [ERROR] Can't open the mysql.plugin table.MySqlPluginError
- Only AI Flow Can Do!AI
- oracle11g: Scheduler Maintenance Tasks or Autotasks (Doc ID 756734.1)OracleAINaN
- 【DBA】Relinking Oracle Home 常見問題 (Doc ID 2048232.1)Oracle
- Oracle GoldenGate 11g官方文件Administrator’s GuideOracleGoGUIIDE
- alter table set unused column
- OGG-01163 Bad column length (32) specified for column in table
- Oracle GoldenGate 11g官方文件Administrator’s Guide續二OracleGoGUIIDE
- Oracle GoldenGate 11g官方文件Administrator’s Guide續一OracleGoGUIIDE
- Oracle GoldenGate 11g官方文件Administrator’s Guide續三OracleGoGUIIDE
- Oracle GoldenGate 11g官方文件Administrator’s Guide續四OracleGoGUIIDE
- SQLAlchemy Table(表)類方式 – Table類和Column類SQL
- replicate-rewrite-db和Replicate_Wild_Do_Table實現表級別對映覆制
- ORACLE GoldenGate Initial LoadOracleGo
- About the Oracle GoldenGate TrailOracleGoAI
- expdp/impdp變慢 (Doc ID 2469587.1)
- Reading and Understanding Systemstate Dumps (Doc ID 423153.1)
- [20200904]12c invisible column impdp segment_column_id.txt
- TypeError: only integer scalar arrays can be converted to a scalar indexErrorIndex
- 【RAC】Oracle 12c以及以上版本的diagsnap是什麼? (Doc ID 2469643.1)Oracle
- 關於Oracle的BLOB和CLOBOracle
- Oracle GoldenGate 18.1釋出OracleGo
- Oracle GoldenGate安裝(一)OracleGo
- Oracle GoldenGate安裝(二)OracleGo
- Oracle GoldenGate安裝(三)OracleGo
- RMAN -- Frequently Asked Question (FAQ) (Doc ID 469777.1)
- mac提交svn提示CHECKOUT can only be performed on a version resourceMacORM
- oracle ocp 19c考題,科目082考試題(21)-read-only tableOracle
- unnest array_contains 行轉列 id in效率高AI
- PRCT-1011 : Failed to run "oifcfg" (Doc ID 1380183.1)AI
- How to Collect Diagnostics for Database Hanging Issues (Doc ID 452358.1)Database
- 關於Warning: setState(...): Can only update a mounted or mounting component. This
- "Only fullscreen opaque activities can request orientation "問題再分析Opaque
- "ScrollView can host only one direct child"問題解決View
- CAN ID 中的J1939-PGN