473,406 Members | 2,894 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

enqueue statspack top5 timed events

Hi

Below is a copy of the top 5 timed events from my statspack. Don't
know how to detect what enqueue waited for what. Don't understand
Oracle Documentation's description on how to check V$SESSION_WAIT and
V$LOCK.

Can anyone help me on how to detect the enqueue wait event? Oracle
just said it means waiting to get access database resources but not
specifically what resources. Is that memory, freelist or mintran?

Any help is appreciated.

Thanks

David

Top 5 Timed Events
~~~~~~~~~~~~~~~~~~
% Total
Event Waits Time (s)
Ela Time
-------------------------------------------- ------------ -----------
--------
enqueue 28 83
82.64
CPU time 15
15.11
db file sequential read 319 2
1.61
control file parallel write 146 0
.31
db file parallel write 13 0
.20
Jul 19 '05 #1
1 6990
ni*******@yahoo.com (David) wrote in message news:<37*************************@posting.google.c om>...
Hi

Below is a copy of the top 5 timed events from my statspack. Don't
know how to detect what enqueue waited for what. Don't understand
Oracle Documentation's description on how to check V$SESSION_WAIT and
V$LOCK.

Can anyone help me on how to detect the enqueue wait event? Oracle
just said it means waiting to get access database resources but not
specifically what resources. Is that memory, freelist or mintran?

Any help is appreciated.

Thanks

David

Top 5 Timed Events
~~~~~~~~~~~~~~~~~~
% Total
Event Waits Time (s)
Ela Time
-------------------------------------------- ------------ -----------
--------
enqueue 28 83
82.64
CPU time 15
15.11
db file sequential read 319 2
1.61
control file parallel write 146 0
.31
db file parallel write 13 0
.20


enqueue = locks.
The sid in v$lock joins back to the sid in v$session.
The taddr in v$session joins to v$transaction
sql_address and sql_hash_value join to address and hash_value in v$sql
The various lockmodes are documented.

Sybrand Bakker
Senior Oracle DBA

Senior Oracle DBA
Jul 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: John G | last post by:
Hi all, I am new to IBM DB2 (V8 - Enterprise Edition) but have been a DBA for Oracle for a few years now. I have some (more than a little but not very much) idea about doing problem diagnosis and...
2
by: WantedToBeDBA | last post by:
Hi All, Greeting. I am Junior DBA working in a privaite firm. Statspack is used to monitor the Oracle Database Server. Is there any such thing in DB2 to monitor performance. I want to know what...
2
by: Alexander Heimann | last post by:
I am trying to figure out how to export data out of an access databse to a .txt file to a specified folder a few times a day. the problem i have is a co worker would like to utilize some of the...
2
by: Javaman59 | last post by:
I have a GUI which is monitoring a real-time device. I have several timed actions, such as periodic polling of the device, and indicators which flash for a fixed period. My first implementation...
6
by: Daniel Walzenbach | last post by:
Hi, I have a web application which sometimes throws an “out of memory” exception. To get an idea what happens I traced some values using performance monitor and got the following values (for...
2
by: Daniel | last post by:
Hi How do i set a socket to wait for a reply after a set time frame? For example the following scenarios: 1) Give a user 10 seconds to respond after which time send an automatic message to...
7
by: Michael D. Ober | last post by:
When calling Enqueue, the internal array may need to be reallocated. My question is by how much? In the old MFC array classes, you could tell MFC how many additional elements to add to the array...
1
by: David | last post by:
Hi Below is a copy of the top 5 timed events from my statspack. Don't know how to detect what enqueue waited for what. Don't understand Oracle Documentation's description on how to check...
1
by: Joe, G.I. | last post by:
I'm new to boost and what I'm doing seems very simple, but I can't get it. I want to store 3 events onto a priority_queue and have them execute n seconds from the time they were created, n is a...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development projectplanning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.