Thursday, November 10, 2022

ODI12C - Why the Set variable increment parameter is disabled in package?

This is a common issue we observed in ODI. To increment the value of a variable in package, variable's data type must be numeric otherwise the increment option will be disabled.



No comments:

Post a Comment

Featured Post

OIC - OCI Java function code for RSA Encryption and Decryption

Function Java code: package com.test.fn; import java.security.*; import java.security.spec.*; import java.util.Base64; import javax.crypto.C...