Book a Demo

Author Topic: Modeling Oracle Sequences  (Read 6063 times)

Payton_Byrd

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Modeling Oracle Sequences
« on: September 07, 2007, 10:12:03 am »
What is the appropriate technique for modeling an Oracle Sequence?  This is the one topic I can't find in the help files.

jtittler

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
  • It's broken, Honey! You let the magic smoke out.
    • View Profile
Re: Modeling Oracle Sequences
« Reply #1 on: September 19, 2007, 03:54:42 am »
Whenever I've done an Oracle sequence, it's usually for an ID field in a table somewhere, which serves as the primary key. If you open up the Attributes of the table in question and select the column which is supposed to be sequenced, you then click the "Column Properties..." button. There you can check auto-number enter the starting number and the increment size. I know that creates an appropriate oracle sequence and associates it with the field automatically. That's convenient.

Good Luck,
Julie