| Oracle9i Supplied PL/SQL Packages and Types Reference Release 2 (9.2) Part Number A96612-01 |
|
This chapter describes the logical change record (LCR) types. In Streams, LCRs are message payloads that contain information about changes to a database. These changes can include changes to the data, which are data manipulation language (DML) changes, and changes to database objects, which are data definition language (DDL) changes.
When you use Streams, the capture process captures changes in the form of LCRs and enqueues them into a queue. These LCRs can be propagated from a queue in one database to a queue in another database. Finally, the apply process can apply LCRs at a destination database. You also have the option of creating, enqueuing, and dequeuing LCRs manually.
LCR types are used with the following Oracle-supplied PL/SQL packages:
DBMS_APPLY_ADMDBMS_AQDBMS_AQADMDBMS_CAPTURE_ADMDBMS_PROPAGATION_ADMDBMS_RULEDBMS_RULE_ADMDBMS_STREAMSDBMS_STREAMS_ADMDBMS_TRANSFORMThis chapter contains these topics:
|
![]() Copyright © 2000, 2002 Oracle Corporation. All Rights Reserved. |
|