Using substitution methods in Java
For this recipe, we will make a very
simple modification to the IKM SQL Control Append
by combining a Java variable and a substitution API. Then we will use this KM in an interface to see how the code gets generated.
Getting ready
You will need to have a project ready where the IKM SQL Control Append
KM has been imported. You must also have a table that can be used as a target table using this IKM in an interface.
How to do it...
- Rename the
IKM SQL Control Append KM
toIKM SQL Control Append with Variable and Substitution
. - Add a step. Name the step
Retrieve Session Number
and write the following code in that step:<%v_sess=odiRef.getSession("SESS_NO")%>
Tip
There is no need to set the technology for this step: as you ...
Get Oracle Data Integrator 11g Cookbook now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.