Skip Headers
Oracle® Database Reference
11g Release 1 (11.1)

Part Number B28320-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

DBA_CHANGE_NOTIFICATION_REGS

DBA_CHANGE_NOTIFICATION_REGS describes all change notification registrations in the database.

Related View

USER_CHANGE_NOTIFICATION_REGS describes the change notification registrations owned by the current user. This view does not display the USERNAME column.

Column Datatype NULL Description
USERNAME VARCHAR2(31)   Owner of the registration
REGID NUMBER   Internal registration ID
REGFLAGS NUMBER   Registration flags
CALLBACK VARCHAR2(256)   Notification callback
OPERATIONS_FILTER NUMBER   Operations filter (if specified)
CHANGELAG NUMBER   Transaction lag between notifications (if specified)
TIMEOUT NUMBER   Registration timeout (if specified)
TABLE_NAME VARCHAR2(63)   Name of the registered table