There is a sequence with min value 100.
I want to alter this sequence to min value as 101.
If the table has already data in the sequence column as
100,101,102...
Is it possible to do so ?

Answer Posted / kiran kumar

The START WITH Value can not changed using ALTER SEQUENCE
command. The sequence must be dropped and recreate a
sequence in different number.

Is This Answer Correct ?    20 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain spool.

681


How do I start pl sql?

490


What is a dynamic query?

568


How do I sort a table in sql?

587


How to use boolean type in select statement?

579






What is a call statement? Explain with an example.

543


What are packages in pl sql and also explain its advantages?

528


What is the max nvarchar size?

513


How to prepare for oracle pl sql certification?

565


How do I remove all records from a table?

561


How much does sql certification cost?

542


Explain 3 basic parts of a trigger.

829


Is mariadb a nosql database?

532


What is the process of copying data from table a to table b?

594


Can we use the cursor's to create the collection in PL/SQL?

514