
- Forum
- Database
- Oracle Database
- Sequence Query
Sequence Query
This is a discussion on Sequence Query within the Oracle Database forums, part of the Database category; I want to know what happens when a user tries to execute a create sequence statement for an existing sequence. ...
-
Sequence Query
I want to know what happens when a user tries to execute a create sequence statement for an existing sequence. What would be the next value of sequence after the above statement gets executed? Someone kindly provide a brief idea on this.
-
08-24-2007, 06:42 AM #2
- Join Date
- Aug 2007
- Answers
- 2
When you create a sequence,do you refer to any other object?No. you create a sequence by specifying the sequence paramaters,but not based on another sequence.
-
10-22-2011, 03:25 AM #3
When u r create SQUENCE by default SEQUENCE IS created with all default values. when u write a query for executing next value it will be showed as 0
-
Sponsored Ads

Reply With Quote





