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_error

COLUMN APPLY_NAME HEADING 'Apply|Process'                         FORMAT A15
COLUMN SOURCE_DATABASE HEADING 'Source|Database' FORMAT A16
COLUMN SOURCE_COMMIT_SCN HEAD 'Source|CommitSCN' FORMAT 9999999999
COLUMN LOCAL_TRANSACTION_ID HEADING 'Local|Trans ID' FORMAT A12
COLUMN ERROR_NUMBER HEADING 'Error |Number'             FORMAT 9999999
COLUMN ERROR_MESSAGE HEADING 'Error Message'             FORMAT A40
COLUMN MESSAGE_COUNT HEADING 'Events in|ErrTrans' FORMAT 999999

SELECT APPLY_NAME, SOURCE_COMMIT_SCN ,
MESSAGE_NUMBER  , SOURCE_DATABASE,
LOCAL_TRANSACTION_ID, ERROR_NUMBER,
ERROR_MESSAGE, MESSAGE_COUNT
FROM DBA_APPLY_ERROR
order by SOURCE_COMMIT_SCN
/

In the latter part of this chapter, an example has been included on how to display the full details of the error transaction. The full details obtained will help to show the problems involved.

dba_apply_execute

This view displays information about Apply execute actions for the rules in the database.


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.