alibaba / alibaba/DataX

oracle writeMode 插入更新

Open
#2,006 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
Java
Stars
17.4k
Forks
5.7k
PR merge metrics
No merged PRs in 30d

Description

有无支持oracle writeMode的计划,oracle使用MERGE INTO能支持有就更新没有就插入
MERGE INTO .. USING (..) ON (..)
WHEN MATCHED THEN UPDATE SET (..)
WHEN NOT MATCHED THEN INSERT (..)
VALUES (..)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reviewing DataX's existing Oracle writeMode behavior and how writer options are represented. Compare the requested Oracle MERGE INTO flow for matched and unmatched rows with the current capabilities. Done means the supported behavior and scope are defined, with coverage for both update and insert paths if implementation proceeds.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
database
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.