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: shared database sequence.

RE: shared database sequence.

From: Mark W. Farnham <mwf_at_rsiz.com>
Date: Mon, 26 Feb 2007 12:47:24 -0500
Message-ID: <005501c759ce$2d803360$1100a8c0@rsiz.com>


Do you just need uniqueness or do you need some correspondence amongst the databases?  

If so, how chunky can the correspondence be?  

If the database servers are reliably near each other in a network latency sense you would still have to decide whether the network latency of using a dblink to get sequence numbers from a different database is acceptable.  

If you don't need a correspondence, then you can maintain uniqueness by assigning something like a database number to each database and tacking a suffix on, so for example all the ids from database 3 end in 3.  

mwf  


From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Syed Jaffar Hussain
Sent: Monday, February 26, 2007 4:14 AM
To: oracle-l
Subject: shared database sequence.  

Hello List,  

Is it possible to share a database sequence between multiple databases? Not in RAC of course.

We are planning to have two databses exchanging information (replicating) using third party solution. But, stuck with the issues of sequences.  

Thanks

-- 
Best Regards,
Syed Jaffar Hussain
Oracle ACE
8i,9i & 10g OCP DBA

http://jaffardba.blogspot.com/
http://www.oracle.com/technology/community/oracle_ace/ace1.html#hussain
----------------------------------------------------------------------------
------
"Winners don't do different things. They do things differently." 




--
http://www.freelists.org/webpage/oracle-l
Received on Mon Feb 26 2007 - 11:47:24 CST

Original text of this message

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