DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: enqueue

  1. #1
    Join Date
    Feb 2001
    Posts
    107

    enqueue

    Iam getting the following from statspack:

    Top 5 Wait Events
    ~~~~~~~~~~~~~~~~~ Wait % Total
    Event Waits Time (cs) Wt Time
    -------------------------------------------- ------------ ------------ -------
    enqueue 38,265 11,352,249 88.25
    sort segment request 13,275 1,368,865 10.64
    db file scattered read 1,812,406 73,436 .57
    db file sequential read 693,784 22,138 .17
    log file parallel write 34,170 19,253 .15

    The top wait event is enqueue. Need advice on how to reduce this.

    Thanks

  2. #2
    Join Date
    Dec 2002
    Location
    USA
    Posts
    53
    It was due to LOCK.
    check views v$lock, v$locked_object in peak time to find which objects(tables) are frequently locked and then find problematic sql which locks the tables.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width