Change Data Capture functions
These topics describe the Change Data Capture functions.
- The cdc_activatesess() function
For an open capture session, starts capturing data from the specified log and log position. - The cdc_closesess() function
Closes a capture session that is associated with the specified session ID. - The cdc_deactivatesess() function
Stops capturing data for an active capture session. - The cdc_endcapture() function
Ends capture for a specified table. - The cdc_errortext() function
Returns the error message text corresponding to the specified symbolic error name. - The cdc_opensess() function
Opens a capture session and creates a session ID. - The cdc_recboundary() function
Restarts data capture from the beginning of the CDC record currently being returned. - The cdc_set_fullrowlogging() function
Enables or disables full-row logging for a table. - The cdc_startcapture() function
Specifies the data to start capturing from a table.
Parent topic: Change Data Capture API Programmer's Guide
Related tasks: