Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: What is "sequence"?
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
![]() |
![]() |