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: Autonumbers in Oracle

Re: Autonumbers in Oracle

From: Frank <fbortel_at_home.nl>
Date: Tue, 30 Apr 2002 20:51:40 +0200
Message-ID: <3CCEE7BC.1090603@home.nl>


Irek Konefal wrote:

> Which is the better method (and why) for generating Autonumbers in Oracle:
> Sequence/Nextval called from front-end or Sequence/Trigger called from Dual
> at the back-end?
>
> Thanks much - Irek
>
>
>

Backend - scales, can (should!) be done in a trigger on the table involved. Received on Tue Apr 30 2002 - 13:51:40 CDT

Original text of this message

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