| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
DBMS_LOGMNR_CDC_SUBSCRIBE, 4 of 9
The ACTIVATE_SUBSCRIPTION procedure indicates that a subscription is ready to start accessing change data.
|
DBMS_CDC_SUBSCRIBE.ACTIVATE_SUBSCRIPTION ( |
|
|
IN NUMBER) |
|
| Parameter | Description |
|---|---|
|
subscription_handle |
Unique number of the subscription handle that was returned by a previous call to the |
ACTIVATE_SUBSCRIPTION procedure indicates that you are finished subscribing to tables, and the subscription is ready to start accessing data.
EXTEND_WINDOW procedure to see the initial set of change data.
EXECUTE sys.DBMS_CDC_SUBSCRIBE.ACTIVATE_SUBSCRIPTION( \SUBSCRIPTION_HANDLE=>:subhandle);
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|