Previous |
Next |
This topic contains instructions for setting apply process parameters in Enterprise Manager. Apply process parameters control the way an apply process operates. You can set a parameter to change a specific way in which an apply process operates. For example, you can change the parallelism
apply process parameter to control the number of processes that apply changes. Typically, you adjust apply process parallelism to achieve the best apply process performance.
To set an apply process parameter:
In Oracle Enterprise Manager, log in to the database as the Oracle Streams administrator.
Go to the Database Home page.
Click Data Movement to open the Data Movement subpage.
Click Manage Replication in the Streams section.
The Streams page appears, showing the Overview subpage.
Click Streams to open the Streams subpage.
Select the apply process that you want to modify in the list of components. If necessary, use the search tool to find the apply process, and then select it.
Select Edit Parameters in Action.
Click Go to open the Edit Apply page.
Modify one or more apply process parameters in the Parameters section.
See Oracle Database PL/SQL Packages and Types Reference for information about the parameters. If you change the parallelism
parameter, then the apply process automatically stops and restarts when you click Apply.
Click Apply to save your changes.
Note: You can also use the DBMS_APPLY_ADM.SET_PARAMETER
procedure to set an apply process parameter.