GoldenGate學習筆記(11)_常用引數
常用的引數
1 SOURCE 端
2 Pump 端(data pump)
2.1 PASSTHRU
Use the PASSTHRU and NOPASSTHRU parameters to control whether a data-pump Extract processes tables in pass-through mode or normal mode. In pass-through mode, the Extract process does not look up table definitions, either from the database or from a data definitions file. Normally, the Extract process logs into the database to retrieve data definitions and, if the target is NonStop, reads a data-definitions file. The definitions are used to perform. mapping and conversion functions. (指定是否進行資料轉換)
3 TARGET端
3.1 CHECKSEQUENCEVALUE
Use the CHECKSEQUENCEVALUE and NOCHECKSEQUENCEVALUE parameters to control whether or not Replicat verifies that a target sequence value is higher than the one on the source. If the target value is either too low or too high, Replicat brings the source and target values back into an appropriate state of disparity. (確保SEQUENCE值大於Source端)
3.2 ASSUMETARGETDEFS
Use the ASSUMETARGETDEFS parameter when the source and target tables specified with a
MAP statement have identical column structure, such as when synchronizing a hot site. It directs GoldenGate not to look up source structures from a source-definitions file. For structures to be identical, they must contain identical column names (including case, if applicable) and data types, and they must appear in the same order in each table. If source and target tables do not have the same structure, use the SOURCEDEFS parameter instead of ASSUMETARGETDEFS.(指定源端與目標端的表結構一致)
通用引數
REPORTROLLOVER
Use the REPORTROLLOVER parameter to force report files to age on a regular schedule, instead of when a process starts. For long or continuous runs, setting an aging schedule controls the size of the active report file and provides a more predictable set of archives that can be included in your archiving routine.(按計劃生成報告檔案)
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10248702/viewspace-624586/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- GOLDENGATE常用引數Go
- oracle goldengate引數學習OracleGo
- Swift學習筆記(三十三)——常量引數,變數引數和inout引數Swift筆記變數
- Bootstrap Table 學習筆記之列引數(一)boot筆記
- Oracle GoldenGate常用引數詳解OracleGo
- Pytest學習筆記8-引數化筆記
- Swift學習筆記(三十二)——可變引數Swift筆記
- GoldenGate學習筆記(10)_RAC環境Go筆記
- 【學習筆記】數學筆記
- STREAMS筆記(11) GoldenGate & Heterogeneous筆記Go
- docker學習筆記-啟動映象輸入引數Docker筆記
- GoldenGate學習筆記(4)_程式配置與管理Go筆記
- GoldenGate學習筆記(9)_常見問題Go筆記
- Swift學習筆記(三十一)——引數的預設值Swift筆記
- 【轉】Oracle學習筆記:INITRANS和MAXTRANS引數的作用Oracle筆記
- C#學習筆記-方法引數、擴充套件方法C#筆記套件
- oracle學習筆記-常用的命令Oracle筆記
- GoldenGate 學習筆記(3)_安裝與御載Go筆記
- GoldenGate學習筆記(6)_配置例程之InitialLoadGo筆記
- Swift學習筆記(三十)——函式的內部引數名和外部引數名Swift筆記函式
- 【學習筆記】組合數學筆記
- 數學證明 學習筆記筆記
- 高等數學學習筆記(一)筆記
- 高等數學學習筆記(二)筆記
- 組合數學學習筆記筆記
- 學習筆記:數位dp筆記
- JavaScript學習筆記---數值JavaScript筆記
- 數位DP 學習筆記筆記
- 四元數 學習筆記筆記
- KLC 數點學習筆記筆記
- 【學習筆記】數位DP筆記
- MongoDB 學習筆記之常用 shell 命令MongoDB筆記
- Go學習筆記-Gin常用功能Go筆記
- oracle學習筆記--oracle常用的命令Oracle筆記
- Tensorflow學習筆記No.11筆記
- 吳恩達機器學習學習筆記——Week 1——3. 引數學習(Parameter Learning)吳恩達機器學習筆記
- 數論學習筆記 (2):質數筆記
- 效能測試學習筆記:Loadrunner如何進行引數化?筆記