Re: Intermittent freezes with JDBC for Oracle805

1999-07-27 Thread Robert Perry
Actually I have experienced some flakiness with the Oracle JDBC drivers under IRIX's JDK when using native threads, particularly when multiple thread were sharing the same DB connection. I think that is a legal thing to do, but maybe it is not. Peter Kovacs wrote: > The jdk1.2/demo/jfc/Tabl

Intermittent freezes with JDBC for Oracle805

1999-07-26 Thread Peter Kovacs
The jdk1.2/demo/jfc/Table/TableExample2.java freezes after a short time when used with Oracle's jdbc driver for Oracle 8.0.5. I suspect that this is a problem with JDK1.2 pre2 and not with the oracle driver since the same demo runs in a stable manner with green threads. Is blackdown aware of the