runtime column propagation on Oracle enterprise output

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
sudhirk63
Participant
Posts: 4
Joined: Tue Mar 20, 2007 2:36 am
Location: Bangalore

runtime column propagation on Oracle enterprise output

Post by sudhirk63 »

Hi.

I am trying to use rcp to pass on columns I do not transform directly from input oracle enterprise stage to output oracle enterprise stage.

On the onput stage I use the upsert stage. After running the job, I can only pass on the columns which are defined in the output stage metadata.
It seems the columns whose value can be passed to target is hard bound by SQL in the output stage.

I was able to use rcp with ODBC stage though.

Is there a trick to use rcp to output columns not defined in the job metadata using Oracle enterprise stage.
throbinson
Charter Member
Charter Member
Posts: 299
Joined: Wed Nov 13, 2002 5:38 pm
Location: USA

Post by throbinson »

I have done it with the Teradata API stage but it is definitely a case of the operation was a success but the patient died. I pre-built the SQL as a parameter based on a job that reads the system tables. This parm was passed to the Upsert job in the custom SQL.
sudhirk63
Participant
Posts: 4
Joined: Tue Mar 20, 2007 2:36 am
Location: Bangalore

Post by sudhirk63 »

Thanks throbinson for your suggestion.

I used ODBC stage as I do have lot of data to tranform at a given time.
Post Reply