I am running into a unique problem. We have an app where we process volume of data and then put them in DB in the order in which its received.
Problem happens when the TX# goes above 99999 and rows go above 9999.
Also we are limited to to this seq no# for 9 digits only and not able to go beyond that due to the way is system designed initially sometime back.
Whats the best way for us to make this seq number, so that we will not loose the order of the records we get?