Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Oracle Goldengate 12c Implementers Guide

You're reading from  Oracle Goldengate 12c Implementers Guide

Product type Book
Published in Jul 2015
Publisher
ISBN-13 9781785280474
Pages 422 pages
Edition 1st Edition
Languages

Table of Contents (21) Chapters

Oracle GoldenGate 12c Implementer's Guide
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Getting Started Installing and Preparing GoldenGate Design Considerations Configuring Oracle GoldenGate Configuration Options Configuring GoldenGate for HA Advanced Configuration Managing Oracle GoldenGate Performance Tuning Troubleshooting GoldenGate The Future of GoldenGate GGSCI Commands
GoldenGate Installed Components
Acronyms
Index

Diagnosing a slow Extract


Until now, we have discussed the performance of Replicat because this generally requires tuning, whether it be adjusting the integrated parameters or adding additional processes. Occasionally, however, the Extract process may be slow, but before we tune, we must diagnose. Typically, slow performance lies with I/O operations, but let's perform the following steps to find the root cause for our Extract running in the classic capture mode:

  1. Firstly, collect the Extract's statistics using the STATS command:

    GGSCI (db12server01) 1>  stats EOLTP01, totalsonly *, reportrate sec
    GGSCI (db12server01) 2>  stats EOLTP01, totalsonly *, reportrate min
    
  2. Copy the Extract's parameter file to a test parameter file as follows:

    $ cp ./dirprm/EOLTP01.prm ./dirprm/ETEST.prm
    
  3. Add the TESTMAPPINGSPEED parameter to the test Extract parameter file, as shown in the following code:

    TESTMAPPINGSPEED
    REPORTCOUNT EVERY 5000 RECORDS
    
  4. Add the test Extract process group ETEST with begin now timestamp...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}