Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Performance question
Transaction is upto you to define ... you can say every commit is a transaction or booking an
order (might include 15 different table inserts/updates) as one transaction.
So, define it yourself ... there is no hard and fast definition. However in general terms a transaction ends at commit or rollback. Successful (commit) or not (rollback), it is still a transaction.
Raj
--- Harvinder Singh <Harvinder.Singh_at_MetraTech.com> wrote:
> Yes tps or records inserted per second
>
-- 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 - 11:15:13 CDT