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 -> How to manage a set of unique numbers...

How to manage a set of unique numbers...

From: <schemers_at_stanford.edu>
Date: 12 Feb 1999 17:51:25 -0800
Message-ID: <wni1zjv136q.fsf@treex.Stanford.EDU>


Hello. I'm wondering how people manage sets of numbers. For example, lets say you had a system where you were handing out telephone numbers and extensions to users. How do you quickly assign a new telephone number and extension to someone? Do you populate a table with all the free numbers and extensions and select/delete a row from there to hand it out, and have a trigger that returns it to the free list on delete?

thanks, roland Received on Fri Feb 12 1999 - 19:51:25 CST

Original text of this message

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