Oracle 11gR2
I wanted to know if anyone has experienced reaching the maximum INTEGER range of 2147483648. We are approaching this value quickly. It is on a PK column that is generated using a sequence.
I know we can change the datatype to NUMBER(p,s) but we would possibly run into locking the entire table (which is quite big) for that time.
Any other ideas?
Thanks.