Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Confio DbFlash for Oracle

RE: Confio DbFlash for Oracle

From: <DEEDSD_at_Nationwide.com>
Date: 2006-01-05 20:58:43
Message-id: OF7A7DEE93.2E8413E5-ON852570ED.006FB143@lnotes-gw.ent.nwie.net


No offense taken!

Have you ever tried to catch something as fast as a library cache pin wait (sorry, I misremembered it was the latch, but it was in fact the pin) by querying v$session wait ? I was looking for the reason code for buffer busy waits in v$session_wait not too long ago, hitting / as fast as two fingers could go, and it took me about two minutes to actually catch a buffer busy wait in progress. When I hit the library cache pin & load lock problem, I had an awful time catching one in progress in v$session_wait to get the p1raw to drill into x$kglob and x$kglpn to try and find out what was going on (and finding that it didn't make any sense) before I searched metalink.

I concede that I could have captured much the same data with statspack or by picking a session and tracing it, but it's very handy being in a meeting with 20 people who can't spell "Oracle" and showing them a chart that says "here is precisely what all of your processes are waiting on, and this is what we have to do to fix it". Especially when I don't have to create the chart by hand.

                                                                                           \ 
                                 
                          "Jeremiah Wilton"                                                \ 
                                 
                             T                                                             \ 
           
                                                   To:                                     \ 
         
                          Sent by:                 cc:                                     \ 
                                 
                          oracle-l-bounce_at_freelis                                     \ 
                                      
                          ts.org                   bcc:                                    \ 
                                 
                                                   Subject:                                \ 
          RE: Confio DbFlash for 
                                                   Oracle                                  \ 
                                 
                                                                                           \ 
                                 
                                                                                           \ 
                                 
                                                                                           \ 
                                 
                          01/05/2006 01:46 PM                                              \ 
                                 
                          Please respond to                                                \ 
                                 
                          jeremiah                                                         \ 
                                 
                                                                                           \ 
                                 
                                                                                           \ 
                                 




With no criticism intended for you or DbFlash, wouldn't querying v$session_wait have given you the same information that DbFlash did to find the problem you give in your example?

Jeremiah

-----Original Message-----

From: DEEDSD_at_Nationwide.com

I've been using it for about two years now...

In the first month after we had purchased the product, we had critical performance issue pop up ... I installed DBFlash on the database and let it run for 20 minutes, and I had my answer, in lovely, graphical form that everyone involved could see. It turned out the problem was a rare Oracle bug the inundated the database with library cache latch and load lock waits...

--

http://www.freelists.org/webpage/oracle-l

--

http://www.freelists.org/webpage/oracle-l Received on Thu Jan 05 2006 - 20:58:43 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US