Oracle Golden Gate 12c | 19c Certification Training

Viswa Online Trainings is one of the world’s leading online IT training providers. We deliver a comprehensive catalog of courses and online training for freshers and working professionals to help them achieve their career goals and experience our best services.

4627 Reviews 4.9
4.7/5

Learners : 1080

Duration :  25 Days

About Course

GoldenGate is a lightweight, log-based software. Interestingly, it’s popularly known as Oracle GoldenGate but it wasn’t initially an Oracle product. Oracle Golden Gate current release of it, 12.1.2, matches with the latest release of the Oracle database – 12c. The genesis of GoldenGate was inspired by its founders to make data replication happen easily, seamlessly, and not just between Oracle databases, but also between Oracle and non-Oracle databases. That’s why GoldenGate brings a very unique heterogeneous environment support. Enroll now and get certified in it.

Oracle Golden Gate Training Course Syllabus

Technology Overview

✔ Creating Oracle GoldenGate Topologies
✔ Reviewing Oracle Golden Gate Use Cases
✔ Assembling Building Blocks
✔ Listing Supported OS
✔ Listing Supported Databases
✔ Listing the Oracle GoldengGate Product Line
✔ Listing Non-Database Sources and Targets

Oracle Golden Gate Architecture

✔ Describing Oracle Golden Gate Process Groups
✔ Explaining Change Capture and Delivery (with and without a Data Pump)
✔ Explaining Initial Data Load
✔ Contrasting Batch and Online Operation
✔ Explaining Oracle Golden GateCheckpointing
✔ Describing Commit Sequence Numbers (CSN)
✔ Describing Oracle GoldenGate Files and Directories

Configuration Overview and Preparing the Environment

✔ Reviewing Configuration Overview
✔ Configuring Manager Process
✔ Creating Source Definitions
✔ Preparing the Source Database
✔ Assigning Oracle Database Roles/Privileges Required
✔ Using DBMS_GOLDENGATE_AUTH Package

Installing Oracle Golden Gate

✔ Listing System Requirements
✔ Performing Installation
✔ Configuring Environment Variables
✔ Using GGSCI
✔ Running Oracle Golden Gate from the OS shell.

Configuring Change Capture (Extract)

✔ Reviewing Extract Overview
✔ Configuring Extract Tasks
✔ Adding Extract Group
✔ Editing Extract Parameters
✔ Extracting Use of Archived Transaction Logs
✔ Adding Trails

Configuring Change Delivery (Replicat)

✔ Reviewing Replicat Overview
✔ Configuring Replicat Tasks
✔ Configuring a Sample Environment
✔ Configuring New Integrated Replicat

Configuring Extract Trails and Files (Data Pump)

✔ Reviewing Extract Trails and Files Overview
✔ Describing Trail Formats
✔ Using Logdump for Viewing Trails
✔ Reversing the Trail Sequence
✔ Configuring and Using Data Pumps

Performing Initial Load

✔ Oracle Golden Gate Methods
✔ Listing Database-specific Methods
✔ Describing Resource Limitations
✔ Listing Advantages of Oracle GoldenGate Methods
✔ Configuring Direct Load Methods
✔ Handling Collisions with Initial Load

Editing Configuration Parameters

✔ Editing Parameter Files
✔ Contrasting GLOBALS versus Process Parameters
✔ Configuring GLOBALS Parameters
✔ Configuring Manager Parameters
✔ Configuring Extract Parameters
✔ Configuring Replicat Parameters

Filtering and Data Selection

✔ Filtering and Data Selection
✔ Mapping Columns Between Different Schemas
✔ Using Built-in “@” (at) Functions
✔ Using SQLEXEC to Interact Directly with a Database
✔ Configuring New Coordinated Replicat

Bidirectional Replication

✔ Reviewing Bidirectional Considerations
✔ Detecting Loops
✔ Avoiding Conflicts
✔ Configuring and Using Conflict Detection and Resolution
✔ Describing Identity Types Issues

DDL Replication

✔ Reviewing Data Description Language Replication Overview
✔ Configuring and Using Options for DDL Replication
✔ Configuring and Using String Substitution in DDL

Oracle Golden gate DBA Views for Troubleshooting

✔ Accessing knowledge Documents – Mailing lists, Oracle GoldenGate forums, etc.
✔ Consulting the Documentation
✔ Getting familiar with the ShowSyntax parameter
✔ Getting familiar with the log dump utility

Basic and Startup Problems

✔ Getting familiar with basic problems
✔ Developing the ability to deal with Extract and Replicatstartup issues
✔ Verifying file names, file permissions, consistency between Extract and Replicat group names and their supporting files
✔ Verifying consistent naming conventions when defining trail files and their reference in the Extract/Replicat parameter files
✔ Verifying that the correct software version has been installed
✔ Verifying that the Oracle GoldenGate manager is running, that the group name which fails to start exists and is not misspelt
✔ Verifying that the parameter file exists and has the same name as the Extract/Replicat group, and is accessible by Oracle GoldenGate
✔ Introducing the use of CHECKPARAMS to verify that the parameter syntax is correct

Data Extraction Problems

✔ Developing the ability to deal with and troubleshoot data extraction issues: Extract is slow – Extract abends – Data pump abends
✔ Analyzing various causes of a slow Extract startup
✔ Tracing may be enabled, activity logging may be enabled, and many columns listed in tables being replicated
✔ Introducing the use of the CacheMgr parameter to control the virtual memory and temporary disk space that is available for caching uncommitted transaction data
✔ In-depth analysis of abending Extracts: is Extract unable to open the transaction logs? – Checking to see if the disk is full -Is an archive log missing?
✔ In-depth analysis of abending data pumps: Does the data pump abend with error number 509 (“Incompatible record”)? Have the source tables been changed? Is the Extract abending due to data manipulation?
✔ Was the primary Extract or the data pump stopped, re-added, or restarted without resetting the data pump’s read position in the local trail?

Data Replication Problems

✔ Developing the ability to deal with and troubleshoot data replication issues:
✔ Analyzing the various causes of a “stuck” Replicat: Does “Stats Replicat” return no statistics? Do successive “Info Replicat” commands indicate that the Replicat read checkpoint is not moving?
✔ Verifying that the Replicat is reading the trail to which Extract is writing
✔ Analyzing the reasons why a Replicat abends: Is Replicat unable to locate a trail? Is Replicat unable to open a trail file? Was “Add TranData” issued for each table?

Missed Transactions

✔ Developing the ability to deal with and troubleshoot missed transactions involving issues such as Tables that are not properly specified – Missing” Add TranData” command – LOB data not replicating
✔ Analyzing the reasons why transactions are not being processed: Were the tables included in Table and Map statements? Are fully qualified names (owner. table) used for both Table and Map?
✔ ‘Single quotes’ on object names imply case-sensitive names for some databases (including the Oracle database)
✔ Are the transactions coming out of the source system properly?

Mapping and Synchronization Problems

✔ Developing the ability to deal with and troubleshoot mapping problems, such us: Fetching from the source data fails – Table and column names not matching between the source and the target
✔ Analyzing the causes of various mapping problems: Is Extract returning fetch-related errors? Was the row containing the data deleted?
Has the undo retention expired?
✔ Is “NoUseLatestVersion” for “FetchOptions” being used?
✔ Do the source and target tables exist in the databases? Are they specified correctly in the Table or Map statement? Are their names fully qualified (schema. table)?
✔ Do table and column names contain only supported characters?
✔ Are WHERE clauses comparing different data types?
✔ Is KeyCols being used? Are both source and target KeyCols being used? Corresponding source and target columns must match.

SQLEXEC, File-Maintenance, and Other Problems

✔ Developing the ability to deal with and troubleshoot :
✔ SQLEXEC problems – File maintenance problems – Time differences – Too many open cursors
✔ File-Maintenance Problems: Discard File Is Not Created – Discard File Is Too Big – Trail File Is Too Big
✔ Miscellaneous Problems: Time Differences – INFO Command Shows Incorrect Status

“Classic” Performance Tuning

✔ Identifying causes of slow startups
✔ Monitoring lag and statistics
✔ Tuning Manager
✔ Identifying network and disk bottlenecks
✔ Tuning “Classic” Extract
✔ Tuning “Classic” Replicat

“Integrated” Performance Tuning

✔ Describing architecture and advantages of the new Integrated capture
✔ Describing architecture and advantages of the new Integrated delivery
✔ Familiarizing with the new V$ tables holding real-time Oracle GoldenGate statistics

“Integrated” Capture and Delivery Troubleshooting

✔ Familiarizing with Troubleshooting Aids and Tools for Integrated Replication
✔ Describing Oracle Golden Gate Healthcheck for Integrated Replicat
✔ Describing the Oracle Database 12c Oracle Golden Gate AWR report

LogDump

Frequently Used GGSCI Commands

Live Instructor Based Training With Software
Lifetime access and 24×7 support
Certification Oriented content
Hands-On complete Real-time training
Get a certificate on course completion
Flexible Schedules
Live Recorded Videos Access
Study Material Provided

Oracle Golden Gate Training - Upcoming Batches

7th NOV 2022

8 AM IST

Weekday

Coming Soon

AM IST

Weekday

5th NOV 2022

8 AM IST

Weekend

Coming Soon

AM IST

Weekend

Don't find suitable time ?

CHOOSE YOUR OWN COMFORTABLE LEARNING EXPERIENCE

Live Virtual Training

  • Schedule your sessions at your comfortable timings.
  • Instructor-led training, Real-time projects
  • Certification Guidance.
Preferred

Self-Paced Learning

  • Complete set of live-online training sessions recorded videos.
  • Learn technology at your own pace.
  • Get access for lifetime.

Corporate Training

  • Learn As A Full Day Schedule With Discussions, Exercises,
  • Practical Use Cases
  • Design Your Own Syllabus Based
For Business

Oracle Golden Gate Training FAQ'S

What type of Topology does Goldengate support?

  • Unidirectional
  • Bidirectional
  • Peer-to-peer
  • Broadcast
  • Consolidation
  • Cascading

What are the main components of the Goldengate replication?

  • Manager
  • Extract
  • Pump
  • Replicate

What database does GoldenGate support for replication?

  • Oracle Database
  • TimesTen
  • MySQL
  • IBM DB2
  • Microsoft SQL Server
  • Informix
  • Teradata
  • Sybase
  • Enscribe
  • SQL/MX

Get ahead in your career by learning Oracle Golden Gate through VISWA Online Trainings

What transaction types does Goldengate support for Replication?

Goldengate supports both DML and DDL Replication from the source to target.

What are the supplemental logging pre-requisites?

The following supplemental logging is required.

  • Database supplemental logging
  • Object-level logging

Reviews

vishal meda
vishal meda
2023-04-15
They give trainings properly and trainers are well versed with them where i recommend to all viswa trainings are good!!
Ntr fan
Ntr fan
2023-04-01
I just finished sap bods training in Hyderabad. Excellent course and curriculum 100% doubt clarification sessions. Thanks Chaitanya
Shiva Krishna
Shiva Krishna
2023-04-01
I recently completed informatica online training with Chaitanya. Course was built by excellent trainer. And process of learning was streamlined. Thanks
Mohammad ali syed
Mohammad ali syed
2023-03-27
It was great and smooth understandable training. You can learn lots.
Govinda Bhatia
Govinda Bhatia
2023-03-19
Not recommended as there will be no server access working to do practical after training. Also there will be no fix for the same. So it's wastage of money. If server access not at all working then no meaning to provide server access. Also it not working for single day properly. Need to followup daily but in response you told will fix that sir at home once he will back will fix. After he came back again it's not working and not able to fix for single day also Every time new excuse it's wastage of money.
M Leela mohan
M Leela mohan
2023-03-15
I took SQL Server and MSBI Online training with Murali Krishna. I must say the course content was highly qualitative and the trainer covered all concepts. Overall it was a good experience with VISWA Online Trainings.
HARIKRISHNA BANDLA
HARIKRISHNA BANDLA
2023-03-13
Attended live Virtual training for IoT Trainer was very good. He had excellent knowledge of IoT and was very good at explaining concepts in detail.…
Lakshmi Lakshmi
Lakshmi Lakshmi
2023-01-18
Best sap commerce cloud and Spartacus training institute in india. He provides a great mix of listening, speaking, and practical learning activities and a very safe, supportive learning environment. He maintains a friendly relationship with the students during class. He not only teaches but also monitors our practice status on daily basis.
Ch Chandranath
Ch Chandranath
2023-01-18
I have undergone Oracle Tuning training. I can proudly say that this is one of the best training institutes available in the market. The way Mr. Kumar teaches the concepts and makes them understandable is very commendable and unique. Even a novice can clearly understand the concepts clearly after attending his classes.

Quick Links