이 섹션에서는 Datastream이 데이터를 가져올 수 있도록 소스 Oracle 데이터베이스를 구성하는 방법을 설명합니다. Datastream은 Oracle 관계형 데이터베이스 서비스(RDS)를 포함하여 온프레미스 또는 클라우드 호스팅 Oracle 데이터베이스의 데이터 변경사항을 가져올 수 있습니다.
Datastream은 다음 메서드를 사용하여 재실행 로그 파일을 쿼리할 수 있습니다.
바이너리 로그 리더 (미리보기): 온라인 및 보관처리된 재실행 로그 파일을 모두 쿼리해야 하는 경우 이 메서드를 선택합니다. 바이너리 리더는 자동 저장소 관리 (ASM) 또는 데이터베이스 디렉터리 객체를 사용하여 로그 파일에 액세스할 수 있습니다. 이 메서드는 멀티스레드이며 지연 시간이 짧은 CDC를 지원합니다.
LogMiner API: 보관처리된 재실행 로그 파일만 사용해야 하는 경우 이 메서드를 선택합니다. Oracle LogMiner는 단일 스레드이므로 지연 시간이 길어지고 처리량이 줄어들 수 있습니다. 그러나 이 메서드는 대부분의 데이터 유형과 Oracle 데이터베이스 기능을 지원합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 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."]]