Oracle GoldenGate Best Practice - sample parameter files (文件 ID 1321696.1)
Oracle GoldenGate Best Practice - sample parameter files (文件 ID 1321696.1)
修改時間:2012-11-13型別:WHITE PAPER
Oracle GoldenGate Best Practice
May 2011
Oracle GoldenGate sample parameter files
Objective: This paper provides sample example of Oracle GoldenGate parameter files that can be used to configure Oracle GoldenGate replication setup inline with recommended best practices. The example is generic and can serve as a starting point for a more customized Oracle GoldenGate implementation
Process name: Manager
Description: Manager is GoldenGate's parent process and is responsible for the management of GoldenGate processes, resources, user interface, and the reporting of thresholds and errors.
Manager parameter file (Sample)
-- Manager port number
PORT
-- As a Manager parameter, PURGEOLDEXTRACTS allows to manage trail
-- files in a centralized fashion and take into account multiple
-- processes.
PURGEOLDEXTRACTS
-- Start one or more Extract and Replicat processes automatically after -- they fail. AUTORESTART provides fault tolerance when something
-- temporary interferes with a process, such as intermittent network
-- outages or programs that interrupt access to transaction logs.
AUTORESTART EXTRACT *, RETRIES
--This is to specify a lag threshold that is considered critical,
--and to force a warning message to the error log. Lagreport parameter
--specifies the interval at which manager checks for extract / replicat --lag.
LAGREPORTMINUTES
LAGCRITICALMINUTES
Process name: Extract
Description: The Extract process captures either full data records or transactional data changes, depending on configuration parameters, and then sends the data to a target system to be applied to target tables or processed further by another process, such as a load utility.
Extract parameter file (Sample)
-- ###################################################################
-- Runcmd: ADD EXTRACT
-- Runcmd: ADD EXTTRAIL
-- EXTRACT
-- Name of the extract process. Limited to 8 charecters.
EXTRACT
-- DB environment settings
SETENV (ORACLE_HOME = "
SETENV (ORACLE_SID="
-- OGG database user login
USERID
-- Local trail info
EXTTRAIL
-- Prevent data looping. This is generally used in bi-directional
-- configuration
TRANLOGOPTIONS EXCLUDEUSER
-- ASM login info (Oracle only. If db is using ASM)
TRANLOGOPTIONS ASMUSER sys@
--DBLOGREADER enables Extract to use a read buffer size of up to 4 MB --- in size. A larger buffer may improve the performance of Extract when -- redo rate is high. The db has to be 10.2.0.5 or higher to use
-- this feature. If DBLOGREADER parameter is in place then the above
-- ASMUSER parameter should not be used.
TRANLOGOPTIONS DBLOGREADER, DBLOGREADER BUFSIZE [x], BUFSIZE [y]
--DDL replication parameters
DDL INCLUDE ALL, EXCLUDE OBJNAME "
DDLOPTIONS ADDTRANDATA
--Discard file location.
DISCARDFILE
-- Use the DISCARDROLLOVER parameter to set a schedule for aging discard --files.
DISCARDROLLOVER AT
-- Use the REPORTROLLOVER parameter to force report files to age on a
-- regular schedule, instead of when a process starts
REPORTROLLOVER AT
-- Use the REPORTCOUNT parameter to report a count of transaction
-- records that Extract or Replicat processed since startup
REPORTCOUNT EVERY
-- Use the FETCHOPTIONS parameter to control certain aspects of the way -- that GoldenGate fetches data
FETCHOPTIONS, USESNAPSHOT, NOUSELATESTVERSION, MISSINGROW REPORT
STATOPTIONS REPORTFETCH
-- Warn for long running txns
WARNLONGTRANS
-- List of tables
Table
相關文章
- Oracle GoldenGate Best Practice - Testing Maximum Performance of Disks in UNIX [ID 1356855.1]OracleGoORM
- Oracle Server Parameter FilesOracleServer
- 【MOS】Parameter FILESIZE - Multiple Export Files (文件 ID 290810.1)Export
- oracle goldengate 引數詳解(轉MOS:Oracle GoldenGates ample parameter files)OracleGo
- Initialization Parameter Files and Server Parameter Files (287)Server
- Best Practice in Writing
- Oracle 12.2 RAC on Linux Best Practice DocumentationOracleLinux
- css best practice for big team and projectCSSProject
- Special Characters in Initialization Parameter Files
- Rules Governing Initialization Parameter FilesGo
- BATCHSQL--GoldenGate ParameterBATSQLGo
- webpack-best-practice-最佳實踐-部署生產Web
- Backing Up Server Parameter Files with RMANServer
- 【metalink】Export/Import DataPump Parameter TRACE (文件 ID 286496.1)ExportImport
- Oracle GoldenGate 11g官方文件Administrator’s GuideOracleGoGUIIDE
- 【goldengate】官方文件筆記三 Oracle GoldenGate 實時報表Go筆記Oracle
- INSERTDELETES&NOINSERTDELETES--GoldenGate ParameterdeleteGo
- Analyze Core Files for Oracle Goldengate Processes on Unix/Linux_1360352.1OracleGoLinux
- Oracle ParameterOracle
- 【goldengate】官方文件筆記二 Oracle GoldenGate 處理介面(GGSCI)Go筆記Oracle
- oracle GoldenGate Veridata配置OracleGo
- 轉:Oracle GoldenGate VeridataOracleGo
- Oracle GoldenGate 11g官方文件Administrator’s Guide續四OracleGoGUIIDE
- Oracle GoldenGate 11g官方文件Administrator’s Guide續三OracleGoGUIIDE
- Oracle GoldenGate 11g官方文件Administrator’s Guide續二OracleGoGUIIDE
- Oracle GoldenGate 11g官方文件Administrator’s Guide續一OracleGoGUIIDE
- best practice of rebuild your partition table local index online by using: "update indexes"RebuildIndex
- Oracle FilesOracle
- 【goldengate】官方文件筆記四 Oracle GoldenGate實時資料分佈Go筆記Oracle
- 【goldengate】官方文件筆記五 Oracle GoldenGate實時資料倉儲Go筆記Oracle
- Oracle GoldenGate Veridata 12.1.3OracleGo
- OMF (Oracle Managed Files) Usage for Datafiles [ID 137482.1]Oracle
- goldengate實施文件Go
- Oracle OAF(Oracle Application Framework) SampleOracleAPPFramework
- 【GoldenGate】Oracle GoldenGate Veridata 安裝配置與應用GoOracle
- Create a New Parameter ID
- oracle 11g show parameter顯示隱含引數hidden parameter_x$ksppiOracle
- 4.3.2.2.2 Oracle Managed FilesOracle