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 -> Re: Commit after transacton is completed

Re: Commit after transacton is completed

From: <sybrandb_at_yahoo.com>
Date: 25 Nov 2005 00:44:47 -0800
Message-ID: <1132908287.412540.269740@f14g2000cwb.googlegroups.com>


A transaction constitutes a *LOGICAL* unit of work. Also: anything between two commits constitutes a transaction. Consequently: a transaction either ends because of commit or because of rollback.
If you commit every <n> rows, you will have the other people reading hybrid data (partly changed, partly unchanged). Does that sound logical to you?
To me it doesn't.

-- 
Sybrand Bakker
Senior Oracle DBA
Received on Fri Nov 25 2005 - 02:44:47 CST

Original text of this message

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