Having decimal values in sequence generated column
Facing a weird prod issue where we are having decimal values (XXXXX.5) as sequence generated numbers.
Also the sequence is all over the place in terms of values generated, even outside of 'cache and increment by' limits.
It is a non-RAC environment ("Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production Version 19.27.0.0.0")
SEQUENCE_OWNER SEQUENCE_NAME MIN_VALUE MAX_VALUE INCREMENT_BY CYCLE_FLAG ORDER_FLAG CACHE_SIZE LAST_NUMBER SCALE_FLAG EXTEND_FLAG SHARDED_FLAG SESSION_FLAG KEEP_VALUE
FCPPACM_DV DV_POSTING_SEQ 1 1E+28 50 N N 400 16042480351 N N N N N
Is it really possible to generate decimal values via sequence?