• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

Oracle GoldenGate: GLOBALS Sample Parameter File

by admin

This post provides a sample example of Oracle GoldenGate parameter files that can be used to configure Oracle GoldenGate replication setup in line with recommended best practices. The example is generic and can serve as a starting point for a more customized Oracle GoldenGate implementation.

The GLOBALS file stores parameters that relate to the GoldenGate instance as a whole, as opposed to runtime parameters for a specific process.

Process name: Replicat
Description: The Replicat process reads data extracted by the Extract process and applies it to target tables or prepares it for use by another application, such as a load application.

Globals parameter file (Sample)

-- Specifies the name of the Manager process when it is installed as a Windows service.
MGRSERVNAME [mgr service name]

-- Specifies a default checkpoint table
CHECKPOINTTABLE [owner.tablename]

-- Specifies the name of the schema that contains the database objects that support DDL
-- synchronization for Oracle
GGSCHEMA [schema name]

-- Specifies a non-default name for the DDL history table that supports DDL
-- synchronization for Oracle.
DDLTABLE [table name]

-- Specifies a non-default name for the DDL marker table that supports DDL
-- synchronization for Oracle
MARKERTABLE [table name]
Oracle GoldenGate: GLOBALS Sample Parameter File
Oracle GoldenGate: Manager Sample Parameter File
Oracle GoldenGate: Extract Sample Parameter File
Oracle GoldenGate: Pump (Extract) Sample Parameter File
Oracle GoldenGate: Replicat Sample Parameter File

Filed Under: GoldenGate, oracle

Some more articles you might also be interested in …

  1. How to recreate Control file in Oracle Database
  2. How to Turn Archiving ON and OFF in Oracle database
  3. ORA-16713: The Oracle Data Guard broker command timed out When Changing LogXptMode
  4. Automatic Undo Management and Oracle RAC
  5. RMAN Restore/Duplicate Performs Implicit Crosschecking and Cataloging
  6. Oracle RAC instabilities due to firewall (netfilter/iptables) enabled on the cluster interconnect
  7. How to set the db_file_name_convert and log_file_name_convert parameters
  8. Dynamic Oracle Net Server Tracing
  9. How to Roll Forward a standby database using RMAN incremental backup in 11g
  10. ORA-354 ORA-353 and ORA-312: Possible corruption in Online Redo Log File Members in a Redo Log Group

You May Also Like

Primary Sidebar

Recent Posts

  • raw: command not found
  • raw Command Examples in Linux
  • rankmirrors Command Examples in Linux
  • radeontop: command not found

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright