update all sequences
11g.DBAMar 20 2013 — edited Mar 20 2013Hi,
My database has several sequences generated for each table to auto increment the particular column every time an insert is done in the table.
but my problem is that "last_number" column in all sequences is default set to 1 but the column has several values.So is there any script to update all sequence automatically using the max value for the particular column or has to manually update all the sequences.
Thanx