Sequences

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jab3408
    New Member
    • Oct 2009
    • 1

    Sequences

    i coudnt understand the sequence. could you explain it easily that i can understand.
  • OraMaster
    New Member
    • Aug 2009
    • 135

    #2
    Originally posted by jab3408
    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:
    This Oracle tutorial explains how to create and drop sequences in Oracle with syntax and examples. In Oracle, you can create an autonumber field by using sequences.

    Comment

    • debasisdas
      Recognized Expert Expert
      • Dec 2006
      • 8119

      #3
      You need to read this.

      In version 11 sequences are used directly which is different from previous versions.

      Comment

      • amitpatel66
        Recognized Expert Top Contributor
        • Mar 2007
        • 2358

        #4
        Thread moved to Oracle -> Answers

        Moderator

        Comment

        Working...