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

Home -> Community -> Mailing Lists -> Oracle-L -> re: global sequence as unique identifier across multiple databases

re: global sequence as unique identifier across multiple databases

From: Paula Stankus <paulastankus_at_yahoo.com>
Date: Wed, 18 Jul 2007 00:45:38 -0700 (PDT)
Message-ID: <285601.32161.qm@web33212.mail.mud.yahoo.com>


Guys,    

  We are working with 8i and 10g databases and a plan to migration to 10g. We have a number of various systems that must generate a unique identifier across many different databases. Instead of using one sequence with database links, we think it is best to eliminate a single-point-of-failure and to avoid performance issues by breaking up the sequence into ranges. The range would be assigned to a database instance and multiple related applications housed in that one database instance would use that range of sequence numbers. Our concerns with this approach are running out of sequence numbers faster. Eventually all of these systems feed a mainframe system that requires a unique transaction i.d. for financial processing. That transaction field on the mainframe IMS databases can not be larger than 9 digits because there is a moratorium on development on the mainframe system.    

  Does anyone have advice on handling a sequence across multiple databases for an entire enterprise?    

  Thanks in advance.
  Paula        



Sick sense of humor? Visit Yahoo! TV's Comedy with an Edge to see what's on, when.
--

http://www.freelists.org/webpage/oracle-l Received on Wed Jul 18 2007 - 02:45:38 CDT

Original text of this message

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