- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
* * * * IGNOREINSERTS is default * * STATOPTIONS [REPORTFETCH | NOREPORTFETCH] -- useful for debugging fetch issue * * Replicat reads GoldenGate trail files sequentially, and processes inserts, updates and deletes that meet your criteria. GoldenGate trail files are simply queues for the Replicat. Each record header in the trail file provides information about the database change record. Replicat reads extracted data in blocks to maximize throughput. Alternatively, you can filter out the rows you do not wish to deliver, as well as perform data transformation prior to replicating the data. Replicat supports a high volume of data replication activity. As a result, network activity is block-based rather than a record-at-a-time. Database operations used to deliver the data are executed using native call. You can configure multiple REPLICAT processes for increased throughput. When replicating, REPLICAT preserves the boundaries of each transaction so that the target database has the same degree of integrity as the source. Small transactions can be grouped into larger transactions to improve performance. REPLICAT uses a checkpointing scheme so changes are processed exactly once. After a graceful stop or a failure, processing can be restarted without repetition or loss of continuity. * The MAP parameter establishes a relationship between one source and one target file (or table). Insert, update and delete records originating in the source file are replicated in the target file. With MAP, you can replicate particular subsets of data to the target file, for example, WHERE (STATE = “CA”). In addition, FILE enables the user to map certain fields or columns from the source record into the target record format (“column mapping”). You can also include a FILTER command to evaluate data provided built-in functions for more complex filtering criteria A table or file can appear in multiple maps as either source or target. For example, one might replicate a “sales” file to eithe
文档评论(0)