ルート・コンテナから、コンテナ接頭辞ADD SCHEMATRANDATA [pdb_name].schemaを使用して、schematrandataを追加できます。 cdb$rootからコマンドを実行する場合は、データベース側で次のユーザー権限も設定していることを確認してください:
一、ADD SCHEMATRANDATA 作用 Use ADD SCHEMATRANDATA to enable schema-level supplemental loggingfora table. ADD SCHEMATRANDATA acts on all of the current and future tablesina given schema to automatically log a superset of available keys that Oracle GoldenGate needsforrow identification. 可以说这个...
The command add schema-level PK, UI, FK, ALLKEYS supplemental logging data. By default, ADD SCHEMATRANDATA logs the key columns of a table in the following order of priority: Primary key In the absence of a primary key, all of the unique keys of the table, including those that ...
使用OGG 的 ADD SCHEMATRANDATA 命令来添加 Schema 和 Data。 ```bash # 添加 Schema 和 Data GGSCI> ADD SCHEMATRANDATA new_schema GGSCI> ADD TABLE new_schema.* ``` ### 步骤 4:同步 Schema 和 Data 启动OGG 进程,开始同步 Schema 和 Data。 ```bash # 启动 OGG 进程 GGSCI> START REPLICAT re...
OGG的add trandata和add schematandata有什么区别 add gen2, 好久没有更新博客了,最近在学习依赖注入框架Dagger2,感觉上手还是挺不容易的的,也查看了网上好多朋友写的技术文章,折磨了好长时间~今天,我在他们基础上,打算按照边撸代码边分析源码的模
OGG add schematrandata报错 OGG-01790 一、问题记录 代码语言:javascript 复制 GGSCI(s11g)50>add schematrandata scott2021-03-2510:14:53ERROROGG-01790Failed toADDSCHEMATRANDATAon schema scott becauseofthe followingSQLerror:ORA-26947:Oracle GoldenGate replication is not enabled.ORA-06512:at"SYS.DBMS_...
在OGG配置数据同步的过程中,其中的一个步骤是开启表级别的附加日志,也即执行add trandata …命令。在新版本中,建议使用add schematrandata命令代替。 今天,同事遇到一个奇怪的问题。执行 add trandata命令后,使用info trandata命令检查表级别的附加日志状态时,仍然显示为disabled状态。
Oracle GoldenGate - Version 19.1.0.0.4 and later: OGG-01790 Failed To ADD SCHEMATRANDATA On Schema "<schema_name>" Because Of The Following SQL error: ORA-16000
GoldenGate Version : Version 12.3.0.1.4 for oracle db 12.2.0.1.0Database Name : USG01DASGolden Gate User : OGGADMIN Golden Gate Replicat : RRAJ Target Schema : TARGETOracle Home : /u01/app/oracle/product/12.2.0/dbhome_1 GoldenGate Home : /u01/app/oracle/product/12.3/ogg ...
Database Version : 12.2.0.1.0 GoldenGate Version : Version 12.3.0.1.4 for oracle db 12.2.0.1.0Database Name : PSG01DAS Golden Gate User : OGGADMIN Golden Gate Extract : ERAJ Golden Gate Pump : PRAJ Source Schema : SOURCEOracle Home : /u01/app/oracle/product/12.2.0/dbhome_1 ...