Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

PLS-00325

non-integral numeric literal string is inappropriate in this context

Cause

A non-integral numeric literal was used in a context that requires an integer (a number with no digits to the right of its decimal point).


Action

Replace the inappropriate literal with an integer literal.