Re: I need some advice to choose database for an upcomming job

2005-11-01 Thread Oyvind . Bakksjo
Jean T. Anderson wrote: [EMAIL PROTECTED] wrote: ... I would like to suggest reading my (short but excellent ;o) blog entry, where I describe how one can do lifecycle management in a standard (container-agnostic) way, which neither requires access to the Tomcat configuration nor

Re: Trying to use UPDATE that needs more then one table for its WHERE clause

2005-11-01 Thread Leslie Software
Thanks Ali that must be getting closer - that was the fist time I did not get a syntax error attempting an update. The only trouble is it did not do anthing. Here is what I executed: update card set rules_text = session.load_card.rules_text where card.name in ( select c.name from

Re: I need some advice to choose database for an upcomming job

2005-11-01 Thread Øystein Grøvlen
BP == Bryan Pendleton [EMAIL PROTECTED] writes: A Guidelines section starts on slide 19. Slide 24 lists 100-500 updates per second -- but, of course, your actual performance will depend on the complexity of your transactions. BP Is there a simple way that I can observe

Re: Parsing lockTable dumps

2005-11-01 Thread Knut Anders Hatlen
Lars Clausen [EMAIL PROTECTED] writes: Hi! Delving further into our deadlock/lock timeout problems, I now have a dump of the locks in question. I think I understand what they're saying, but my interpretation doesn't make as much sense as I'd like it to. The lockTable dump is as follows:

Re: paging Øyvind and Naka

2005-11-01 Thread Oyvind . Bakksjo
Rick Hillegas wrote: Hi Øyvind and Naka, I think you both may be working on fixing the same problem: the broken regression tests. The tests were broken by the fix to bug 330 and now Naka has filed bug 663 against the test problems. You might want to coordinate your efforts here. Naka filed

Re: paging Øyvind and Naka

2005-11-01 Thread Rick Hillegas
Thanks, Øyvind. Cheers, -Rick [EMAIL PROTECTED] wrote: Rick Hillegas wrote: Hi Øyvind and Naka, I think you both may be working on fixing the same problem: the broken regression tests. The tests were broken by the fix to bug 330 and now Naka has filed bug 663 against the test problems.

Re: Error in docs -- or something more sinister?

2005-11-01 Thread Daniel John Debrunner
Lars Clausen wrote: The 10.1 docs state that the java.sql.Clob.getCharacterStream() method is UNSUPPORTED [sic], however it works nicely when I try to use it. Is the documentation out of date, or are there some special cases I should know about where is it indeed unsupported? My guess is

Re: Error in docs -- or something more sinister?

2005-11-01 Thread Sunitha Kambhampati
Lars Clausen wrote: The 10.1 docs state that the java.sql.Clob.getCharacterStream() method is UNSUPPORTED [sic], however it works nicely when I try to use it. Is the documentation out of date, or are there some special cases I should know about where is it indeed unsupported? -Lars It

Re: Error in docs -- or something more sinister?

2005-11-01 Thread Colin Rosenthal
On Tue, 2005-11-01 at 18:50, Daniel John Debrunner wrote: Lars Clausen wrote: The 10.1 docs state that the java.sql.Clob.getCharacterStream() method is UNSUPPORTED [sic], however it works nicely when I try to use it. Is the documentation out of date, or are there some special cases I