Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Sequence number generation
To have a better control, we always use tables for holding counters. Depending upon the requirement, either one table to hold different counters or multiple tables, sometime in master tables as well.
This does not any additional coding, the trigger in which you fetch from sequence you select from table. To keep it synchronized with the transaction, we make counter table block
HTH!
Aleem
-----Original Message-----
Sent: Thursday, July 18, 2002 11:48 AM To: Multiple recipients of list ORACLE-L Subject: RE: Sequence number generation
It is not possible to avoid sequence number loss .
If a user requests a sequence number, then ultimately rolls back that
transaction,
that sequence number is lost .
However you can catch such lost sequence numbers programatically and reuse
then.
that would require a bit of extra coding.
-----Original Message-----
Sent: Thursday, July 18, 2002 10:43 AM
To: Multiple recipients of list ORACLE-L
Hi
Is it possible to avoid sequence number loss in the sequence number
generation. if so how?
Thanks in Advance
Ayyappan.S
"Dreams translate into thoughts, and
thoughts translate into action: Kalam"
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Liststo: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Ratnesh Kumar Singh
INET: ratnesh.singh_at_patni.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Liststo: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Liststo: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu Jul 18 2002 - 02:38:19 CDT
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message