You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to use nest loop about ATP query in integration flow

edited Sep 12, 2024 1:23AM in Integration 3 comments

Hi All,

I am a beginner of OIC.

Now I have 2 autonomous database tables stored data from 2 different system.

I'd like to compare one of their columns, if the are the same then invoke a integration.

So I plan to use 2 ATP connection with select table data.

Just like:

for i in (select * from table A ) loop

for j in (select * from table B where B .id=i.id ) loop

if j.xx=i.xx then

( call API )

end if

end loop

end loop

It seems the ATP connection with selection function don't have parameter, So I cannot achieve the above step B .id=i.id

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!