ORACLE transactions
From: Xueli Tang <xltang_at_neumann.uwaterloo.ca>
Date: Wed, 3 Feb 1993 22:50:12 GMT
Message-ID: <C1wA3o.Fzq_at_math.uwaterloo.ca>
Date: Wed, 3 Feb 1993 22:50:12 GMT
Message-ID: <C1wA3o.Fzq_at_math.uwaterloo.ca>
I have a question about running transactions on ORACLE and wonder if anyone can help me out.
In my program, I need to start two different transactions within one process (with the same userid and passwd). I have two threads within the process, each will start a transaction. Is it possible? Is it possible with different userids?
Or: Does ORACLE support nested transactions? (I assume it doesn't and that's why I have to ask the previous question). Because if ti does, I don't need to start two different transactions within one process.
I would appreciate any suggestions.
Thanks in advance!
- Xueli (xltang_at_neumann.uwaterloo.ca)