Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Commit after transacton is completed
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 DBAReceived on Fri Nov 25 2005 - 02:44:47 CST
![]() |
![]() |