RE: Enqueue Waits in Oracle Financials

2002-12-30 Thread Jay Hostetter
John, I know this is an old topic, but Oracle Support proposed a patch and we finally got it tested. It looks like this enqueue wait goes away with the application of concurrent processing rollup patchset C 2385942. Thanks, Jay Hostetter Oracle DBA D. E. Communications Ephrata, PA USA

RE: Enqueue Waits in Oracle Financials

2002-12-09 Thread Jay Hostetter
John, Yes, the PMON method is lock. The ICM runs 1 process with a sleep time of 30 seconds and a null value for cache size.All of our managers sleep at least 30 seconds, with the exception of a Service Manager, which is null. I'll probably end up logging a TAR. Thanks, Jay [EMAIL

RE: Enqueue Waits in Oracle Financials

2002-12-06 Thread Jay Hostetter
Here is the output from the query: Sid/Ser# DB/OSUser StartTime Mins Rbs NameBlks Status -- --- -- -- - 14/106 APPS/applmgr12/06/02 01:29:32 518 RBS2 1 ACTIVE 33/537 APPS/applmgr

RE: Enqueue Waits in Oracle Financials

2002-12-06 Thread John Kanagaraj
, December 06, 2002 8:51 AM To: Multiple recipients of list ORACLE-L Subject: RE: Enqueue Waits in Oracle Financials Here is the output from the query: Sid/Ser# DB/OSUser StartTime Mins Rbs Name Blks Status

RE: Enqueue Waits in Oracle Financials

2002-12-05 Thread Deshpande, Kirti
Jay, You may want to refer to Metalink Doc Id #29787.1 and 34566.1. Those will explain what p2, p3 are in an enqueue wait. Unfortunately, those will not discuss p2, p3 for UL :( I know nothing about Oracle Apps (11i). May be John K. could comment on that. - Kirti -Original Message-

RE: Enqueue Waits in Oracle Financials

2002-12-05 Thread John Kanagaraj
Jay, Does this come from the alert manager? Do you have any of those new-fangled 11i modules (or should I call the 'mangled'!!). You could use the script below (adapted from Govind who posted this a few days back) set pages 100 column sid_serial format a10 heading Sid/Ser# column username format

Re: enqueue waits -- CI

2001-05-17 Thread Jeffery W
Hi Diego, If lock type is 'TX', rollback segment number = trunc(p2/65536) and slot number = p2 - 65536*trunc(p2/65536). May I know which table you are looking at to get the following detailed info about enqueue waits? Enqueue Stats -- TY GETS WAITS

RE: enqueue waits -- CI (still remains)

2001-05-17 Thread Diego Cutrone
Thanks for the TX information Jeffery. But my question about CI enqueue still remains. Here's the query to get enqueue waits statistics, it's from Steve Adams' site. select q.ksqsttyp type, q.ksqstget gets, q.ksqstwat waits from sys.x_$ksqst q where q.ksqstget 0 / thanks again

RE: enqueue waits -- CI

2001-05-17 Thread Diego Cutrone
of list ORACLE-L Subject: RE: enqueue waits -- CI Thanks for answering Unal, John. John, you were right about the query. I've corrected it. And I'm not getting T[ and CK anymore,now I get TX and CI. I've also done further investigation and I also know now what p2 and p3 mean

RE: enqueue waits -- CI

2001-05-17 Thread Steve Adams
://www.christianity.net.au/ -Original Message- From: Diego Cutrone [mailto:[EMAIL PROTECTED]] Sent: Thursday, 17 May 2001 4:11 To: Multiple recipients of list ORACLE-L Subject: RE: enqueue waits -- CI Thanks for answering Unal, John. John, you were right about the query. I've

RE: enqueue waits -- CI

2001-05-16 Thread Steve Adams
Hi Diego, No, those are block buffers. When a segment is dropped, truncated or shrunk (normally a rollback segment) then a reuse block range cross instance call is needed to flush the unwanted blocks from cache. Similarly, before a parallel direct read a checkpoint block range or checkpoint

RE: enqueue waits

2001-05-15 Thread Mohan, Ross
see p2text and p3text for more. Sounds like a one-time long-held table/row lock to me. If you can, bounce the instance and recheck for reoccurence hth Ross I wish I could do statistics Mohan -Original Message- Sent: Tuesday, May 15, 2001 2:50 PM To: Multiple recipients of list

RE: enqueue waits

2001-05-15 Thread John Kanagaraj
Hi Diego, Without going into details, an 'enqueue' wait is mostly due to a user/program initated transaction lock and I see it a lot in Financial databases (I see you are on 10.7?). I deduce you were looking at V$SYSTEM_EVENT - If a user locked one row (probably queried a row in Forms,

RE: Enqueue waits

2001-04-06 Thread Pablo ksksksk
Thanks for the answer Steve. --- Steve Adams [EMAIL PROTECTED] escribi: Hi Pablo, The TM and TX waits are probably normal application tuning issues. You'll find some tips about reducing ST enqueue waits on the Ixora web site, MetaLink and elsewhere. The CU and SQ waits are relatively

RE: Enqueue waits

2001-04-04 Thread Steve Adams
Hi Pablo, The TM and TX waits are probably normal application tuning issues. You'll find some tips about reducing ST enqueue waits on the Ixora web site, MetaLink and elsewhere. The CU and SQ waits are relatively few and probably relatively brief, nevertheless there can be performance issues

Re: enqueue waits from statspack report

2001-02-07 Thread Charlie Mengler
CI - Cross-instance Call Invocatiom UL - User-defined locks [EMAIL PROTECTED] wrote: The following is from a Statspack report from an 8.0.5 database on a Sun server during a load test. Can anyone explain what type of enqueues these are and where I can find some doco on them? I did look on