Parse SQL, Supported Operations, and Generated Records
The Oracle CDC Client origin generates records
differently depending on whether the origin is configured to parse SQL queries:
- Parsing SQL Queries
- When the Oracle CDC Client origin parses SQL queries, it can create records
for the following operations:
- INSERT
- DELETE
- UPDATE
- Not parsing SQL queries
-
When the Oracle CDC Client origin does not parse the SQL query, it writes each LogMiner SQL statement to a field named
sql
. The origin also generates field attributes that provide additional information about field.You might write LogMiner SQL statements to generated records to pass the queries to the SQL Parser processor to be parsed or to archive that information.
When not parsing the SQL query, the origin can create records for the following operations:- INSERT
- DELETE
- UPDATE
- SELECT_FOR_UPDATE