aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

PCC-00101: Lower case 'e' in floating point number is not ANSI

PCC-00101: Lower case 'e' in floating point number is not ANSI
Cause: A Oracle extension to the ANSI/ISO SQL standard was used. Specifically, a lowercase 'e' was used in scientific notation. For example, the offending code might look like: maxnum = 10e38; This informational message is issued by the FIPS Flagger when FIPS=YES.
Action: No action required. However, for ANSI/ISO compliance, use an uppercase 'E' in scientific notation.

请先 登录 后评论

1 个回答

小智
PCC-00101:浮点数小写'e'不是ANSI,
.原因:使用了ANSI / ISO SQL标准的Oracle扩展。具体来说,以科学计数法使用小写字母“e”。例如,违规代码可能如下所示:maxnum = 10e38; 当FIPS = YES时,该信息消息由FIPS Flagger发出。,
.行动:无需采取行动。但是,对于符合ANSI / ISO的规定,请使用科学计数法的大写“E”。,
.
请先 登录 后评论