Call (800) 766-1884 for Oracle support & training
Free Oracle Tips


Oracle Consulting Support
Oracle Upgrades
Use New Oracle Features
Oracle Replication Support
Oracle Training
Remote Oracle DBA
System Documentation
Oracle Tips
Oracle Performance
 

Free Oracle Tips


 

HTML Text

BC Oracle tuning

Oracle training

Oracle support

Remote Oracle

 

 

   
  Oracle Tips by Burleson

Oracle Streams
Chapter 7 -
Monitoring and Troubleshooting Oracle Streams

Capture Related Useful SQL Queries

The v$streams_capture and dba_capture views provide useful details about the overall Capture process and its health. The following sections present some examples.

The event enqueuing latency specifies the number of seconds between when an event was recorded in the redo log and when the event was enqueued by the Capture process. This is indicative of the lag in scanning the redo file and the preparing of LCR events by the Capture process. The lag may be caused by low buffers or the general load on the system. In this case, consideration should be given to adding parallelism to the Capture process.  Consideration should also be given to adding to the Streams buffer pool. Sometimes shortage in the Streams pool may slow the capture activity since the events will have to be written to physical table instead of keeping them in the SGA buffers.

The associated values are the event creation time, which is the time when the DML or DDL change generated the redo information for the most recently enqueued event. The enqueue time shows when the Capture process enqueued the event into its queue. These values are for a specific message number. It is a representative in nature. This needs to be verified periodically to assess the latency. Monitoring the latency delays will help DBAs identify the need for and to take corrective action. Otherwise, messages may pile up and cause a big backlog for replication


The above text is an excerpt from:

Oracle Streams
High Speed Replication and Data Sharing

ISBN 0-9745993-5-2

by Madhu Tumma
 


Download your Oracle scripts now:

www.oracle-script.com

The definitive Oracle Script collection for every Oracle professional DBA

  
 

Oracle performance tuning software 
 
 
 
 

Oracle performance tuning book

 

 
 
 
Oracle performance Tuning 10g reference poster
 
 
 
Oracle training in Linux commands
 
Oracle training Excel
 
Oracle training & performance tuning books
 

 

   

Copyright © 1996 -  2011 by Burleson Enterprises. All rights reserved.

Oracle® is the registered trademark of Oracle Corporation.