0% found this document useful (0 votes)
21 views

Ab Initio - Lookups On Oracle Database: Summary: Full Article

It is possible to perform lookups on an Oracle database from within Ab Initio without downloading data to a flat file by using a "Join With DB" component. However, using this approach will join to the database for every input record, significantly impacting performance. For optimal scalability, it is generally best to download lookup data as a flat file if it is small (<=500K records), or perform the join if the data is very large.

Uploaded by

Sravya Reddy
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views

Ab Initio - Lookups On Oracle Database: Summary: Full Article

It is possible to perform lookups on an Oracle database from within Ab Initio without downloading data to a flat file by using a "Join With DB" component. However, using this approach will join to the database for every input record, significantly impacting performance. For optimal scalability, it is generally best to download lookup data as a flat file if it is small (<=500K records), or perform the join if the data is very large.

Uploaded by

Sravya Reddy
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Ab Initio - Lookups on Oracle Database

ITtoolbox as adapted from Abinitio-L discussion group Summary: Is there a way to make lookups on Oracle database without downloading them to flat file? Full Article: Disclaimer: Contents are not reviewed for correctness and are not endorsed or recommended by ITtoolbox or any vendor. Popular Q&A contents include summarized information from ITtoolbox Abinitio-L discussion unless otherwise noted.
10/4/2005 By ITtoolbox Popular Q&A Team for

Adapted from a response by Anand On Tuesday, August 02, 2005 Yes it is possible, if you use a "Join With DB" component. But, remember, this will join to the database for every input record and it will kill your performance. Please bear in mind the scalability of your application before you choose this approach. The best approach is to download them and use it as a lookup file (if the size isn't too big i.e. <= 500K) or do a join (if it's a really big file).

You might also like