[cvsnt] Re: Repository auditing with Oracle

Tony Hoyle tony.hoyle at march-hare.com
Tue Jan 10 10:22:20 GMT 2006


Paulo Soares wrote:
> If I assume that there's only one writer the sequence 
> can even be generated internally by the cvsnt app and do away with all 
> this identity need.

You cannot make that assumption - that's why you need the atomicity. 
You need to be able to get an ID for an inserted row in a manner that 
always returns the correct one no matter how many writers there are on 
the database.

Tony



More information about the cvsnt mailing list