| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
DBMS_LOGMNR_CDC_SUBSCRIBE, 8 of 9
The subscriber calls this procedure to notify the capture system it is finished processing a block of changes. The PURGE_WINDOW procedure sets the low-water mark so that the subscription no longer sees any data, effectively making the subscription window empty.
|
DBMS_CDC_SUBSCRIBE.PURGE_WINDOW( |
|
|
IN NUMBER) |
|
| Parameter | Description |
|---|---|
|
subscription_handle |
Unique number of the subscription handle that was returned by a previous call to the |
| Exception | Description |
|---|---|
|
|
Subscription handle does not exist or handle does not belong to this user. Call the function again with a valid subscription handle. |
|
|
The subscription handle must be activated before you use the |
|
|
The subscriber view was not dropped prior to making this call. Call the DROP_SUBSCRIBER_VIEW Procedure and then try the original command again. |
PURGE_WINDOW procedure. By this action the subscriber performs the following functions:
The Change Data Capture system manages the change data to ensure that it is available as long as there are subscribers who need it.
EXECUTE sys.DBMS_CDC_SUBSCRIBE.PURGE_WINDOW ( \ SUBSCRIPTION_HANDLE=>:subhandle);
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|