473,654 Members | 3,062 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 7017
ni*******@yahoo .com (David) wrote in message news:<37******* *************** ***@posting.goo gle.com>...
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
3265
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 performance tuning using Oracle Statspack, and was familiar with the most frequently seen Oracle wait events and all. Is there a tool or solution, similar to Oracle Statspack for DB2? I am not interested in third party applications. Even...
2
3036
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 the SQL which got executed and how many times it got executed and like that stuff. Advance Thanks for ur reply. WantedToBeDBA.
2
1700
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 data from the access database in a business objects report. i would like to set the access database to save to the text file a few minutes before the business objects report is schedule to run to ensure the most up to date data is utilized any...
2
1628
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 of this was to replicate the way I have seen this done before - have one central timed method, which is on a timer tick, and use time variables to keep track of when events are due. I have now realized that I can avoid the timer method, and time...
6
3783
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 one day): \\FFDS24\ASP.NET Applications(_LM_W3SVC_1_Root_ATV2004)\Errors During Execution: 7 \\FFDS24\ASP.NET Apps v1.1.4322(_LM_W3SVC_1_Root_ATV2004)\Compilations
2
2146
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 the server from the client to do a default action 2) set a time limit to give the server time to respond before continuing I have a lobby as part of my project and i need the lobby data to be
7
2566
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 when it needed to reallocate, which greatly boosted performance relative to adding 1 element at a time. Thanks, Mike Ober.
1
275
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 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?
1
2926
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 randomly generated amount of time between 0 and 10 seconds. // create container that holds function objects priority_queue<boost::function<void (Event) pq; // create 3 events and place in priority_queue
0
8375
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, well explore What is ONU, What Is Router, ONU & Routers main usage, and What is the difference between ONU and Router. Lets take a closer look ! Part I. Meaning of...
0
8815
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8482
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8593
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6161
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 presenter, Adolph Dupr who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5622
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4149
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4294
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2714
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.