Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
599 views
in Technique[技术] by (71.8m points)

oracle - ODI mappings - Update column in table

Hope this is a easy answer for a Oracle specialist :)

Working with Oracle database. I′m creating a mapping in ODI studio 12c. Want to update a column in one table.

A simple SQL (Microsoft) would be :

Update t1
SET t1.column = t2.value
FROM table t1
JOIN table t2 on t2.key = t1.key

How can I do this in ODI mapping?

Looking at the Integration Knowledge modules there is a : "IKM Oracle Update.GLOBAL"

But when applying it to the mapping my simulation does a merge statement, which is not doing the UPDATE I am trying to do.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...