How to see how many times of  index split occured on an index?

hi gurus
The ASH reports shows a lot of enq: index contention wait event on an index.I suspect that it's index split that caused the waits. From wht dictionary can I see the times of index split once occured on that index?
Thanks very much!

http://download.oracle.com/docs/cd/B19306_01/server.102/b14211/instance_tune.htm#i16341
The name of the enqueue is included as part of the wait event name, in the form enq: enqueue_type -  related_details. In some cases, the same enqueue type can be held for different purposes, such as the following related TX types:
    *      enq: TX - allocate ITL entry
    *      enq: TX - contention
    *      enq: TX - index contention
    *      enq: TX - row lock contention
The V$EVENT_NAME view provides a complete list of all the enq: wait events.
You can check the following V$SESSION_WAIT parameter columns for additional information:
    *      P1 - Lock TYPE (or name) and MODE
    *      P2 - Resource identifier ID1 for the lock
    *      P3 - Resource identifier ID2 for the lockdoes following SQL return any rows for you?
SELECT Decode(request, 0, 'Holder: ',
                       'Waiter: ')
       || sid sess,
       id1,
       id2,
       lmode,
       request,
       TYPE
FROM   v$lock
WHERE  ( id1, id2, TYPE ) IN (SELECT id1,
                                     id2,
                                     TYPE
                              FROM   v$lock
                              WHERE  request > 0)
ORDER  BY id1,           request; 

Similar Messages

  • How to see the Ringing Time of a Missed Call?

    How to see the Ringing Time of a Missed Call?

    I wanna see the missed call as a Genuine Call (Ringing for the full time) or a mere signal of a few second as a request for call back.

  • How to see how fash my network conecttion?

    how to see how fast my network connection?

    Then go to the web address I posted: http://www.speedtest.net

  • [Help] - How to create BP many times.

    Dear all,
    Pls help..
    i created Business Partners(BP) many times (use FM: COM_BPUS_BUPA_CREATE)
    This is the code:
    LOOP AT lt_mstcust INTO ls_mstcust.
    i FILL data cust that want to be created.
      CALL FUNCTION 'COM_BPUS_BUPA_CREATE'
        EXPORTING
          IV_PARTNERCATEGORY         = partner_cat
          IV_BUSINESSPARTNERGROUP    = lv_bpgroup
          IS_CENTRALDATA             = ls_central
          IS_CENTRALDATAORGANIZATION = ls_organ
          IS_ADDRESSDATA             = ls_address
          IV_ACCEPT_ERROR            = 'X'
          IV_BUSINESSPARTNERROLE     = lv_bprole
        IMPORTING
          EV_BUSINESSPARTNER         = lv_bpnumber
        TABLES
          IT_TELEFONDATA             = lt_telephone
          IT_FAXDATA                 = lt_fax
          ET_RETURN                  = lt_return.
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
          EXPORTING
            WAIT   = ''
          IMPORTING
            RETURN = lt_return.
    ENDLOOP. 
    end of code.
    The strange problems:
      Not all BP that i created saved in table BUT000, although all BP number was generated after running that FM.
      So i can say after i run the LOOP, i got all bp number. BUT, some of bp numbers were not found in table BUT000. It means when i run TCODE: BP and i entered BP number that were not found in BUT000, error message (bp is not found) would be raised.
    Do u have any solutions for it?
    Or are there others creating BP FM that can be run in LOOP (can create BP in many times)?
    Please help y..
    Ur help is very important for me.
    Regards.
    Daniel N.

    Hi Daniel,
    You can try out one of the following.
    1. Call the function module "COM_BPUS_INPUTDATA_CHECK" before the function module "COM_BPUS_BUPA_CREATE"
    2. Instead of calling the function module "COM_BPUS_BUPA_CREATE" Try calling "BAPI_BUPA_CREATE_FROM_DATA" and then commit and then call "COM_BPUS_BUPA_ROLE_ADD"
    3. Try removing the flag IV_ACCEPT_ERROR = 'X' from the function module call.
    4. In the BAPI_TRANSACTION_COMMIT pass a value 'X' to the parameter WAIT.
    Let me know if this helps!
    Jash.

  • How to see how much hard drive space is free in my MacBook Pro

    I have a lot of music and am starting to use lossless files.  How can I check to see how much hard drive space I have free on my MacBook Pro?

    Select:
    •  (in the Menu Bar)
    • About This Mac
    A window appears
    Select:
    • More Info...
    Another window appears
    Select:
    • Storage

  • How to see how much Hard Drive space I have

    Is there any way to see how much hard drive space I have left on my laptop in Lion?

    Also in a finder window if you holding cmd press / the grey bar that i think you looking for appear at the botton.

  • Anyone knows how to see how much i own to itunes?

    anyone knows how to check how much money i own to itunes?

    Could you walk us through the problem in some more detail, please?

  • How to see how many users are working on a Dynpro application?

    Hello,
    Is it possible to see somwhere at the portal or on the WAS how many users are currently working with my Web Dynpro application?

    Hi Roy,
    I know it isn' exactly what you want but if you got to:-
    System Administration->Support->Web Dynpro Test Tools->User Management
    you can at least see the users currently running Web Dynpro applications (I think!)
    At least its a start!
    Cheers,
    Gareth.

  • In the Code Modus how I see how many characters I typed in ?

    Hello from Munich Germany,
    How can I have with Dreamweaver CS3 Windows Version
    In the Editor Code-Modus – when I write characters from
    left to right – that Dreamweaver COUNT ME the number of
    characters.
    Therefore I was using Microsoft Expression Web as Software.
    It did show me the number of Lines + the Number of
    characters.
    I miss in the Dreamweaver CS3 a modus, that he shows me by
    typing the characters, how many they are.
    Has somebody of you a Solution for me ?
    Regards

    Hi,
    Thanks, this is what I came up with:
    st05,
    check SQL Trace, Activate Trace
    Now, in Rsa1
    on Cube, Cube1,
    Manage, Performance tab, Check Statistics
    Again, back to st05
    Deactivate Trace
    then click on Displace Trace
    Now, in the trace display, after scanning through  the output,
    “ … how do I see the SELECT statements that the "Check Statistics" command executes …”
    I will appreciate your help.

  • How to see how many deadloacks are?

    Hi Friends!
    In working in BI, and sometimes my process were cancelled by deadlock.
    How can I verify if there are or how many deadlocks are in the database?

    Hi,
    You can programme a daily CheckDB in DB13. There you will have the deadlocks of each day:
    BR0974I Checking database messages in /oracle/<SID>/saptrace/background/alert_<SID>.log ...
    BR0976W Database message alert - level: WARNING, line: 793248, time: 2010-05-24 20.50.10, message:
    ORA-00060: Deadlock detected. More info in file /oracle/<SID>/saptrace/usertrace/gep_ora_1616.trc.
    Best regards,
    Martina

  • How to see render/encode time for individual comps rendered in AME?

    After rendering a number of comps in AME, following the new recommended workflow for H.264, I don't see any display of how long each render was. I do see a total for all the encodes at the top of the AME window. In the AE Render Queue, I can see when each render was started, and how long it took to complete.
    Where can I get that information in AME?

    Hi Experts,
    Request your valuable inputs and support on achieving the above requirements.
    Looking forward for your responses.
    Thanks,
    Bhargav

  • How can i writ many times in one Excel

    I have a numbers in open excel,and than i want to compar those numbers to the new numbers, if it same the new number to be writ like the same as showing in excel (Abou55).but my probleme is when i am trying to writ the second number the first number desappear
    somone can help me withe sample.
    thank you
    Attachments:
    Abou55.zip ‏66 KB

    Your inner loop interates thru all of the elements of the left column and writes the second column with either the new string value if there is a match, or a "" if there is no match. This loop will step on the previous number every time.
    Your simplest solution is by enclosing the two nodes Range.Value2 in a case statement and execute it only if the compare is true.
    There is also a flaw in the inner loop auto indexing. There will always be only one value in that array. This inner loop serves no purpose and should be removed.
    Michael Munroe
    Certified LabVIEW Developer
    www.abcdef.biz
    Michael Munroe, ABCDEF
    Certified LabVIEW Developer, MCP
    Find and fix bad VI Properties with Property Inspector

  • How to see how much data is used by computers on a network

    Hi, (I already asked this, but posted it in the wrong place... apologies)
    How can I tell the amount of data that some computer has downloaded from the Internet (via my airport extreme (new model))? I have an ADSL connection with a limit on the amount of data I can download (15GB). For some reason, I have almost reached this limit in two weeks! Normally, I only use up about 2GB per month.
    Thanks for your attention!

    Hi valery,
    Thanks a lot for your instant reply on SDN.
    But i didn't get what you explained me as I am new to WebDynpro Java
    If you could explain me this in step by step process & coding involved.
    i have created a new value node in component controller to bind it with table & initially having RFCNAME_Input in component controller.I have added attributes required for treetable to this new value node & also placed a recursive node in it.
    Then, i have placed elements of RFCNAME_Input->Output->Lt_org_unit node to an arraylist.
    After this i am not able to proceed.
    I would be very greatful to you if you can spare some time & help me.
    Thanks & Regards,
    Ankur
    <b>
    code i wrote for populating arraylist.:</b>
    IWDNode tnode = wdContext.nodeTest_Org_Unit_Input().nodeOutput().nodeLt_Org_Unit();
    int size = tnode.size();
    final Collection modelObjects = new ArrayList(size);
    for(int i = 0;i<size;i++)
    final IWDNodeElement tele = tnode.getElementAt(i);
    final Object model = tele.model();
    modelObjects.add(model);

  • Is there an app for the ipad that lets you see how many times an app has been played?

    looking for an app to see hoe many times the appds han been played
    Sincerely,
    Jim

    I think I can refresh my question..
    is there an app that can give me a small database when a specific app has been launch /played?
    Jim

  • How can I see how much free space I have on computer?

    Hi, I am trying to clear my computer of unneeded stuff because it's gotten very slow. I am wondering how to see how much space I have left. I remember once seeing a pie chart somewhere in the computer but do not know how to find this. I suspect it will tell me I have very little space left. Is there a way to figure out what you can delete and what you cannot? So much in my computer has undecipherable names like abbreviations. I would have no idea what it is. (The last time I took a chance and began deleting folders and things I did not recognize I unknowingly deleted MS Office and so no longer have Word.)
    Can I defrag? Not sure what that is but I know it's good to do but could not find out where to do that. Can I clear the cache? Where is the cache? Is there a secret super storage bank full of 8 years of duplicates and back-ups I do not need?
    Thank you.

    Here's one:
    tp://www.kanzelsberger.com/pixel/?page_id=9
    along with a review lf the Linux b6 version
    http://applications.linux.com/applications/05/12/06/1828230.shtml?tid=39
    (feature set should be identical)
    It's not quite Photoshop and only in beta (b7), and the interface is not very Mac-like - but at $32 it could be worth a try.

Maybe you are looking for