incrementing sequence
609621Apr 4 2010 — edited Apr 4 2010Dear all,
10.2.0.3 on solaris 10..
Accidentally, I ran the below command in the production database (this is very critical)
select 'ALTER SEQUENCE '||sequence_name||' INCREMENT BY 10000;' from user_sequences;
How I can revert it back ?
Kai