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

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

Re: What is "sequence"?

From: Mario Methot <methotm_at_berclain.com>
Date: 1997/05/15
Message-ID: <01bc6141$e5ed1660$5e2613cc@wntmme>#1/1

HI,

Sequence is a feature use to generate unique numbers. These numbers can be use as primary key of the table. You must create it first (create sequence...), and then you have to select select sequence_name.nextval from dual to obtain then unique number. There are several parameters you can use when you create it.

Mario Methot
Berclain Group
Quebec, Canada

Kirill V. Florensky <airgeo_at_dol.ru> wrote in article <01bc5ec6$34743da0$8f1557c2_at_sa>...
> Hi
> Can any one please explain me what are "sequnces" ?
>
> Thanks
>
> Kirill
>
Received on Thu May 15 1997 - 00:00:00 CDT

Original text of this message

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