I'm using Oracle Data Integrator 12C. When I trying to use Evaluate Variables to compare two Numeric type variables I get error:
我使用的是Oracle Data Integrator 12C。当我尝试使用EVALUATE变量来比较两个数值类型的变量时,我得到错误:
ODI-1233: Error while evaluating variable the following expression: COM.val1 <= #COM.val2
Caused By: java.lang.NumberFormatException: Infinite or NaN
ODI-1233:计算以下表达式的变量时出错:COM.val1<=#COM.val2由:java.lang.NumberFormatException:INFINITE或NaN引起
TNX.
Tnx。
更多回答
优秀答案推荐
I found the answer. The error is happend, when There is a blank space at the beginning of the phrase.
like this : COM.val1 <=[space was here]#COM.val2
我找到了答案。当短语开头有空格时,就会发生错误。如下所示:COM.val1<=[此处有空格]#COM.val2
更多回答
我是一名优秀的程序员,十分优秀!