Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: What is "sequence"?

Re: What is "sequence"?

From: Todd Touesnard <ttouesna_at_moncton.iti.ca>
Date: 1997/05/13
Message-ID: <33787610.2A23@moncton.iti.ca>#1/1

In a nutshell..a Sequence is a sharable object that automatically generates unique numbers. It is typically used to create primary key values because it replaces application code and speeds up the efficiency of accessing sequence values when cached in memory.

You can think of it as a customized "Counter". Received on Tue May 13 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US