Your browser does not support JavaScript. This help page requires JavaScript to render correctly.
Skip Headers
Previous
Previous
 
Next
Next

Starting and Stopping an Apply Process

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: 

  1. In Oracle Enterprise Manager, log in to the database as the Oracle Streams administrator.

  2. Go to the Database Home page.

  3. Click Data Movement to open the Data Movement subpage.

  4. Click Manage Replication in the Streams section.

    The Streams page appears, showing the Overview subpage.

  5. Click callbackStreams to open the Streams subpage.

  6. 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.

  7. In the Action list, select Enable to start a disabled or aborted apply process, or select Disable to stop an enabled apply process.

  8. Click Go.

  9. 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.

Related Topics

Monitoring Apply Processes

Managing Apply Errors

About Change Apply

Managing Apply Processes