① Viewing Basic Information and Enabling Archive Logs

  • Last update: May 15, 2026
  • Overview

    Version

    FineDataLink VersionFunctional Change
    4.1.2Supported the multi-tenant container database as the source end of the pipeline task.
    4.2.2.3Supported data reading from Oracle 21c data sources using real-time pipeline tasks.

    Function Description

    By enabling Change Data Capture (CDC) for the data source, you can synchronize real-time data from data sources and the physical deletion of data tables using the Data Pipeline function of FineDataLink.

    Data Pipeline supports two CDC modes for Oracle, namely XStream and LogMiner. This document primarily introduces how to enable the LogMiner-based CDC for Oracle databases.

    iconNote:
    You are advised to use INSERT statements to add data. Manually inserting records using database management tools (for example, DBeaver) is not advised.

    Confirming the Database Version

    Data Pipeline supports data reading from Oracle databases of the following versions.

    Database TypeSupported Database Version
    OracleOracle 10g, 11g, 12c, 18c, 19c, 21c, and Oracle RAC

    Log in to the database as the database admin.

    For example, for Oracle installed on a Windows system, enter sqlplus / as sysdba in the command prompt to go to the database operation page.

    You can also check the current database version, as shown in the following figure.

    Enabling Archive Logging

    1. Log in to the database as the database admin.

    2. Use the command to check the logging mode of the database:

    select log_mode from v$database;

    If the returned result is ARCHIVELOG, archive logging is already enabled.

    If the result returned is NOARCHIVELOG, continue with the following steps:

    • Log in to the server: sqlplus / as sysdba

    • Shut down the database: shutdown immediate;

    • Start and mount the database: startup mount;

    • Enable archiving and open the database:

    alter database archivelog;
    alter database open;

    Subsequent Operations

    附件列表


    主题: Real-Time Pipeline
    Previous
    Next
    • Helpful
    • Not helpful
    • Only read

    滑鼠選中內容,快速回饋問題

    滑鼠選中存在疑惑的內容,即可快速回饋問題,我們將會跟進處理。

    不再提示

    10s後關閉

    Get
    Help
    Online Support
    Professional technical support is provided to quickly help you solve problems.
    Online support is available from 9:00-12:00 and 13:30-17:30 on weekdays.
    Page Feedback
    You can provide suggestions and feedback for the current web page.
    Pre-Sales Consultation
    Business Consultation
    Business: international@fanruan.com
    Support: support@fanruan.com
    Page Feedback
    *Problem Type
    Cannot be empty
    Problem Description
    0/1000
    Cannot be empty

    Submitted successfully

    Network busy