On Sun, 2005-01-02 at 16:19 -0500, C. Duncan Hudson wrote:
[about databases sharing a sequence]
> I have 3 instances of the application
> (each for a different business unit) and I don't want them generating
> the same numbers for different things. I want the numbers, across all
> business units, to be truly chronological - so I'd like them to share
> the same sequence.
do you realize that sequences are not garanteed to be "chronological"?
gnari