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

dba_apply

This view displays information about the Apply processes. This view shows basic configuration details including the status, rule set names and the apply handlers. This view helps the DBA examine and rectify any issues associated with configuration.

The following SQL statement shows details about Apply process. It gives a multi-line output for each Apply process.

select
'Apply Name          : ' || APPLY_NAME || chr(10) ||
'QUEUE_NAME          ; ' || QUEUE_NAME || chr(10) ||
'APPLY_CAPTURED      : ' || APPLY_CAPTURED || chr(10) ||
'RULE_SET_NAME       : ' || RULE_SET_NAME || chr(10) ||
'APPLY_USER          : ' || APPLY_USER    || chr(10) ||
'APPLY_DATABASE_LINK : ' || APPLY_DATABASE_LINK || chr(10) ||
'DDL_HANDLER         : ' || trim(DDL_HANDLER) || chr(10) ||
'PRECOMMIT_HANDLER   : ' || PRECOMMIT_HANDLER || chr(10) ||
'MESSAGE_HANDLER     : ' || MESSAGE_HANDLER  || chr(10) ||
'STATUS              : ' || STATUS || chr(10) ||
'MAX_APPLIED_MSG_NUM : ' || MAX_APPLIED_Message_number || chr(10) ||
'ERROR_NUMBER        : ' || ERROR_NUMBER || chr(10) ||
'ERROR_MESSAGE       : ' || ERROR_MESSAGE || chr(10) ||
'--------------------------------------------------'
apply_profile
from DBA_APPLY
/


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.