GoldenGate的一些引數的意義
GoldenGate的一些引數的意義
1. ASSUMETARGETDEFS - You use this target to tell that your source and and target tables are identical.
2. ReportCount Every 30 Minutes, Rate
GoldenGate會統計並報告自啟動以來處理的資料複製的條數
1000 records processed as of 2010-01-28 11:30:40 (rate 154,delta 215)
Since the Extract process started, it has processed 1,000 records as of the time displayed (11:30:40).
You also asked for RATE information to be printed in the report. The rate calculations are as follows:
Rate = # of records processed since startup / total time since startup
Delta = # of records since last report / time since last report
In the example, the processing rate is 154 and the delta is 215. The delta is higher, which indicates
that you’re processing more records in the latest reporting period. You can compare the rate over time to
see if it changes. Changes in rate could be due to more or less processing volume or perhaps
performance issues with your Extract or Replicat or even the database itself.
3. REPORTROLLOVER
迴圈使用report檔案,防止檔案過大影響效能
4. PurgeOldExtracts
清除舊的extract檔案。
例: PurgeOldExtracts dirdat/*, UseCheckpoints, MinKeepDays 2
這個配置會清除目錄dirdat下的extract檔案,USECHECKPOINTS這個選項表示除非extract files已經被處理,否則extract檔案不會被清除
5. ENCRYPTTRAIL
加密extract檔案
6. DECRYPTTRAIL
解密extract檔案
7.
Table HR.EMPLOYEES
COLS (employee_Id, first_name, last_name);
這個配置表示對於表HR.EMPLOEES, 只匹配三個包含在COLS選項中的列
8.
Table HR.EMPLOYEES
COLSEXCEPT (email);
抽取employees表的所有列,除了email
9.
Map HR.EMPLOYEES, Target HR.EMPLOYEES,
WHERE (JOB_ID = "IT_PROG");
只replicateJOB_ID = "IT_PROG"的記錄
10. FILTER (ON DELETE, SALARY / 12 < 1000);
在刪除操作時,只刪除月薪少於1000的員工記錄
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/70014873/viewspace-2868079/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- GoldenGate 基本引數含義Go
- oracle核心引數意義Oracle
- 核心引數意義(轉)
- django的url的name引數的意義(轉發)Django
- goldengate的HANDLECOLLISIONS引數Go
- goldengate的ASSUMETARGETDEFS引數Go
- SCO UNIX 系統核心引數的意義(轉)
- HANDLECOLLISIONS :GoldenGate Replicat的引數Go
- goldengate 的 COMPRESSUPDATES 引數Go
- GOLDENGATE常用引數Go
- Oracle歸檔模式、引數意義、設定Oracle模式
- 瞭解GoldenGate Replicat的HANDLECOLLISIONS引數Go
- Linux核心網路引數的意義及應用(轉)Linux
- Oracle 執行計劃中一些引數的含義Oracle
- FTP 數字程式碼的意義FTP
- 機器學習(3),opencv4.0中SVM各個引數的意義,設定機器學習OpenCV
- reverse index的like測試和dbms_stats具體引數意義Index
- oracle goldengate引數學習OracleGo
- mysql插入慢之所innodb_flush_log_at_trx_commit引數的意義MySqlMIT
- 安裝oracle資料庫時,設定linux核心引數的意義Oracle資料庫Linux
- Android中自定義樣式與View的建構函式中的第三個引數defStyle的意義AndroidView函式
- Oracle GoldenGate常用引數詳解OracleGo
- GoldenGate HANDLECOLLISIONS引數使用說明Go
- goldengate OGG引數規範Go
- goldengate 引數之GETTRUNCATES | IGNORETRUNCATESGo
- Goldengate引數簡要說明Go
- mysql一些引數的介紹MySql
- VMWare中的CPU數量與核心數量意義
- Nginx常用配置引數的含義Nginx
- plsql下nocopy引數的含義SQL
- 函式定義、函式的引數、函式的預設引數函式
- synchronized的意義synchronized
- 人生的意義
- 方法(函式)的定義與引數函式
- php引數3個點的含義PHP
- Oracle帶引數的自定義函式Oracle函式
- 人工智慧基礎-範數的物理意義人工智慧
- goldengate 中使用batchsql引數需要額外考慮的地方GoBATSQL