Call now: 252-767-6166  
Oracle Training Oracle Support Development Oracle Apps

 
 Home
 E-mail Us
 Oracle Articles
New Oracle Articles


 Oracle Training
 Oracle Tips

 Oracle Forum
 Class Catalog


 Remote DBA
 Oracle Tuning
 Emergency 911
 RAC Support
 Apps Support
 Analysis
 Design
 Implementation
 Oracle Support


 SQL Tuning
 Security

 Oracle UNIX
 Oracle Linux
 Monitoring
 Remote s
upport
 Remote plans
 Remote
services
 Application Server

 Applications
 Oracle Forms
 Oracle Portal
 App Upgrades
 SQL Server
 Oracle Concepts
 Software Support

 Remote S
upport  
 Development  

 Implementation


 Consulting Staff
 Consulting Prices
 Help Wanted!

 


 Oracle Posters
 Oracle Books

 Oracle Scripts
 Ion
 Excel-DB  

Don Burleson Blog 


 

 

 


 

 

 

 

 

Oracle asynchronous change data capture

Oracle Database Tips by Donald Burleson

Oracle has implemented an asynchronous change data capture (ACDC) mechanism for replication propagation and here are my notes on asynchronous change data capture:

Mark Rittman has great notes on setting parameters for asynchronous data change data capture:

The first thing we want to do then is set up the source and target databases to work with change data capture. The source database has to be in ARCHIVELOG mode, and both databases have to have GLOBAL_NAMES=TRUE set, and in particular the source database has to have the following parameters set:
  • compatible='9.2.0.0.0'   or higher
  • global_names=TRUE
  • job_queue_processes=2
  • log_archive_dest_1='LOCATION=<full path>'
  • log_archive_format='%t_%s.dbf'
  • log_parallelism=1
  • open_links=4
  • open_links_per_instance=4
  • parallel_max_servers=3
  • processes=150
  • undo_retention=3600

(note that I couldn't set LOG_PARALLELISM=1 on my 10gR1 database as this only existings for 9i, so I left this as it was, and I also couldn't start up the database afterwards when I set the LOG_ARCHIVE_FORMAT to '%t_%s.dbf', it complained about wanting a '%r_' in there as well, so I left that one as the default value.)

The destination database needs to have the following parameters set:

  • compatible='10.2.0.1.0'
  • global_names=TRUE
  • open_links=4
  • open_links_per_instance=4
  • parallel_max_servers=2
  • processes=150
  • java_pool_size=50M
  • streams_pool_size=50M

 

 


 

 

��  
 
 
Oracle Training at Sea
 
 
 
 
oracle dba poster
 

 
Follow us on Twitter 
 
Oracle performance tuning software 
 
Oracle Linux poster
 
 
 

 

Burleson is the American Team

Note: This Oracle documentation was created as a support and Oracle training reference for use by our DBA performance tuning consulting professionals.  Feel free to ask questions on our Oracle forum.

Verify experience! Anyone considering using the services of an Oracle support expert should independently investigate their credentials and experience, and not rely on advertisements and self-proclaimed expertise. All legitimate Oracle experts publish their Oracle qualifications.

Errata?  Oracle technology is changing and we strive to update our BC Oracle support information.  If you find an error or have a suggestion for improving our content, we would appreciate your feedback.  Just  e-mail:  

and include the URL for the page.


                    









Burleson Consulting

The Oracle of Database Support

Oracle Performance Tuning

Remote DBA Services


 

Copyright © 1996 -  2020

All rights reserved by Burleson

Oracle ® is the registered trademark of Oracle Corporation.