| To: | "James Carman" <james@xxxxxxxxxxxxxxxxxxxx> |
|---|---|
| Subject: | Re: [cinjug-users] Hibernate - increment generator |
| From: | Kumar <kumarkakani@xxxxxxxxx> |
| Date: | Wed, 12 Sep 2007 13:59:14 -0400 |
| Cc: | saki <saki@xxxxxxxx>, users@xxxxxxxxxx |
| Delivered-to: | mailing list users@xxxxxxxxxx |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=umm18+lcKKnUQ/0rqw02lV9UN79TcnerTlpfpt9dYBQ=; b=P4g4dL+6CGl/pLX/tKTT6r4rHuknPkHdSSPmMhsLlxgI9/4LIKfJcBChdLoeuSF349dbWjybSHeAQFjVl3RkXrIA9B98GlqwUgayDPkVuJp+516TgPlcCvwa2fv2Yc2mSXGLYQZfwmRv9X1osuLOl+8WJTkTvlszBJcJjH1+FE0= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=o8V6dZMfk3bF6y+8GfeHHlxfViOCXPQMeYDAq33ukjLYyAxYJhFngirGiwytyujDAjYnfmnprxg+ZF6pjmI9bsi5majxV1BZRs9bZga7gGTMi4kwliJiijJ/1xXwXVTq9beGp0aX/tswd7by/l8IVTkrrJsqATRf1aGTR44ONM8= |
| In-reply-to: | <f2e8eedf0709120958x4066e7cfidcdc65f1d0d10b18@xxxxxxxxxxxxxx> |
| Mailing-list: | contact users-help@xxxxxxxxxx; run by ezmlm |
| References: | <4e2988cc0703130757w58163019sd93564990f48f142@xxxxxxxxxxxxxx> <12639733.post@xxxxxxxxxxxxxxx> <f2e8eedf0709120958x4066e7cfidcdc65f1d0d10b18@xxxxxxxxxxxxxx> |
|
Yes, we tried sequence objects first, which worked locally (But it did not workout in our production environment because we were using an older version of DB2. We also tried identity columns which worked fine, but back-up and other maintenance stuff on the database was difficult, according to our DBA.)
So we tried UUID and it worked perfectly alright. And yes, it solved a lot of our problems too, with multiple apps like (.NET, COBOL and even other Java apps) inserting rows to the same tables. Thanks for the replies folks! This forum helped us a lot. Kumar On 9/12/07, James Carman <james@xxxxxxxxxxxxxxxxxxxx> wrote: Have you tried using a UUID instead? That solved a LOT of our problems! |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [Fwd: Re: [cinjug-users] Java Browser -- proxy, authentication, and https], sbalmos |
|---|---|
| Next by Date: | Re: [cinjug-users] Java Browser -- proxy, authentication, and https, Eric Bardes |
| Previous by Thread: | Re: [cinjug-users] Hibernate - increment generator, James Carman |
| Next by Thread: | Re: [cinjug-users] Hibernate - increment generator, James Carman |
| Indexes: | [Date] [Thread] [Top] [All Lists] |