Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: reset a sequence in a trigger
>
> Stupid question maybe but why reset it? A sequence is a large number.
> Are you try to save numbers? You can set a max value and then cycle
> it. Resetting a sequence just seems like you're going about solving
> the wrong problem.
>
> Thanks,
>
> Lewis
>
In this table I have a lot of transactions, and it can be, that the ID which is the primary key can overrun after some time (some years). I can not use another primary key, because this would be with a VARCHAR2 column. And so I wantet to be save, that the oldest entry have the smallest ID for sorting.
Werner Received on Thu May 19 2005 - 18:35:56 CDT
![]() |
![]() |