Sequence Name ST_OPR_ID_SEQ with issue after upgrade from 12c to 19c
Dear All,
after upgrading to 19c we met the problem described in the doc Doc ID 2701181.1
==> On sequence name ST_OPR_ID_SEQ the LAST_NUMBER column value is now "-~".
The solution is to drop/create the sequence.
So, you know if there is any problem if we create the sequence with minvalue and start value of 1 instead of the value it was before the upgrade ?
It seems that this sequence is used for stats gathering.
Thank's
0