DBlink or joining two Oracle stages using lookup stage

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
atul sharma
Premium Member
Premium Member
Posts: 17
Joined: Thu Jun 30, 2005 6:52 am
Location: United States
Contact:

DBlink or joining two Oracle stages using lookup stage

Post by atul sharma »

Hi All

I wanted to check with you all to see if using a dblink to fetch few more columns from a table in a different Oracle database would be better compard to use two Oracle enterprise stages and use a lookup between them.

Which one would be performance wise better.
When is it best to go for dblinks

Thanks
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Its depends up on the network connectivity. If ETL server has better bandwidth and better connectivity between the two DB server the the connection among the two DB server by it self, the Lookup option would be better.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
atul sharma
Premium Member
Premium Member
Posts: 17
Joined: Thu Jun 30, 2005 6:52 am
Location: United States
Contact:

Post by atul sharma »

Thanks for your response Kumar.

Please correct me if I am wrong

I was of the opinion that, If we use a dblink and filter out the records in the user defined SQL and then use only one Oracle stage that would be fast.

Will the use of DBlink in the SQL a bigger overhead then joining two Oracle stages using lookup.

Thanks
Post Reply