Configure a source Oracle database

This section describes how to configure your source Oracle database so that Datastream can pull data from it. Datastream can pull changes to data from on-premises or cloud-hosted Oracle databases, including Oracle relational database service (RDS).

Datastream can use the following methods to query redo log files:

  • Binary log reader (Preview): select this method if you need to query both online and archived redo log files. Binary reader can access the log files using Automatic Storage Management (ASM) or database directory objects. This method is multithreaded and supports low-latency CDC.

  • LogMiner API: select this method if you only need to work with archived redo log files. The Oracle LogMiner is single-threaded and can be subject to higher latency and lower throughput. However, this method supports most data types and Oracle database features.

    For more information about these methods, seeOverview of Oracle as a sourceandWork with Oracle database redo log files.For information about how to configure your database type for each of thesemethods, see the respective configuration pages.

Supported databases

Datastream works with the following types of Oracle databases:

  • Amazon RDS for Oracle
  • Self-managed Oracle database
  • Self-hosted Oracle pluggable database

What's next

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-15 UTC.