Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Performance question
Ryan,
That is textbook and that is how I learned too... in real life things are not so atomic (even the nuclear device has many many many atoms, you can't throw one atom at someone and call it explosion).
if I say 'Oh and yesterday we did "x" commits and "y" rollbacks per hour', the management won't give rats-where-sun-doesn't-shine. But if I can say 'Yesterday we averaged about 1500 orders per hour, management will stay awake for the reaining statements.
e.g. for me Booking an order may mean 5 inserts, 4 updates .. only when all these are successful I'll say, "I successfully booked an order" and this is what is in real life. Although I have never worked on Oracle applications, I don't think they count the commits there .. it is probably more complex than that.
HTHS
Raj
--- ryan.gaffuri_at_comcast.net wrote:
> never heard transactions defined that way. the textbook definition is 'atomic' activities which
> in oracle is a commit.
>
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Wed Jun 23 2004 - 12:01:14 CDT
![]() |
![]() |