PL/SQL Procedure To Reset A Sequence To A Predefined Number in Oracle
on 11/08/2008 - like it?
Over the period of time that I’ve been working on PL/SQL, the one the thing that we end up doing often is reset the sequences we use for Primary keys in our tables. Why do we do that, you might wonder.
Consider this case:
Tags: oracle, PL/SQL, Primary key, reset, sequence, SQL








