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

v$streams_apply_server

Some of the fields that are useful in the monitoring of the Apply activity are as follows:

  • server_id – The parallel execution server number of the Apply server.
     

  • total_assigned – The total number of transactions assigned to the Apply server since the Apply process was last started.
     

  • total_messages_applied – The total number of messages applied by this Apply server since the Apply process was last started.
     

  • applied_message_number – The number of the last message applied.
     

  • elapsed_dequeue_time – The time elapsed, in hundredths of a second, during the dequeuing of messages since the Apply process was last started.
     

  • elapsed_apply_time – The time elapsed, in hundredths of a second, during the applying of messages since the Apply process was last started.

The following SQL statement shows some useful statistics related to messages applied:

select SID, APPLY_NAME, TOTAL_ASSIGNED, TOTAL_ADMIN, TOTAL_MESSAGES_APPLIED,ELAPSED_DEQUEUE_TIME ,
ELAPSED_APPLY_TIME from V$STREAMS_APPLY_SERVER
/


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.