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

Monitor the Elapsed Times

select sid, capture#, capture_name,
  ELAPSED_CAPTURE_TIME/100  capture_time ,
  ELAPSED_RULE_TIME/100  rule_time ,
  ELAPSED_ENQUEUE_TIME/100 enqueue_time ,
  ELAPSED_LCR_TIME/100 lcr_time ,
  ELAPSED_REDO_WAIT_TIME/100 redo_wait_time,
  ELAPSED_PAUSE_TIME/100  pause_time
from V$STREAMS_CAPTURE
/

In the next section, the Apply related views will be introduced.


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.