Giter Site home page Giter Site logo

Comments (7)

luzongzhu avatar luzongzhu commented on May 25, 2024

The new configuration after modifying the source code ,It is a table without primary key @hailin0

{
    "env" : {
        "job.name" : "1777977922728566785",
        "job.mode" : "STREAMING",
        "checkpoint.interval" : 5000,
        "execution.parallelism" : 1
    },
    "source" : [
        {
            "base-url" : "jdbc:oracle:thin:@//xxxxx:1531/TEST101",
            "password" : "oracle",
            "exactly_once" : true,
            "table-names" : [
                "CUX.CUX_CREDIT_FINANCE230207"
            ],
            "result_table_name" : "ST_GLOBAL_VIEW_NAME",
            "database-names" : [
                "TEST101"
            ],
            "schema-names" : [
                "CUX"
            ],
            "source.reader.close.timeout" : 120000,
            "plugin_name" : "Oracle-CDC",
            "table-names-config" : [
                {
                    "table" : "CUX.CUX_CREDIT_FINANCE230207",
                    "primaryKeys" : [
                        "FINANCE_ID"
                    ]
                }
            ],
            "username" : "logminer_user"
        }
    ],
    "transform" : [],
    "sink" : [
        {
            "password" : "root123456",
            "sink.enable-2pc" : "false",
            "fenodes" : "xxxxx:8060",
            "doris.config" : {
                "format" : "json",
                "read_json_by_line" : "true"
            },
            "table.identifier" : "cdc.CUX_CREDIT_FINANCE230207",
            "source_table_name" : "ST_GLOBAL_VIEW_NAME",
            "sink.enable-delete" : "true",
            "plugin_name" : "Doris",
            "sink.label-prefix" : "sink",
            "username" : "root"
        }
    ]
}

from seatunnel.

luzongzhu avatar luzongzhu commented on May 25, 2024

Oracle version 12c,not have cdb

from seatunnel.

Carl-Zhou-CN avatar Carl-Zhou-CN commented on May 25, 2024

I think it is the table name configuration that is wrong, not the code

from seatunnel.

Carl-Zhou-CN avatar Carl-Zhou-CN commented on May 25, 2024

Would you mind referring to the configuration of oracle cdc e2e

from seatunnel.

luzongzhu avatar luzongzhu commented on May 25, 2024

oracle-cdc jdbc url 需要使用 sid的方式配置

from seatunnel.

lililill avatar lililill commented on May 25, 2024

遇到同样的问题,找到解决方案了吗

from seatunnel.

luzongzhu avatar luzongzhu commented on May 25, 2024

oracle-cdc jdbc url 需要使用 sid的方式配置

oracle-cdc jdbc url 需要使用 sid的方式配置

from seatunnel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.