Sie sind auf Seite 1von 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).

Das könnte Ihnen auch gefallen