Daily UNDO statistics report?

i want to find the undostats for the last seven days on daily basis.I want the out put in the following format
date sum(undoblks) sum(txncount) max(maxmaxquerylen)
30/06/2008 100 200 300
01/06/2008 200 300 400
Thank You All...

Nick, too bad I had not seen that thread.
-- my version
> @t9
> select to_char(begin_time,'YYYYMMDD') as TIME,
  2         sum(undoblks), sum(txncount), max(maxquerylen)
  3  from v$undostat
  4  group by to_char(begin_time,'YYYYMMDD')
  5  /
TIME     SUM(UNDOBLKS) SUM(TXNCOUNT) MAX(MAXQUERYLEN)
20080629            85          7772              435
20080630        262410       6240097              638
20080701        304863      17472266             1681
20080702         87685      10133385             8287
-- Jonathan's
select  2          to_char(trunc(begin_time,'dd'),'mmdd hh24:mi:ss'),
  3          sum(txncount),
  4          sum(undoblks),
  5          max(maxquerylen)
  6  from v$undostat
  7  group by
  8          to_char(trunc(begin_time,'dd'),'mmdd hh24:mi:ss')
  9  order by 1
10  /
TO_CHAR(TRUNC SUM(TXNCOUNT) SUM(UNDOBLKS) MAX(MAXQUERYLEN)
0629 00:00:00          7772            85              435
0630 00:00:00       6240097        262410              638
0701 00:00:00      17472266        304863             1681
0702 00:00:00      10133385         87685             8287
[pre]
-- Mark D Powell --                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • No Daily Sales/Trend Report for today?

    Has anyone received your iTunes Connect Daily Sales/Trend Report for today (1/25/10)? I have not received mine yet. First time it hasn't been up at this hour.
    It usually arrives at 2:30am (it's 9:30am here now) or if it's delayed, usually in another region, there's a note in big red text on the reports page.

    As I recall (back when I only had a few apps just starting in the store), yes, no daily sales means no daily report. Wait for the weekly report to confirm.

  • How to get Daily Customer Balance Report?

    Hi
    I have received a requirement from the user where he has to send the Daily Customer balance report currently he is using the T.Code S_ALR_87012172 Customer Balances in Local Currency for fetching the monthly data.
    I want to know what are the ways to make the report and what is the best way out of them to do it. Can it be done through user Exit, BADI, query or we have to get the Z report made by the apaber.
    Also, if it is possible please tell me the way step by step for user exit, badi or query if that is to be used.
    Please help
    Thanks in advance
    Pankaj

    Thanks for your reply Aleksey...
    We are using the report S_ALR_87012172 - Customer Balances in Local Currency and user want the same report on daily basis like Total Debit/Credit, Balance carryforward and the Accumulated balance. I have checked but unable to find out any such output.
    Please suggest what to do whether to make chnges in report painter or have to write a query. If I write a query then plz suggest me the tables as I am trying to do that but unable to link the Balance carryforward and accumulated balance.
    Regards
    Pankaj

  • Daily demand forecast report

    Hello, can you please help with the report design on Bex, I am a fresher on SAP BI.
    I have a requirement to design Daily demand tracker, report is published weekly, i have to show the fields in report as sunday, monday... soon, overall week total demand? Can you please tell me how we can achieve this?

    Hi Poori,     Once you are in RSPC transac, choose you Chain and double click. Then press F8 and you'll schedule the job each day of the week and hours, normally C priority. Regards.

  • Daily Cash Receipt Report

    Hello,
    Do we have any Daily cash receipt report in SAP AR (Standard SAP)
    Nettem

    If you se lockbox then you can use FOEBL1, otherwise you can use FBL5N and choose the document type that is used for cash receipts.

  • Vendor Statistics Report ALV

    Hi,
    I am looking for a Vendor Statistics report developed by an ABAPER which basically shows how late a PO was, If full quantity was GR etc basically a Vendor Evaluation report,
    Points will be awarded any Vendor Evaluation Type report will be helpful ALV format pref
    Thanks
    Adeel

    Hi Adeel
    you can get a start from this:
    EKPO , JSTAT will be you might be helpful
    Get the object number... for the order...
    CALL FUNCTION 'STATUS_READ'
    EXPORTING
    client = sy-mandt
    objnr = p_objnr
    only_active = 'X'
    TABLES
    status = lt_status
    EXCEPTIONS
    object_not_found = 1
    OTHERS = 2.
    SELECT txt04 FROM tj02t
    INTO lv_status
    WHERE istat EQ wa_status-stat
    AND spras EQ 'E'.
    ENDSELECT.

  • Gather Schema Statistics Report taking more than 13 hours to complete is it normal?

    I have run Gather Schema Statistics Report at 9 pm and it completed on 11am next morning. It almost took more than 13 hours, is this behavior normal.
    I have used the following parameter.
    Schema name: ALL
    Estimate percent:50
    Backup Flag :NOBACKUP
    History Mode :LASTRUN
    Gather Option:GATHER
    Invalidate Dependent Cursor : Y
    My database size is about 250 GB.
    Please reply

    Gather schema stastics is erroring out when i'm using the GATHER_AUTO option with 10%.
    Here is the log file
    +---------------------------------------------------------------------------+
    Application Object Library: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    FNDGSCST module: Gather Schema Statistics
    +---------------------------------------------------------------------------+
    Current system time is 13-AUG-2013 10:42:12
    +---------------------------------------------------------------------------+
    **Starts**13-AUG-2013 10:42:12
    ORACLE error 20001 in FDPSTP
    Cause: FDPSTP failed due to ORA-20001: SYS_NTGNSVL1S+OCZGRAAHKD9MYG== is an invalid identifier
    ORA-06512: at "APPS.FND_STATS", line 774
    ORA-06512: at line 1
    The SQL statement being executed at the time of the error was: SE
    +---------------------------------------------------------------------------+
    Start of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    In GATHER_SCHEMA_STATS , schema_name= ALL percent= 10 degree = 8 internal_flag= NOBACKUP
    ORA-20001: SYS_NTGNSVL1S+OCZGRAAHKD9MYG== is an invalid identifier
    +---------------------------------------------------------------------------+
    End of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    +---------------------------------------------------------------------------+
    Executing request completion options...
    Finished executing request completion options.
    +---------------------------------------------------------------------------+
    Concurrent request completed
    Current system time is 13-AUG-2013 10:43:29
    +---------------------------------------------------------------------------+
    I have used the following parameters
    Schema name: ALL
    Estimate percent:10
    Backup Flag :NOBACKUP
    History Mode :LASTRUN
    Gather Option:GATHER_AUTO
    Invalidate Dependent Cursor : Y

  • ActiveSync Device Statistics report for users does not show Device Phone number

    HI ,
    I have trying to run a Active-sync Device Statistics report to get all the details for active Sync users, but report show only last four digit of  device phone number for few users and for most of the users its blank.
    Is there way if we can get Device Phone number for active sync users.
    Thanks,
    Pradeep Kumar

    Hi,
    Yes i have tried all of these transactions, these all relate to individual sales orders or production order costs.
    Im looking for a report showing the costs for a range of sales order line items, exaclty like KOB1 but for sales orders.  KVBI does exactly what I want but the material filed is not populated.
    Is there a way to populate this field as part of the settlement?
    Cheers
    Phil.

  • What is "Default" in Usage Statistics report detail?

    I am running RoboHelp Server 8 and am outputing the "Usage Statistics" report which has an option to report on Browsers and Operating Systems. In the results for both is a category called "Default" (see images below). Does anyone know what this means? If you can answer that, maybe you can also tell me what the "Unknown" operating system is? I suspect this maybe an Apple Mac user as I know one of our users has tried accessing the help through the application installed on a Mac.
    Read the RoboColum(n) for a tips, tricks and musings on the Technical Communication Suite products.
    Follow the RoboColum(n) on Twitter

    Further to my previous post, I can confirm that the "Unknown" operating system is definitely NOT an Apple Macintosh user. Having run the report on another area, a seperate "Macintosh" category is displayed thus leaving me in the dark again. If anyone can shed some light on this and the "Default" category I'd be very grateful.
    Read the RoboColum(n) for a tips, tricks and musings on the Technical Communication Suite products.
    Follow the RoboColum(n) on Twitter

  • SP2-0611: Error enabling STATISTICS report

    Hai
    I created table test2 with 20,000 records,and trying to set autotrace on in order to get statistics ,i got the below error.
    SQL> SET AUTOTRACE ON
    ERROR:
    ORA-24315: illegal attribute type
    SP2-0619: Error while connecting
    SP2-0611: Error enabling STATISTICS report
    Any idea about this
    Regards
    mohan

    SP2-0619 Error while connecting
    Cause: An error occurred while AUTOTRACE attempted to make a second connection to the database instance.
    Action: Check that the database limit on number of active sessions has not been exceeded.

  • Recruiters statistics report- using APPLICANT statistics report

    <b>Hi experts!, 
                     I want to get the reports of the Personal officer ( recruiters) in Applicant Statistics report. But in the standard report I can choose only one personal officer and get the report. Could any one help me how to get the reports for all the personal officer ( for eg. 10 persons).
    The standard report prg is : REPORT RPAPL005
    could any one help me...
    Thanks and regards,
    Sunil</b>

    Thx for the reply,
                         Prakash, but I want a report which consists of name of the recruiter and their reports on applicatios...in applicants reports I tried but I can view overall view of the report but not like a report which displays the name of the personal officer and their report.
    Could you please elaborate your help and let me know the solution.
    regards,
    Sunil

  • KM Statistics Report

    Hi -
    Under KM /Admin Guide / Content Management / Reports, I see a Statistics Report described:
    Use
    You can use this report to evaluate and search the content of KM repositories using different criteria. The report searches all repositories, regardless of whether indexes exist.
    You can use this report to answer the following questions:
    ·        How many files larger than 5 MB are located in the documents repository?
    ·        How many ZIP files are located in the documents repository?
    ·        How much memory do the files that have been created beneath /documents/Public Documents in the last 14 days need?
    My question:  Where can I find this report?  I see it under Content Administration / KM Content, but where would I actually run it so that I can specify the settings I want to use when I run the report, e.g., "Maximum number of results"?
    Thank you!
    Message was edited by: Jo De Hart

    Jo,
    I'm glad I could help you! Would you be so kind to thank also "SDN"-way? For this just<b> mark the thread as a question</b> an rewards some points! See this link for some more information regarding the "Points Reward System": Spread the Love!
    Thanks,
    Robert

  • Garnishment Statistics report

    Hello All,
    Can anyone explain how to execute Garnishment Statistics report . I  would like to get the employees  numbers with name who have an active Garnishment . when i execute it, i just  get Personnel subarea  with number of employees who have an active Garnishment. I would like to know, is there a way to get into detail of employee number  and name? Appreciate your help.

    The Garnishment Statistics Report is programmed not to give employee details, but rather Statistics.
    Check in SAP's Menu, there is an other Garnishment Report that gives details on employees and their garnishments, including the history of remittances and current debt.
    The big caveat is that there is probably strict security on that report as only a few persons should be able to see all that confidential information.

  • Movement Statistics Report setup

    I am doing the setups for Movement Statistics Report but no data is coming can any body help me.

    Review Note: 400098.1 - 11i Movement Statistics Intrastat report is not generating any data
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=400098.1

  • UNDO Statistics on Hourly Basis?

    V$undostat displays undo statistics for the last 7 days and for every 10 minutes.now i want a sql which should display the undo statistics for the last 7 days for every one hour.The format shoul be as below
    begin_time end_time sum(undoblks) sum(txncount) max (maxquerylen)
    01-jun-2008 00:59:05 01-jun-2008 01:59:05 300 100 1500
    01-jun-2008 01:59:05 01-jun-2008 02:59:05 390 150 1200
    undoblks should be sum of all undo blocks during one hour duration
    txnncount should be sum of all txncount during one hour
    maxquerylen should be maximum maxquerylen during one hour duration.
    DB version is 9.2.0.6
    Thank you all

    Unless you're worried about a possible drift of a few minutes, you could simply aggregate after truncating the timestamp to the hour, e.g:
    select
         to_char(trunc(begin_time,'hh24'),'mmdd hh24:mi:ss'),
         sum(txncount),
         sum(undoblks),
         max(maxquerylen)
    from v$undostat
    group by
         to_char(trunc(begin_time,'hh24'),'mmdd hh24:mi:ss')
    order by 1
    Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    http://www.jlcomp.demon.co.uk
    "The greatest enemy of knowledge is not ignorance,
    it is the illusion of knowledge." Stephen Hawking.

Maybe you are looking for

  • Having trouble setting up one email account

    Hello, I bought a Passport yesterday and am having one major issue.  I have 3 email accounts through Yahoo and 2 of them addeded with no problem at all.  However, one (my main one, of course) transferred briefly, then disappeared and now when I try t

  • Upgradation of SUPPORT PACK in BI 7.0

    Hi All, We are using BI 7.0. and need to upgrade the Service pack from SP 14 to SP 16. Can anyone please let me know 1. The Impact on the system we would be facing with this upgrade. 2. The things that need to be taken care - pre or post upgradation.

  • Itunes is messed up need help.

    Itunes will not let me buy a song on my intunes girft card when i have $1.31 left on it. It says "Insufficien Ramaning Store Credit" But the song is $1.29. What do i do?

  • Wi-Fi connected, but nothing loads

    Downloaded + installed (upgrade, not clean) ML on my iMac this morning to find that the internet isn't working properly; the computer seemingly connects to the network fine, but nothing will load. Not in Chrome, Firefox, Safari, Mac App Store, iTunes

  • How to auto populating the field in MS crm

    How to auto populating the field in MS crm