Page 1 of 1

difference b/w Oracle stage & Flat file Stages

Posted: Thu Jan 19, 2006 5:43 am
by sudheepkv
Hi,

1 What is the difference between an oracle stage lookup and Flat file stage lookup in a parrel job?Plz explain

2 What is the advatage of using lookup file set as a lookup

Posted: Thu Jan 19, 2006 8:35 am
by kumar_s
Hi,

1.Oracle stage is used because the source(lookup file set) is in RDBMS format. If the same is aviable in Flat file, then it becomes the lookup set.
Performance wise, flat file might be in the later part, since it works in sequenctial partion.

2.Lookup file set need to be prepared prior to the use. It sort and hash the data internally based on the key on which it suppose to lookup on. Hence it works faster when loaded into lookup memory.

-Kumar