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_key_columns

This view displays information about substitute key columns for all the tables in the database. Substitute key columns are set using the set_key_columns procedure in the dbms_apply_adm

The following SQL statement shows the key columns:

select OBJECT_OWNER, OBJECT_NAME, COLUMN_NAME
from DBA_APPLY_KEY_COLUMNS
/

dba_apply_parameters

This view displays information about the parameters for the Apply processes in the database. It keeps track of the Apply parameters that have been set. The combination of parameter name and its value can be displayed by the following SQL statement:

COLUMN parameter             FORMAT A20
COLUMN value                FORMAT A20
COLUMN set_by_user             FORMAT A20

SELECT apply_name, parameter, value, set_by_user
FROM DBA_APPLY_PARAMETERS
order by apply_name, parameter
/


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.