Oracle 環境下 GoldenGate 整合抽取(Integrated Capture)模式與傳統抽模數式(Classic Capture)間的切換

來源:互聯網
上載者:User

標籤:ati   升級   使用   family   同步   init   技術   tin   com   

檢查抽取進程模式

在 GGSCI 環境下,執行類似如下語句查看特定進程的狀態。

GGSCI> info <Group_Name>
其中,<Group_Name> 為進程名稱。
例如:所示 EPUBADM 進程抽模數式為 整合抽模數式(Integrated Capture)

例如:所示 ETEST 進程抽模數式為 傳統抽模數式(Classic Capture)  由傳統抽取(Classic Capture)模式升級至整合抽取(Integrated Capture)模式 1.升級前準備 a.啟用資料庫歸檔確保抽取源端資料庫運行于歸檔模式,可以在  SQLPLUS 環境下通過以下語句檢查。SQL> archive log list
b.啟用 FORCE LOGGING 歸檔模式(可選)當需要同步 NOLOGGING 模式的對象時,需要啟用 FORCE LOGGING 歸檔模式。啟用步驟如下語句。(1).檢查 FORCE LOGGING 模式狀態SQL> SELECT FORCE_LOGGING_MODE FROM V$DATABASE;(2),啟用 FORCE LOGGING 模式SQL> ALTER DATABASE FORCE LOGGING;ALTER SYSTEM SWITCH LOGFILE; c.啟用附加日誌在 GGSCI 環境下,通過以下命令添加表級的附加日誌 GGSCI> ADD TRANDATA <schema.table_name>對於 schema 級的附加日誌,可以通過以下命令添加。GGSCI> ADD SCHEMATRANDATA <schema_name> d.配置流池(stream pool)大小在抽取進程啟用的資料庫(抽取源庫或 downstream 庫)上,需配置流池大小,以應用於 logmining Server。SQL> ALTER SYSTEM SET streams_pool_size=<pool_size> scope=both sid=‘*‘; 注意:流池大小由整合抽取參數  MAX_SGA_SIZE 及  PARALLELISM 決定,推薦公式為  (MAX_SGA_SIZE * PARALLELISM) * 1.25
2.升級抽取進程
a.備份軟體目錄
Back up the current Oracle GoldenGate working directories. b.修改抽取進程參數大多數情況下,傳統抽模數式下的抽取進程參數同樣適用於整合抽模數式下的抽取進程,此時需按需修改抽取進程參數。例如:設定整合抽取進程單個 logminner 進程使用 SGA 大小為 100M,logminner 進程數為 1。TRANLOGOPTIONS INTEGRATEDPARAMS (MAX_SGA_SIZE 100, PARALLELISM 1) c.GGSCI 環境下登陸源端資料庫使用類似如下語句,在 GGSCI 環境下登陸源端資料庫。GGSCI> dblogin userid goldengate, password Goldengate_2015 d.註冊抽取進程以挖掘資料庫GGSCI> REGISTER EXTRACT <group> DATABASE e.停止抽取進程GGSCI> STOP EXTRACT <group> f.檢查進程是否允許升級為整合抽模數式Issue the following command to determine whether the upgrade command can be issued. Transactions that started before the registration command must be written to the trail before you can proceed with the upgrade. You may have to issue this command more than once until it returns a message stating that Extract can be upgraded.GGSCI> INFO EXTRACT <group> UPGRADE g.升級抽取進程至整合抽模數式GGSCI> ALTER EXTRACT <group> UPGRADE INTEGRATED TRANLOG h.重啟抽取進程GGSCI> START EXTRACT <group> 
由整合抽取(Integrated Capture)模式降級至傳統抽取(Classic Capture)模式
1.降級抽取進程
a.備份軟體目錄
Back up the current Oracle GoldenGate working directories.
b.修改抽取進程參數大多數情況下,傳統抽模數式下的抽取進程參數同樣適用於整合抽模數式下的抽取進程,此時需按需修改抽取進程參數。 c.停止抽取進程GGSCI> STOP EXTRACT <group> d.檢查進程是否允許降級為傳統抽模數式Issue the following command to determine whether the downgrade command can be issued. Transactions that started before the downgrade command is issued must be written to the trail before you can proceed. You may have to issue this command more than once until it returns a message stating that Extract can be downgraded.GGSCI> INFO EXTRACT <group> UPGRADE e.GGSCI 環境下登陸源端資料庫使用類似如下語句,在 GGSCI 環境下登陸源端資料庫。GGSCI> dblogin userid goldengate, password Goldengate_2015 f.降級抽取進程至整合抽模數式GGSCI> ALTER EXTRACT <group> DOWNGRADE INTEGRATED TRANLOG g.反註冊抽取進程GGSCI> UNREGISTER EXTRACT <group> DATABASE h.重啟抽取進程GGSCI> START EXTRACT <group>
  參考文檔(1).Oracle GoldenGate Performance Best Practices》(2).《GoldenGate Administering Oracle GoldenGate for Windows and UNIX 12c (12.1.2)》
20.7 Switching Extract from Classic Mode to Integrated Mode

Oracle 環境下 GoldenGate 整合抽取(Integrated Capture)模式與傳統抽模數式(Classic Capture)間的切換

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.