Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Oracle Goldengate 12c Implementers Guide
  • Table Of Contents Toc
Oracle Goldengate 12c Implementers Guide

Oracle Goldengate 12c Implementers Guide

By : John P Jeffries
4.4 (10)
close
close
Oracle Goldengate 12c Implementers Guide

Oracle Goldengate 12c Implementers Guide

4.4 (10)
By: John P Jeffries

Overview of this book

The book is aimed at Oracle database administrators, project managers, and solution architects who wish to extend their knowledge of GoldenGate. The reader is assumed to be familiar with Oracle databases. No knowledge of GoldenGate is required.
Table of Contents (16 chapters)
close
close
12
A. GGSCI Commands
13
B. GoldenGate Installed Components
14
C. Acronyms
15
Index

Viewing integrated parameters


Integrated capture was first introduced in Oracle GoldenGate 11g Release 2. Now, in 12c, Oracle offers the Integrated Replicat as a new feature. In the previous section, we discussed a number of performance tuning tips, including how to adjust GoldenGate's integrated parameters. There are many of these including underscore (hidden) parameters that should only be adjusted under guidance from Oracle support.

To view the current configuration in your GoldenGate enterprise, it is possible to query the Oracle Streams table (streams$_process_param) on both source and target databases, as shown in the following code:

SQL> col NAME format a35
SQL> col VALUE format a10
SQL> select decode(process_type,1,'APPLY',2,'CAPTURE') process_name,
  2  name, value
  3  from sys.streams$_process_params
  4  order by 1,2;

PROCESS NAME                                VALUE
------- ----------------------------------- ----------
APPLY   ALLOW_DUPLICATE_ROWS                N...
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Oracle Goldengate 12c Implementers Guide
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon