Hi, This is my problem: i have a source table that have 3 fields:
id,
column_name,
column_value.
The problem is that i have to do, using OWB, an update of a target table with the information of my source table.
In pl/sql it would be easy to do an update of a variable field but how can i map it in OWB?
On each line of my source table, i don't know which field will have to be update, so i can't just link it from the source table to the target table!!
I can't modify the generated code, they dont want me to..
Thanks..
id,
column_name,
column_value.
The problem is that i have to do, using OWB, an update of a target table with the information of my source table.
In pl/sql it would be easy to do an update of a variable field but how can i map it in OWB?
On each line of my source table, i don't know which field will have to be update, so i can't just link it from the source table to the target table!!
I can't modify the generated code, they dont want me to..
Thanks..