Loading 8 databases data into oracle

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
DSRajesh
Premium Member
Premium Member
Posts: 297
Joined: Mon Feb 05, 2007 10:37 pm

Loading 8 databases data into oracle

Post by DSRajesh »

Dear All,

I have 8 Databases in source sql server and i need to load in oracle db which is target.I already loaded 1 db and i need to load other db data into the target which is oracle.
as i have same metadata ,there is a confliction while i load data into oracle where second db tables will have same key values as in first db.

i want to to :

1.what is the best way to access these 8 db's to load in oracle.
2.how to resolve the conflication about validating the same records already exists in db and i could not load it agian.

how can we achieve in owb.
RD
DSRajesh
Premium Member
Premium Member
Posts: 297
Joined: Mon Feb 05, 2007 10:37 pm

Post by DSRajesh »

any help on this
RD
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Patience is a virtue. This is an all-volunteer site.

1.) Use same job with different connection parameters which can be change during runtime
2.) Include any unique value in connection parameter - say dbname - as part of the key
DS_SUPPORT
Premium Member
Premium Member
Posts: 232
Joined: Fri Aug 04, 2006 1:20 am
Location: Bangalore

Post by DS_SUPPORT »

The best way to restrict the rows is by doing a lookup.
Post Reply