Re: shared database sequence.
- From: Wolfgang Breitling <breitliw@xxxxxxxxxxxxx>
- To: sjaffarhussain@xxxxxxxxx
- Date: Mon, 26 Feb 2007 09:55:13 -0700
Not sure if that's what you mean, but in order to avoid sequence
number collisions in databases with replication between them I have
used increments <> 1 to create non-overlapping sequences. E.g. in the
case of 2 databases use increment by 2 and start the sequences such
that one database creates only odd sequence numbers while the other
creates only even sequence numbers.
At 02:13 AM 2/26/2007, Syed Jaffar Hussain wrote:
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.
Regards
Wolfgang Breitling
Centrex Consulting Corporation
www.centrexcc.com
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________
--
http://www.freelists.org/webpage/oracle-l
- Follow-Ups:
- Re: shared database sequence.
- From: Dennis Williams
- RE: shared database sequence.
- From: Powell, Mark D
- References:
- shared database sequence.
- From: Syed Jaffar Hussain
Other related posts:
- » shared database sequence.
- » RE: shared database sequence.
- » Re: shared database sequence.
- » Re: shared database sequence.
- » Re: shared database sequence.
- » RE: shared database sequence.
- » Re: shared database sequence.
- » Re: shared database sequence.
- » RE: shared database sequence.
- » Re: shared database sequence.
- » RE: shared database sequence.
- » RE: shared database sequence.
- » RE: shared database sequence.
- » Re: shared database sequence.
- » Re: shared database sequence.
- » Re: 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.
- Re: shared database sequence.
- From: Dennis Williams
- RE: shared database sequence.
- From: Powell, Mark D
- shared database sequence.
- From: Syed Jaffar Hussain