How check the reason of IOWait(R) (041)

Hi,
I'm checking my system blocks and crash, and monitoring with x_cons i see many times:
T392  11     -1 User         0* IOWait(R)(041)        0 0               6793246(s)
T445  12     -1 User         0* IO Wait (R)           0 6      2        10520348(r)
how i can check what IO that thread is waiting for?
regards
Clóvis

Hi Clóvis,
since these are User tasks (that is SQL sessions) these IOWAITS occur, because the pages required to process the current SQL command weren't found in the data cache.
The difference between both kind of IOWAITS here is, that IOWAIT(R)(041) simply means, that the specific page is already currently beeing read by another process.
So, if these two are the only processes doing IO right now, it might be that T445 actually reads the page from disk, while T392 waits for it to complete.
More important than what page is read here is what statement is executed in both sessions. (this statement can be different though).
You can know that by enabling the COMMAND monitor before the statements are started or running a kind of trace for the SQL commands issued from the application side.
By checking the statements and their execution plans you might find options to reduce the number of pages that need to be touched.
Hope this points you to the right direction.
regards,
Lars

Similar Messages

  • How check the Strategy, if no authorization for SPRO?

    Hello Experts,
                           Can someone please help on how to check the Strategy for the Release codes, if we dont have the Authorizations for SPRO in the Production Server.
    Please help
    Thank in advance.
    Regards,
    Yawar Khan

    Hello Yawar,
    You can use the below DB tables to see the release strategy configurations.
    T16FB     Release Indicator: Purchasing Document
    T16FC     Release Codes
    T16FD     Description of Release Codes
    T16FE     Descriptions of Release Indicators: Purc
    T16FG     Release Groups
    T16FH      Descriptions of Release Groups
    T16FK      Release Statuses
    T16FL         Release Indicators: Service Entry Sheet
    T16FM         Descriptions of Release Indicators for SES
    T16FS         Release Strategies
    T16FT        Descriptions of Release Strategies
    T16FV        Release Prerequisites
    Regards
    Greg

  • How check the user roles in Business Partner edition screen?

    Hello Masters,
    I'm having a little problem figuring out how to check the user roles to allow modification in some fields.
    At the 'Manage Organizational Data' screen ('Manage Business Partners' -> Business Partner Data -> edit). I need to check the user roles to let him change the 'Tax Numbers' values. The values can be changed only if the user is a administrator; otherwise it must only show the value.
    I checked the HTML Template and found where I can restrict this edition option, but the problem is that I don't know how to check the user roles here. Maybe there is a function to do this?
    Any ideas of how I can do it? Is there any magical BAdI to check this?
    Thanks in advance,
    José Omar

    Hi José Omar,
    there is no BADI for this...
    You have to change the standard code to display only tax data if the SY-UNAME does not have correct role.
    You can retrieve user roles with BAPI_USER_GET_DETAIL, or access directly the activity groups table.
    Rgds
    Christophe

  • How check the number range buffers in bw..

    can any one tell me the procedure...
    how to  check the number range buffers in sap bw,,,,can any one help me on this???
    regards

    Please follow the steps mentioned below for checking the number ranges:
    TCODE: /nse37
    FUNCTION MODULE: RSD_CUBE_GET
    Then click F8
    From there I_INFOCUBE : Cube name(Here we can give the cube names from /nrsa1(click on infoprovider on leftside menu…)
    I_INFOCUBE                      Cubename
    I_OBJVERS                       A
    I_BYPASS_BUFFER                 x
    I_WITH_ATR_NAV
    Click on F8
    In Export Parameters : select below one
    E_T_DIME
    There we will get the Time stamp and number range
    Regards.
    Message was edited by:
            cnu babu

  • How check the content of a field?

    Hi,
    i've a table with some fields, with varchar2, number and date format.
    In this table i need to load a file.
    Before loading, i must check if the value in the file is correct.
    Now i perform some check like this:
    begin
    select to_number(Campo_file_1)
    from dual
    exception
    when others then dbms....
    end;
    begin
    select to_date(campo_file_2,'dd/mm/yyyy')
    from dual;
    exception
    when others....
    end;
    is there any other method???
    My db is in 10.2.0.4
    Tnx
    Edited by: davyp74 on Jul 15, 2010 4:46 AM

    davyp74 wrote:
    Hi,
    i'va a table with some fields, with varchar2, number and date format.
    In this table i need to load a file.
    Before loading, i must check if the value in the file is correct.
    Now i perform some check like this:
    begin
    select to_number(Campo_file_1)
    from dual
    exception
    when others then dbms....
    end;
    begin
    select to_date(campo_file_2,'dd/mm/yyyy')
    from dual;
    exception
    when others....
    end;
    is there any other method???
    My db is in 10.2.0.4
    Your description doesn't match with your table's column description. You said,you have number, varchar and date. So what is "file" that you want to load in this table? Do you mean that you are going to store an actual file in some column? If yes, you need to use Bfile as the data type. If not, tell us with a reproducible example and/or a better explanation that what you want to do ?
    Aman....

  • Request to check the reason for the following error

    Iam trying to execute the following code that is intended to show interdependency between procedures, but Iam not sure why iam getting the following error.? could any one kindly guide me . THANKs
    declare
    X varchar2(4000);
    begin
    for i in 1..5 loop
    execute immediate
    'create or replace procedure prc_'||to_char(i,'fm0000')
    || ' is begin null; end;' ;
    X:='prc_'||to_char(i,'fm0000');
    end loop;
    for i in 5..10 loop
    execute immediate
    'create or replace procedure prc_'||to_char(i,'fm0000')
    || 'is begin null; end;' ;
    end loop;
    end;
    ERROR:
    ORA-24344: success with compilation error
    ORA-06512: at line 11

    Iam trying to modified the code but it is again giving that vague error. Can any one resolve this issue.THANKS
    declare
    X varchar2(8000);
    begin
    for i in 1..5 loop
    execute immediate
    'create or replace procedure prc_'||to_char(i,'fm0000')
    || ' is begin null; end;' ;
    X:='prc_'||to_char(i,'fm0000')||';';
    end loop;
    for i in 5..10 loop
    execute immediate
    'create or replace procedure prc_'||to_char(i,'fm0000')
    || ' is begin'||X|| 'end;' ;
    end loop;
    end;
    ORA-24344: success with compilation error
    ORA-06512: at line 11

  • Where we can check the Sales order cancel reason?

    Hi,
    We are developing a custom report for Sales Order Booked Vs Cancelled. In this report we want to display the reason for canceling the order. We are selecting the reasons while canceling the sales order. But the reasons are not showing in the tables. Where we can check the reason for canceling? Is there any table?
    Regards,
    Prabhu.S.J

    Check this query:
    SELECT FLT.MEANING, OER.REASON_TYPE, OER.REASON_CODE, FLV.MEANING, OER.COMMENTS, OER.CREATION_DATE, OER.REASON_ID, OER.ENTITY_ID, OER.ENTITY_CODE, OER.VERSION_NUMBER, OER.HEADER_ID from OE_REASONS OER, FND_LOOKUP_VALUES FLV, FND_LOOKUP_TYPES_VL FLT WHERE FLV.LANGUAGE = userenv('LANG') and FLV.VIEW_APPLICATION_ID = 660 and FLT.VIEW_APPLICATION_ID = 660 and FLT.SECURITY_GROUP_ID = fnd_global.lookup_security_group(FLT.LOOKUP_TYPE, FLT.VIEW_APPLICATION_ID) and FLV.SECURITY_GROUP_ID = fnd_global.lookup_security_group(FLV.LOOKUP_TYPE, FLV.VIEW_APPLICATION_ID) and FLV.LOOKUP_TYPE=FLT.LOOKUP_TYPE and OER.REASON_TYPE=FLV.LOOKUP_TYPE and OER.REASON_CODE=FLV.LOOKUP_CODE;
    It might help you.

  • I need check the range channel in cFp-2120 in file Configuration Programmble

    how check the range channel cFP-2120 Programmble to check if the range change or not

    Hi,
    The range of the channels is not going to change after you configure the task. However, you can programmatically set the range with the Configure Range.VI. This is located in Measurement I/O >> FieldPoint >> Advanced >> Ethernet Advanced. I hope that you find this information helpful.
    Regards,
    Hal L.

  • How check Powershell Version ?

    Hi...all
    I installed SQL Server 2008 Dev edition on XP sp3.(It Installs WPS)
    I am very much new to PS..I started testing my Installation.
    For example, I typed Get-PS and press the Tab key , 
    the following cmdlets are appearing
    Get-PSDrive
    Get-PSProvider
    Get-PSSnapin
    But It suppose to show below list 
    ❑ Get-PSBreakpoint
    ❑ Get-PSCallStack
    ❑ Get-PSDrive
    ❑ Get-PSProvider
    ❑ Get-PSSession
    ❑ Get-PSSessionConfiguration
    ❑ Get-PSSnapin
    Why some other cmdlets are missing...Help me how to resolve and how check the Present version of WPS.
    Thanks in Advance
    SNIVAS

    I wish Thomas Lee was still participating here.
      - Larry
    I do Larry - from time to time. But I find the web so painful and slow to use I spend less time here than I used to spend in the old newsgroups. ANd sadly, Microsoft's latest OSs have killed my favourite NNTP client (it was IE based and they changed IE64
    to the point where it broke Turnpike). OH well
    Thomas Lee <[email protected]>

  • HT204088 a pre-order I made on my credit card is not showing on my account,or history of purchases. I recently changed my security details,could this be the reason? How can I talk to someone to check the issue out? thanks

    How can I speak to someone re a 'pre-order (CD)? I have checked the purchase history for my account,and it does not seem to be showing as ordered???
    Appreciate some help.Thanks

    We are fellow users here on these user-to-user forums, you're not talking to iTunes Support nor Apple.
    You can try contacting iTunes Support via this page (but if the purchases weren't done on your or your wife's account then they may not be able to help, you may have to go through your card's issuer) : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page

  • HT204152 I am unable to update my App  store Updations. the reason being billing problem asking to update payment method.many times i updated my credit card details but refusing from the system .how can i update my app store updations like  Face book etc.

    I am unable to update my App  store Updations. the reason being billing problem asking to update payment method.Many a  times i updated my credit card details but refusing from the system .how can i update my app store updations like  Face book etc....Using ! phone 6plus  .IOS8.3

    What do you mean by 'refusing from the system', if you are getting an error message then what does it say ?
    For a credit card to have a chance of being accepted it needs to be registered to the same name and address (including format and spacing etc) that you have on your iTunes account, and have been issued by a bank in the country where you and your iTunes account are. If it is and if you are getting a 'declined' message then you could check with the card issuer to see if it's them that are declining it, and if not then try contacting iTunes Support (these are user-to-user forums) and see if they know why it's being declined : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption
    If when trying to download you are getting a message about a 'problem with a previous purchase' then that implies that iTunes wasn't able to collect the money for your last purchase. If that is the case then you won't be able to download anything else (including app updates) until you've paid off what you owe : Pay an unpaid balance in the iTunes Store - Apple Support
    If you aren't getting the 'problem with a previous purchase' message then try logging into your account (not when trying to download something) and see if you get the 'none' option so that you can remove the card's details and be able to download updates to your apps : Change or remove your payment information from your iTunes Store account (Apple ID) - Apple Support

  • How to Check the total value of a field

    Hi,
    I want to check the total value of a field (this total is obtain by using property of that field thru personalization).
    that means , in a table 3 columns are there (col 1, col2 & col3). I personalized the total property as true for col3.
    now i'm getting the total for that field.
    I want to check that total whether it crossed 100 or not.
    How to do this?
    Thanks in advance,
    SAN

    Hi San,
    You can achieve by using OATotalRowBean, search for OATotalRowBean in this forum you should be able to get some sample code.
    public class OATotalRowBean
    extends TotalRowBean
    implements OAWebBean, OAWebBeanConstants
    A special row rendered at the bottom of a table which lets users see totals for columns which are designated for summing.
    Note The total is calculated and displayed only for visible rows.
    When you indicate that you want to total one or more columns, the OA Framework creates an OATotalRowBean and designates it as the columnFooter named child of the OATableBean. If the OATableBean is also configured to insert rows (so it has an "Add Another Row" button), then the total bean becomes an indexed child of the add table row bean (see OAAddTableRowBean), which the OA Framework in turn designates as the table's columnFooter object.
    If you need to access the table's column footer object for any reason, call the OATableBean's getColumnFooter() method. If row insertions are enabled, this method returns an OAAddTableRowBean; otherwise it returns an OATableRowBean.
    For detailed information about creating and working with tables, see OA Framework Developer Guide: Tables.
    With regards,
    Kali.
    OSSi.

  • My account 2yr contract ends in Nov 29th 2014, however, i want an iphone.   Should i buy it paying it in full 750 dollars or just pay 299 tax and make another 2 yr contract?   The reason im asking is im leaving US by May 2015. How much EFT will cost by Ma

    My account 2yr contract ends in Nov 29th 2014, however, i want an iphone.
    Should i buy it paying it in full 750 dollars or just pay 299+tax and make another 2 yr contract?
    The reason im asking is im leaving US by May 2015. How much EFT will cost by May 2015? Do I have to return the device as well? or i can keep the device?

    kiyoungtack1,
    You have asked a great question! It is your choice how you would like to go about purchasing the iPhone. Do you currently have an iPhone? If so you can trade in your current iPhone and put it towards the purchase of the new iPhone 6 or 6 Plus at full retail pricing. http://bit.ly/GGnDDC Have you checked to see if you are eligible for Early Edge? If you would like us to investigate further into which option would be the most cost efficient to you please private message me so we can review further.
    LindseyT_VZW
    Follow us on Twitter @VZWSupport

  • Log4j: how to check the configuration?

    Hi
    I wonder if there's a way to check inside the java code if log4j is set up properly and everything works fine.
    In other words: to suppress messages like "log4j:WARN No appenders could be found for logger...." and replace it with something, a normal user understands and knows what to do.
    Since this WARN-Message isn't an exception, I can't just catch it and I didn't found a "proof"-method yet.
    Thanks

    Of course they should not see it.
    And this is exactly the reason why I don't want Log4j-Messages to appear to them. So how can I make sure, everything is ok?
    Logging should me maintainable by administrators - I don't want to hard-code it. But I want to be sure, log4j has found it's properties-file.
    Edited by: Stromberg on May 15, 2008 4:40 AM

  • For some reason, the Flash Player on my MAC Pro stopped working, I've checked the install on my Adobe Flash Player and the are current, but the plug-ins don't seem to be working.  Can anyone help me get it working?

    For some reason, the Flash Player on my MAC Pro stopped working, I've checked the install on my Adobe Flash Player and the are current, but the plug-ins don't seem to be working.  Can anyone help me get it working?

    It happened w/ my MacPro 2.66 GHz Dual-Core Intel Xeon about 5 months ago; tried everything I could think of including multiple downloads of Flash, and hadn't seen any solutions here.  Adobe insisted many times that I download & update, but the newest vers. wouldn't work on the computer.
    On checking Adobe/Flash was reading the computer as being an earlier model. So the new version of Flash wouldn't work w/ it.  Snow Leopard 10.6.8 was being read correctly but not the computer model (can't remember what MP model  it was reading).
    Nothing worked. So -- a very old PC trick: If nothing else works get the hammer out and bludgeon it-- might work. So I reset everything by putting the Snow Leopard  install disk in, held down 'C' on restart and let it run. 
    Didn't take anything off the HDD first, just ran the install disk over everything.
    The experts on the forums are probably cringing right now & I'd like very much for them to jump in. Love to know how my computer model was being mis-read. All I can say is, for the brave and desparate, it worked for me. Something to keep in mind.
    It helped that I had a new computer on order & have 2 backups, one being mandatory. Might work only the one time but worth a check.
    Good luck on working this one out.

Maybe you are looking for

  • Can't seem to open my world on blackberry app to enable me to create a new blackberry ID!

    Helo there I have been struggling for days now, surfed the web and I just can't seem to find any answers for my problem! I don't know could it be my software that needs to be updated or what the exact problem is. I download app world with ease but th

  • Why won't my folders open when I  click on them?

    My Mac has been doing some irritating things over the past month or so. When I click on an arrow to open a folder with multiple subfolders, for instance, it often won't open. I have to click it repeatedly. It will finally open. Or if I click on somet

  • Some web pages not loading correctly!

    Prior to the last Apple security update and move to Firefox 6.0, everything worked correctly. No problems of this type since I purchased my Imac Feb.2010. Listed are some of the problems I am experiencing. Please note that a number of web sites load

  • Unable to Create Project Contract  from back end (R12)

    Hello, I am trying to create project contract using following code: DECLARE lv_return_status VARCHAR2 ( 1000 ); ln_msg_count NUMBER; lv_msg_data VARCHAR2 ( 1000 ); l1 oke_import_contract_pub.chr_rec_type; l2 oke_import_contract_pub.chr_rec_type; erro

  • Distorted sound on iMac with Windows 7

    Hi, I've just upgraded from Windows Vista Ultimate to Windows 7 Home Premium. Before the sound worked perfect, but now it is very distorted. When I mute windows I can still hear sound - it is just a bit more distorted and at a bit lower volume. I tri