문제

In OSB, We are facing issue in mfl conversion from double exponential data to unsigned zoned decimal. It is failing because of exponential data(0E -7).

Input : 000000 in binary format --> mfl transforms it to 0E-7 --> again we try to convert this 0E-7 to binary ( But here mfl transformation fails). It occurs only when 0 comes as a value but if it is some other value, it works fine. Has anybody seen this before?

Peace & Cheers.

도움이 되었습니까?

해결책

It was bug in OSB, its been rectified in the latest update patch from oracle. :)!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top