cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Administration & Architecture
Explore discussions on Databricks administration, deployment strategies, and architectural best practices. Connect with administrators and architects to optimize your Databricks environment for performance, scalability, and security.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Oracle Connectivity - CDC

psingh13
New Contributor

Hi Team,

Has Databricks released CDC(Change data Capture) for Oracle Ingestion(public preview or GA)?

I was able to see this option in free edition but want to make sure.Please check attached screenshot.

Also, I understand that there are steps mentioned for SQL server CDC ingestion ( steps to be executed on source SQL server), but I donโ€™t see any steps mentioned for Oracle anywhere.

Are there any steps applicable for the same?

 

3 REPLIES 3

rkhbo3003
New Contributor III

Hi , 

Are you using lakeflow ? For sql there is lakeflow connector it uses . I have used that it us very convenient however need to do configuration at account level

Hi,

For SQL server it is clear, I was asking about Oracle.

Thanks.

harisrinivasay
New Contributor III

Answer: Not yet.

As of now, Oracle is not listed as a supported CDC (Change Data Capture) database connector in Lakeflow Connect managed CDC connectors.

Databricks has recently introduced Query-Based Connectors for databases including Oracle. These connectors are different from CDC:

  • They query the source database on a schedule.
  • They use a cursor/watermark column (for example, LAST_UPDATED_DATE).
  • They do not read Oracle redo logs or perform transaction-log-based CDC.
  • They do not require an ingestion gateway or CDC configuration on the source database.