Search found 2 matches

by myerdsdupp
Wed Jan 16, 2019 8:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check if multiple rows returned from Lookup Stage
Replies: 5
Views: 4763

I would prefer using a having clause in oracle.

If your data is huge in the reference table then lookup is not the right option.

You can always do a trail and run with your design but try to follow the approach with avoids the bottleneck on the server.
by myerdsdupp
Tue Jan 15, 2019 4:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check if multiple rows returned from Lookup Stage
Replies: 5
Views: 4763

Use an aggregate stage after a lookup and get the count out of it. You can use filter or transformer stage to pick only records where count = 1.