Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ODI 12c Lookup VS JOIN

912957Dec 18 2017 — edited Dec 19 2017

mr

Hi All,

I have a case where i need to pass data from Table X to table Z but before passing i need to do lookup on three column and they read three different table.

So column A needs to get value from Table A column B from Table B and  Column c from table c.

I am confused which to use Lookup or join? they both will be left outer join.

Each table has good data like 20,000+ rows.and on one table i have to put 9 conditions like where a=sb=b.....

Which is more feasible and faster solution for me,

**

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 16 2018
Added on Dec 18 2017
2 comments
2,438 views