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

Determining Redo Log Scanning Latency

The latency in seconds returned by the above query is the difference between the current time, SYSDATE, and the event creation time. The seconds since last status is the difference between SYSDATE and the current process time.

The view v$capture_process shows elapsed times for the various activities as shown below:

  • elapsed_capture_time – The elapsed time, in hundredths of a second, scanning for changes in the redo log since the Capture process was last started.
     

  • elapsed_rule_time – The elapsed time, in hundredths of a second, evaluating rules since the Capture process was last started.
     

  • elapsed_enqueue_time – The elapsed time, in hundredths of a second, messages have been enqueuing since the Capture process was last started.
     

  • elapsed_lcr_time - The elapsed time, in hundredths of a second, LCRs have been creating since the Capture process was last started.
     

  • elapsed_redo_wait_time – The elapsed time, in hundredths of a second, spent by the Capture process in the WAITING FOR REDO state.

These times tell the DBA where the Capture process is spending most of its time. In this way, the problem area can be pinpointed as a way to tune the process.

The following SQL shows a sample query to verify the timings:


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.