Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> threads plus connections

threads plus connections

From: ANDREW NUSS <andrew.nuss_at_Eng.sun.com>
Date: Tue, 18 May 1999 10:22:56 -0700
Message-ID: <3741A1F0.368B10A4@Eng.sun.com>


I've had a problem with a certain database: open two connections within the same process, but different threads (Unix) and try to write to and commit to the same row simultaneously from the two different connections.

Not only does table lock not occur correctly, but both threads hang until the process is killed.

Does anyone know if all of the oracle server versions are correctly tested for use by many different connections within the SAME process? On unix.

Thanks
Andy

andrew.nuss_at_eng.sun.com Received on Tue May 18 1999 - 12:22:56 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US