Connecting Tech Pros Worldwide Forums | Help | Site Map

Sequences

Newbie
 
Join Date: Oct 2009
Posts: 1
#1: Oct 13 '09
i coudnt understand the sequence. could you explain it easily that i can understand.

OraMaster's Avatar
Member
 
Join Date: Aug 2009
Location: Pune, India
Posts: 76
#2: Oct 14 '09

re: Sequences


Quote:

Originally Posted by jab3408 View Post

i coudnt understand the sequence. could you explain it easily that i can understand.

Hi,

In Oracle, you can create an autonumber field by using sequences. A sequence is an object in Oracle that is used to generate a number sequence. This can be useful when you need to create a unique number to act as a primary key.

For more info visit:
http://www.techonthenet.com/oracle/sequences.php
debasisdas's Avatar
Moderator
 
Join Date: Dec 2006
Location: Bangalore ,India
Posts: 7,514
#3: Oct 14 '09

re: Sequences


You need to read this.

In version 11 sequences are used directly which is different from previous versions.
amitpatel66's Avatar
Moderator
 
Join Date: Mar 2007
Location: Hyderabad, India
Posts: 2,192
#4: Oct 15 '09

re: Sequences


Thread moved to Oracle -> Answers

Moderator
Reply