Database Sequences

Note! This works for Integer values only!

Name of database sequence to generate a unique sequence number. Field type Integer only!
Field Comment
Sequence Name Name of database sequence
Increment Interval between sequence numbers (cannot be 0)
Start With First sequence number to be generated
Minimum Minimum value of the sequence (0= No minimum)
Maximum Maximum value of the sequence (0= No maximum)
Cache Cache size (0=no cache)
Cycle Defines CYCLE/NOCYCLE paramter for sequence

A detailed description of the indivudual parameters can be found in the Oracle Database documentation 12 c (Database SQL Language Reference) on the Oracle Technology Network (OTN).


Copyright (c) 2004-2008 Macrobject Software, All Rights Reserved.
You can change this copyright message in the "Template Settings" dialog.