oracle goldengate引數學習
1:INSERTDELETES和NOINSERTDELETES
INSERTDELETES | NOINSERTDELETES
Valid for Replicat
Use the INSERTDELETES and NOINSERTDELETES parameters to control whether or not Oracle
GoldenGate converts source delete operations to insert operations on the target database.
The parameters are table-specific. One parameter remains in effect for all subsequent MAP
statements, until the other parameter is encountered.
Default NOINSERTDELETES
Syntax INSERTDELETES | NOINSERTDELETES
2:INSERTMISSINGUPDATES | NOINSERTMISSINGUPDATES
INSERTMISSINGUPDATES | NOINSERTMISSINGUPDATES
Valid for Replicat
Use the INSERTMISSINGUPDATES and NOINSERTMISSINGUPDATES parameters to control whether or
not Oracle GoldenGate inserts a record based on the source record when the target record
does not exist.
INSERTMISSINGUPDATES inserts the missing update but should only be used when the source
database uses non-compressed updates. It can work with a database that uses compressed
updates if the target database allows NULL to be used for the missing column values.
When the default of NOINSERTMISSINGUPDATES is in effect, a missing record causes an error,
and the transaction may abend depending on REPERROR settings.
The INSERTMISSINGUPDATES and NOINSERTMISSINGUPDATES parameters are table-specific. One
parameter remains in effect for all subsequent MAP statements, until the other parameter
is encountered.
Default NOINSERTMISSINGUPDATES
Syntax INSERTMISSINGUPDATES | NOINSERTMISSINGUPDATES
Valid for Replicat
Use the INSERTMISSINGUPDATES and NOINSERTMISSINGUPDATES parameters to control whether or
not Oracle GoldenGate inserts a record based on the source record when the target record
does not exist.
INSERTMISSINGUPDATES inserts the missing update but should only be used when the source
database uses non-compressed updates. It can work with a database that uses compressed
updates if the target database allows NULL to be used for the missing column values.
When the default of NOINSERTMISSINGUPDATES is in effect, a missing record causes an error,
and the transaction may abend depending on REPERROR settings.
The INSERTMISSINGUPDATES and NOINSERTMISSINGUPDATES parameters are table-specific. One
parameter remains in effect for all subsequent MAP statements, until the other parameter
is encountered.
Default NOINSERTMISSINGUPDATES
Syntax INSERTMISSINGUPDATES | NOINSERTMISSINGUPDATES
3:INSERTUPDATES | NOINSERTUPDATES
INSERTUPDATES | NOINSERTUPDATES
Valid for Replicat
Use the INSERTUPDATES and NOINSERTUPDATES parameters to control whether or not Oracle
GoldenGate converts uncompressed update operations to insert operations. The
parameters are table-specific. One parameter remains in effect for all subsequent MAP
statements, until the other parameter is encountered.
Default NOINSERTUPDATES
Syntax INSERTUPDATES | NOINSERTUPDATES
Valid for Replicat
Use the INSERTUPDATES and NOINSERTUPDATES parameters to control whether or not Oracle
GoldenGate converts uncompressed update operations to insert operations. The
parameters are table-specific. One parameter remains in effect for all subsequent MAP
statements, until the other parameter is encountered.
Default NOINSERTUPDATES
Syntax INSERTUPDATES | NOINSERTUPDATES
4:UPDATEDELETES | NOUPDATEDELETES
Valid for Replicat
Use the UPDATEDELETES parameter to convert delete operations to update operations for all
MAP statements specified after it in the parameter file. Use NOUPDATEDELETES to turn off
UPDATEDELETES.
Default NOUPDATEDELETES
Syntax UPDATEDELETES | NOUPDATEDELETES
Valid for Replicat
Use the UPDATEDELETES parameter to convert delete operations to update operations for all
MAP statements specified after it in the parameter file. Use NOUPDATEDELETES to turn off
UPDATEDELETES.
Default NOUPDATEDELETES
Syntax UPDATEDELETES | NOUPDATEDELETES
以上這幾個引數對我們一些特殊處理操作非常有用處
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7199859/viewspace-709158/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- GoldenGate學習筆記(11)_常用引數Go筆記
- Oracle GoldenGate常用引數詳解OracleGo
- Oracle GoldenGate學習總結OracleGo
- GOLDENGATE常用引數Go
- goldengate for oracle 10g學習GoOracle 10g
- goldengate的HANDLECOLLISIONS引數Go
- goldengate的ASSUMETARGETDEFS引數Go
- 關於Oracle GoldenGate 引數TRANLOGOPTIONS altarchivelogdestOracleGoHive
- oracle goldengate 複製端延時應用引數OracleGo
- Oracle GoldenGate系統之----相關引數說明OracleGo
- oracle goldengate 引數詳解(轉MOS:Oracle GoldenGates ample parameter files)OracleGo
- GoldenGate 基本引數含義Go
- HANDLECOLLISIONS :GoldenGate Replicat的引數Go
- goldengate 的 COMPRESSUPDATES 引數Go
- Oracle GoldenGate 學習教程二、配置和使用OracleGo
- GoldenGate HANDLECOLLISIONS引數使用說明Go
- goldengate OGG引數規範Go
- goldengate 引數之GETTRUNCATES | IGNORETRUNCATESGo
- Goldengate引數簡要說明Go
- oracle goldengate 雙活複製避免迴圈複製引數OracleGo
- 引數匹配模型——Python學習之引數(二)模型Python
- 全面學習ORACLE Scheduler特性(6)設定Repeat Interval引數Oracle
- 【轉】Oracle學習筆記:INITRANS和MAXTRANS引數的作用Oracle筆記
- Shell學習【引數傳遞】
- Swift學習筆記(三十三)——常量引數,變數引數和inout引數Swift筆記變數
- 瞭解GoldenGate Replicat的HANDLECOLLISIONS引數Go
- 引數匹配順序——Python學習之引數(三)Python
- Python學習之引數(一)Python
- 【ASM學習】ASM引數說明ASM
- nofile引數的學習與整理
- Oracle引數-隱藏引數Oracle
- 12.MyBatis學習--對映檔案_引數處理_單個引數&多個引數&命名引數MyBatis
- oracle 引數Oracle
- SpringMVC學習(三)對映請求引數&請求引數SpringMVC
- goldengate學習-安裝篇Go
- FAST_START_MTTR_TARGE 引數學習AST
- 【AIX 命令學習】lsvg 命令引數使用!AISVG
- Data Guard 學習之引數設定