Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Refresh value of a variable within an ODI variable

Andy1484Feb 19 2016 — edited Feb 23 2016

Hi,

Can you please help us with the following case ?

Control_Table :

Key |  Value

A     |  Update #myVarTbl set value = #myVarVal

Value of myVarTbl and myVarVal are 'Table1' and 'Value1' resp. These values are derived in ODI from variable definition

We have another variable myVarScript (Definition : select Value from Control_Table where Key = 'A')  whose output is saved to a file and the expected value is "Update Table1 set value = 'Value1'". but we are getting "Update #myVarTbl set value = #myVarVal" .

How do we replace value of variables within ODI variable ?

Kindly suggest.

Thanks,

Andy

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 22 2016
Added on Feb 19 2016
12 comments
9,518 views