dbTalk Databases Forums  

commit taking a long time

comp.database.oracle comp.database.oracle


Discuss commit taking a long time in the comp.database.oracle forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
mark collings
 
Posts: n/a

Default commit taking a long time - 05-26-2004 , 02:51 PM






Hi,
I am using oracle 9.2 with windows2000 server.
When I commit a transaction, it takes a long time even for a single
record. Selects are very fast.
This is what I get from the waitstats

SQL> select class, count, time
2 from v$waitstat
3 where count > 0
4 order by class
5 /

CLASS COUNT TIME
------------------ ---------- ----------
data block 4 0
segment header 1 0

What are the init paramters that I can check or any v$ tables to
pinpoint the problem.
Thanks,
Mark

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.