Previous |
Next |
This topic contains instructions for starting and stopping an apply process in Enterprise Manager.
An apply process might stop automatically if it encounters an error, such as attempting to update a row that does not exist in a table. When this happens, the status of the apply process is ABORTED
on the Apply subpage of the Streams page in Enterprise Manager. In this case, you should correct the error and restart the apply process.
To start or stop an apply process:
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 start or stop in the list of components. If necessary, use the search tool to find the apply process, and then select it.
In the Action list, select Enable to start a disabled or aborted apply process, or select Disable to stop an enabled apply process.
Click Go.
If you are disabling the apply process, then click Yes on the confirmation page to finish disabling it.
Note: You can also use the START_APPLY
procedure and STOP_APPLY
procedure in the DBMS_APPLY_ADM
package to start and stop an apply process.