<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Oracle CDC Ingestion Pipeline - Schema Exploration finds 0 tables when DB_DOMAIN in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/oracle-cdc-ingestion-pipeline-schema-exploration-finds-0-tables/m-p/166498#M55594</link>
    <description>&lt;P&gt;Hi&lt;BR /&gt;I have attached one document for the setup might that will be usefull for you.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Aug 2026 05:01:21 GMT</pubDate>
    <dc:creator>Ashoka</dc:creator>
    <dc:date>2026-08-26T05:01:21Z</dc:date>
    <item>
      <title>Oracle CDC Ingestion Pipeline - Schema Exploration finds 0 tables when DB_DOMAIN</title>
      <link>https://community.databricks.com/t5/data-engineering/oracle-cdc-ingestion-pipeline-schema-exploration-finds-0-tables/m-p/165743#M55476</link>
      <description>&lt;DIV&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I'm setting up an Oracle Integrated CDC Managed Ingestion Pipeline (LakeFlow Connect) on Azure Databricks. The pipeline connects to Oracle 19c successfully but Schema Exploration always returns 0 tables.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;Error:&lt;/P&gt;&lt;P&gt;Schema Exploration has COMPLETED in 5 seconds. Found 0 table(s) in connection.&lt;BR /&gt;Extractor FAILED. [DLT ERROR CODE: INGESTION_GATEWAY_INTERNAL_ERROR]&lt;BR /&gt;Timed out waiting for all replicated tables.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Environment:&lt;/P&gt;&lt;P&gt;- Azure Databricks (Workspace with Unity Catalog)&lt;BR /&gt;- Oracle 19c Standard Edition 2 (Single-Tenant, non-CDB, non-RAC)&lt;BR /&gt;- Previews enabled: "Direct Cdc Managed Ingestion Pipeline" = ON, "Integrated Cdc Oracle Connector" = ON&lt;BR /&gt;- Pipeline type: MANAGED_INGESTION&lt;BR /&gt;- Channel: PREVIEW&lt;/P&gt;&lt;P&gt;Oracle Configuration (all verified by direct connection):&lt;/P&gt;&lt;P&gt;- ARCHIVELOG mode: Enabled&lt;BR /&gt;- Supplemental logging: MIN=YES, PK=YES (DB level) + ALL COLUMN at table level&lt;BR /&gt;- Table has Primary Key&lt;BR /&gt;- DB_DOMAIN = example.com&lt;BR /&gt;- Registered service name: `mydb.example.com` (with domain)&lt;BR /&gt;- No service registered without domain (connecting to just `MYDB` gives ORA-12514)&lt;/P&gt;&lt;P&gt;User Privileges (all confirmed):&lt;/P&gt;&lt;P&gt;- CREATE SESSION, SELECT ANY TABLE, SELECT ANY DICTIONARY, LOGMINING, SELECT ANY TRANSACTION, FLASHBACK ANY TABLE&lt;BR /&gt;- EXECUTE_CATALOG_ROLE granted&lt;BR /&gt;- Explicit SELECT grants on all target tables&lt;BR /&gt;- EXECUTE on DBMS_LOGMNR, DBMS_LOGMNR_D&lt;/P&gt;&lt;P&gt;CDC Validation (run by the pipeline itself): All 10 checks PASSED&lt;/P&gt;&lt;P&gt;The Problem:&lt;/P&gt;&lt;P&gt;My Oracle DB has `DB_DOMAIN` set, so the only valid service name is `mydb.example.com` (contains dots). But the Databricks documentation for INGESTION_GATEWAY_ORACLE_MISSING_CONFIGURATION states:&lt;/P&gt;&lt;P&gt;&amp;gt; The 'source_catalog' parameter must contain only printable ASCII characters such as letters, numbers, and underscores.&lt;/P&gt;&lt;P&gt;This creates a conflict:&lt;/P&gt;&lt;P&gt;- `source_catalog: MYDB` → Connection fails (ORA-12514, service doesn't exist without domain)&lt;BR /&gt;- `source_catalog: mydb.example.com` → Connection succeeds, TLS established, DB version detected, CDC validation passes, but Schema Exploration returns 0 tables&lt;/P&gt;&lt;P&gt;What I've tried (all failed with 0 tables):&lt;/P&gt;&lt;P&gt;- source_catalog: mydb (lowercase)&lt;BR /&gt;- source_catalog: MYDB (uppercase)&lt;BR /&gt;- source_catalog: mydb.example.com (full service name)&lt;BR /&gt;- channel: CURRENT and PREVIEW&lt;BR /&gt;- Full refresh&lt;/P&gt;&lt;P&gt;Connection config:&lt;/P&gt;&lt;P&gt;- Host: 10.x.x.x&lt;BR /&gt;- Port: 1521&lt;BR /&gt;- Service Name: mydb.example.com&lt;BR /&gt;- Encryption: native_network_encryption&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;P&gt;1. Does the Oracle CDC connector support databases with DB_DOMAIN set?&lt;BR /&gt;2. How should source_catalog be configured when the only valid service name contains dots?&lt;BR /&gt;3. Is adding a static listener registration (without domain) the recommended workaround?&lt;/P&gt;&lt;P&gt;Any help appreciated. Thanks!&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 16 Aug 2026 13:01:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/oracle-cdc-ingestion-pipeline-schema-exploration-finds-0-tables/m-p/165743#M55476</guid>
      <dc:creator>karuppusamy</dc:creator>
      <dc:date>2026-08-16T13:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle CDC Ingestion Pipeline - Schema Exploration finds 0 tables when DB_DOMAIN</title>
      <link>https://community.databricks.com/t5/data-engineering/oracle-cdc-ingestion-pipeline-schema-exploration-finds-0-tables/m-p/166498#M55594</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;I have attached one document for the setup might that will be usefull for you.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2026 05:01:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/oracle-cdc-ingestion-pipeline-schema-exploration-finds-0-tables/m-p/166498#M55594</guid>
      <dc:creator>Ashoka</dc:creator>
      <dc:date>2026-08-26T05:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle CDC Ingestion Pipeline - Schema Exploration finds 0 tables when DB_DOMAIN</title>
      <link>https://community.databricks.com/t5/data-engineering/oracle-cdc-ingestion-pipeline-schema-exploration-finds-0-tables/m-p/166499#M55595</link>
      <description>&lt;P&gt;Thank you!!!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2026 05:05:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/oracle-cdc-ingestion-pipeline-schema-exploration-finds-0-tables/m-p/166499#M55595</guid>
      <dc:creator>karuppusamy</dc:creator>
      <dc:date>2026-08-26T05:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle CDC Ingestion Pipeline - Schema Exploration finds 0 tables when DB_DOMAIN</title>
      <link>https://community.databricks.com/t5/data-engineering/oracle-cdc-ingestion-pipeline-schema-exploration-finds-0-tables/m-p/166536#M55598</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/190050"&gt;@karuppusamy&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Try using ORCL as the service name.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2026 19:01:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/oracle-cdc-ingestion-pipeline-schema-exploration-finds-0-tables/m-p/166536#M55598</guid>
      <dc:creator>VTiw25</dc:creator>
      <dc:date>2026-08-26T19:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle CDC Ingestion Pipeline - Schema Exploration finds 0 tables when DB_DOMAIN</title>
      <link>https://community.databricks.com/t5/data-engineering/oracle-cdc-ingestion-pipeline-schema-exploration-finds-0-tables/m-p/166569#M55603</link>
      <description>&lt;P&gt;Sorry I already tried but It won't work&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2026 10:06:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/oracle-cdc-ingestion-pipeline-schema-exploration-finds-0-tables/m-p/166569#M55603</guid>
      <dc:creator>karuppusamy</dc:creator>
      <dc:date>2026-08-27T10:06:30Z</dc:date>
    </item>
  </channel>
</rss>

