Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
In diesem Abschnitt wird beschrieben, wie Sie Ihre Oracle-Quelldatenbank konfigurieren, damit Datastream Daten aus ihr abrufen kann. Datastream kann Änderungen an Daten aus lokalen oder in der Cloud gehosteten Oracle-Datenbanken abrufen, einschließlich des relationalen Oracle-Datenbankdienstes (RDS).
Datastream kann die folgenden Methoden verwenden, um Redo-Logdateien abzufragen:
Binärer Log-Reader (Vorabversion): Wählen Sie diese Methode aus, wenn Sie sowohl Online- als auch archivierte Redo-Logdateien abfragen möchten. Der Binärleser kann über die automatische Speicherverwaltung (Automatic Storage Management, ASM) oder Datenbankverzeichnisobjekte auf die Protokolldateien zugreifen. Diese Methode ist mehrstufig und unterstützt CDC mit niedriger Latenz.
LogMiner API: Wählen Sie diese Methode aus, wenn Sie nur mit archivierten Redo-Logdateien arbeiten müssen. Der Oracle LogMiner ist ein einzelner Thread und kann zu einer höheren Latenz und einem geringeren Durchsatz führen. Diese Methode unterstützt jedoch die meisten Datentypen und Oracle-Datenbankfunktionen.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-09-04 (UTC)."],[[["\u003cp\u003eDatastream extracts data changes from on-premises or cloud-hosted Oracle databases, including Oracle RDS.\u003c/p\u003e\n"],["\u003cp\u003eDatastream can utilize either a binary log reader or the LogMiner API to query redo log files, each with different capabilities and performance characteristics.\u003c/p\u003e\n"],["\u003cp\u003eThe binary log reader method is recommended for querying both online and archived redo log files, offering multithreaded processing and low-latency CDC.\u003c/p\u003e\n"],["\u003cp\u003eThe LogMiner API is suitable for working solely with archived redo log files, supporting most data types and Oracle database features, but with potentially higher latency.\u003c/p\u003e\n"],["\u003cp\u003eDatastream supports Amazon RDS for Oracle, self-managed Oracle databases, and self-hosted Oracle pluggable databases.\u003c/p\u003e\n"]]],[],null,["# Configure a source Oracle database\n\nThis 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).\n\nDatastream can use the following methods to query redo log files:\n\n- **Binary log reader** ([Preview](/products#product-launch-stages)): 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.\n\n- **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.\n\n For more information about these methods, see\n [Overview of Oracle as a source](/datastream/docs/sources-oracle#behavior)\n and [Work with Oracle database redo log files](/datastream/docs/work-with-oracle-database-redo-log-files).\n For information about how to configure your database type for each of these\n methods, see the respective configuration pages.\n\nSupported databases\n-------------------\n\nDatastream works with the following types of Oracle databases:\n\n- Amazon RDS for Oracle\n- Self-managed Oracle database\n- Self-hosted Oracle pluggable database\n\nWhat's next\n-----------\n\n- Learn how to configure an [Amazon RDS for Oracle](/datastream/docs/configure-amazon-rds-oracle) database to work with Datastream.\n- Learn how to configure a [self-managed Oracle database](/datastream/docs/configure-self-managed-oracle) to work with Datastream.\n- Learn how to configure a [self-hosted Oracle pluggable database](/datastream/docs/configure-pluggable-oracle) to work with Datastream."]]