oracle-databaseoracle-data-integrator

IN ODI12c mapping expression execute on source in LKM without "execute on source hint"


IN ODI12c mapping, we can use "execute on source hint" for mapping expression in order to execute expression on source. Is there a way to get mapping expression (no matter what the execution hint is) in LKM? When i use [EXPRESSION] in LKM, it get only expressions with "execute on source hint".


Solution

  • Yes, you can do it.

    You need to understand the next points. You could generate the expressions in IKM, put them into a variable and then use it in LKM.

    This can be done because the execution order is the next:

    All the KM's have sections:

    In other words, you could do it like this: