Required a Generic Job to load 100 tables

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
amar.v023
Participant
Posts: 17
Joined: Thu Nov 19, 2009 12:55 am
Location: Hyderabad

Required a Generic Job to load 100 tables

Post by amar.v023 »

Hi All,
There is a requirement in my Project, we have source Oracle and Target SQL server. In both tables metadata same.
Say in Oracle table 1 having columns

Table 1
-------------------
A NUM 10
B Varchar 20
------------------

Table 2
--------------
A Num 10
B Varchar 20
C Char 10
---------------
and same fields in target SQL server. We need to do in one job to load all 100 tables.
Please share some idea how to proceed..
Amar
qt_ky
Premium Member
Premium Member
Posts: 2895
Joined: Wed Aug 03, 2011 6:16 am
Location: USA

Post by qt_ky »

Try starting with some searches on "RCP."
Choose a job you love, and you will never have to work a day in your life. - Confucius
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Also known as Runtime Column Propagation which is (as noted) what you need to fulfill this requirement. It's all documented plus has been discussed here ad nauseam so there's plenty of information on it to go around. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply