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_conflict_columns

The dba_apply_conflict_columns view displays information about conflict handlers on all tables in the database: The important fields of the view are:

  • method_name shows the name of the update handler used to resolve conflicts.
     

  • resolution_column shows the name of the column used to resolve conflicts.
     

  • column_name shows the name of a column in the column list for the update conflict handler.

The following SQL statement shows details of conflict columns:

select object_owner, object_name, method_name,
resolution_column, column_name
from dba_apply_conflict_columns
/

dba_apply_dml_handlers

This view displays information about the DML handlers on all tables in the database. The column USER_PROCEDURE shows the PL/SQL procedure assigned to function as the DML handler. OPERATION_NAME shows the type command such as Delete, Update, Insert. When ERROR_HANDLER is specified as TRUE, the DML handler becomes an Error Handler.


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.