For Oracle support & training call (800) 766-1884
Free Oracle Tips

Home
Oracle Tips
Oracle Code Depot
Oracle Monitoring
Oracle Consulting
Oracle Training
Oracle News
Oracle Forum
Oracle Support





 

Free Oracle Tips

image

 
HTML Text

Free Oracle App Server Tips

image

 
HTML Text


Privacy Policy

Redneck

Dress Code

Oracle tuning

Oracle training

Oracle support

Remote Oracle


 

   
  Oracle Tips by Burleson

Oracle Streams
Chapter 5 -
Apply Process Configuration

Setting the Apply Parameters

NOTE: The parameter value is always entered as a VARCHAR2 even if the parameter value is a number.

How can the DBA see what parameters are currently set for an Apply process? The dba_apply_parameters view can be used to list the parameters set for a particular Apply process.

The following SQL statement displays the current setting for each Apply process parameter:

col apply_name format a12
col PARAMETER format a25
col value format a20
 
SELECT APPLY_NAME,PARAMETER,VALUE, SET_BY_USER
FROM DBA_APPLY_PARAMETERS;
/

APPLY_NAME   PARAMETER                 VALUE                SET
------------ ------------------------- -------------------- ---
LN4_APPLY    PARALLELISM               3                    YES
LN4_APPLY    STARTUP_SECONDS           0                    NO


The above text is an excerpt from:

Oracle Streams
High Speed Replication and Data Sharing

ISBN 0-9745993-5-2

by Madhu Tumma
 


For more details and scripts, see my new book " Oracle Tuning: The Definitive Reference", over 900 pages of BC's favorite tuning tips & scripts. 

You can buy it direct from the publisher for 30%-off and get instant access to the code depot.

  
 

 
 
 
 
Oracle performance tuning software
 
 

 

 
 
 
Oracle performance Tuning 10g reference poster
 
 
 
Oracle training in Linux commands
 
Oracle training Excel
 
Oracle training & performance tuning books
 

 

Fast-Track Oracle Support
PO Box 511
Kittrell, NC 27544


Email BC: