DBACockpit - Generate AWR reports not visible

Hello,
i have read the "SAP on Oracle Development Update":
https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a07754d4-edd4-2910-0683-c9473aaeca51
On page page 27 is a screenshot of the possibility to generate AWR reports out of DBACOCKPIT.
I have an ABAP system on SAP_BASIS 7.00 with Patchlevel 15 (SAPKB70015) but i can not see this menu option. I only have the "Active Session History" but no "Workload Reporting".
As described in sapnote #1028068 the monitored database is a local one and the licenses are purchased by SAP. The note also describes that the function should be available with SP12.
What's wrong? Have you already checked your system for this point?
Regards
Stefan

Hello Stefan, Hello Bill,
we had the same problem. In 7.00 SP12 you can select the option, in SP15 it is not visible. We opened a customer message and were told, that there were some irritations arount the license of Oracle Diagnostic Pack, so SAP deactivated it in DBACOCKPIT/SP15. This is no problem any longer (note 1028068).
In later SPs you can set an option (have look at note 1136582 / 1250596), but in SP15 you have to modify the source code. Unfortunately SAP isn't able to ship this via snote. In this case it might be better to open a customer message to get a detailed information.
Regards
Andreas

Similar Messages

  • Generate AWR Report automatically every day

    Hi Friends,
    I would like to generate AWR Report automatically every day. How do i do it.
    The Start Time will be 00:00 of Previous day and the end Time will be : 00:00 of current day. The File format is html.
    Currently i am using awrrpt.sql to generate report manually and i would like to achieve it automatically,I am not sure how to pass the values of start and end time (From which table i can get the values)?
    Regards,
    DB

    Hi, DB.
    You may use the below sql script , the sql script generates the AWR report for the duration of 2 days in HTML.
    So you  change
    1) the where condition as per your requirement,
    2) report name in sql script,
    3) and convert it as shell or bat script based on your environment, and schedule it in your OS job scheduler / crontab.
    =-=-=-=-
    connect / as sysdba
    REM set termout off
    variable snap1 number
    variable snap2 number
    COLUMN starthr new_value bhr
    COLUMN endhr new_value ehr
    COLUMN crdate new_value cdt
    begin
    select
      distinct  min(s.snap_id)
    into :snap1
      from dba_hist_snapshot s
    where to_char(trunc(end_interval_time,'HH24'),'HH24') = to_char(trunc(sysdate,'HH24'),'HH24')-2 and trunc(end_interval_time)=trunc(sysdate);
    select
      distinct max(s.snap_id)
    into :snap2
      from dba_hist_snapshot s
    where to_char(trunc(end_interval_time,'HH24'),'HH24') =to_char(trunc(sysdate,'HH24'),'HH24') and trunc(end_interval_time)=trunc(sysdate);
    end;
    COLUMN starthr new_value bhr
    COLUMN endhr new_value ehr
    COLUMN crdate new_value cdt
    select to_char(trunc(sysdate, 'HH24'),'HH24')-2 starthr,
            to_char(trunc(sysdate, 'HH24'),'HH24') endhr,
           to_char(trunc(sysdate),'DD-MON-YYYY') crdate
    from dual;
    define begin_snap=:snap1
    define end_snap=:snap2
    define report_name=/orashare1/reports/awrreport/AWRRPT_PROD_1_${1^^}_${EXDATE}_mor.html
    define  report_type  = 'html';
    @@?/rdbms/admin/awrrpt.sql
    exit

  • Steps to generate AWR report from Oracle 11g OEM

    I have gone through online documentation for generating an AWR report from Oracle 11g OEM but the documentation is more focused on generating the AWR report manually. I would request if there is a link or documentation to go through for generating AWR report from Oracle 11g enterprise manager.
    I hope my question is clear.
    Please revert with the reply to my query.
    Regards

    HI ,
    Please check following link: Siva Oracle: How to generate AWR Report from OEM Grid
    Thank you

  • I have updated iOS 6 in my iPhone 4S and it went perfectly fine. Just after that when I opened the message app I found that the sms body of system generated messages was not visible after tapping on them.

    I have updated iOS 6 in my iPhone 4S and it went perfectly fine. Just after that when I opened the message app I found that the sms body of system generated messages was not visible after tapping on them.

    The terms of service of the Apple Support Communities prevent us from helping anyone with a jailbroken phone.
    You're on your own.  Good luck.

  • Generate AWR report

    Hi All,
    DB - 10.2.0.4.0
    I ned to generate AWR report for 30 minute time intervel. For expample, if I need to generate AWR report for the timmig 03:00 PM to 03:30 PM, DO I need to create snapshot manually at 3 pm and 3:30 pm.
    exec dbms_workload_repository.create_snapshot(); at 03:00 PM
    exec dbms_workload_repository.create_snapshot(); at 03:30 PM
    Also, is there any way, if the current time is 01:00 pm and can we create snapshot for 03:00PM and 03:30 PM?
    hare krishna

    Hi Hare,
    http://www.dba-oracle.com/oracle10g_tuning/t_generating_awr_report.htm
    The final AWR report can be built by using the PL/SQL API provided in the dbms_workload_repository package.
    Two procedures that generate AWR reports are awr_report_text and awr_report_html . These procedures generate the AWR report for the specified snapshot range in TEXT or HTML formats, respectively. The following script shows one way of retrieving the AWR text report for the particular snapshot range:
    SELECT
    output
    FROM
    TABLE
    (dbms_workload_repository.awr_report_text
    (37933856,1,2900,2911 )
    If you want complete working scripts to generate AWR reports, I have them in the code depot of my Oracle Tuning book:
    http://www.rampant-books.com/t_oracle_tuning_book.htm
    Hope this helps . . .
    Donald K. Burleson
    Oracle Press author

  • AWR report not getting generated hourly

    Hi
    We have an Oracle EE 11.2.0.1, on which i see that the AWR reports are being generated randomly not every hour , would anyone know if i am missing any config
    My renetention interval specified
    SQL> select SNAP_INTERVAL,RETENTION from DBA_HIST_WR_CONTROL;
    SNAP_INTERVAL RETENTION
    +00000 01:00:00.0 +00007 00:00:00.0
    Snapshot got from the awr report
    Instance DB Name Snap Id Snap Started Level
    EXX001 EXX 30941 27 Dec 2010 01:10 1
    30942 27 Dec 2010 04:22 1
    30943 27 Dec 2010 05:00 1
    30944 27 Dec 2010 06:00 1
    30945 27 Dec 2010 07:00 1
    30946 27 Dec 2010 08:01 1
    30947 28 Dec 2010 01:08 1
    30948 28 Dec 2010 06:25 1
    30949 28 Dec 2010 07:00 1
    30950 28 Dec 2010 08:00 1
    30951 28 Dec 2010 09:00 1
    30952 28 Dec 2010 10:00 1
    30954 29 Dec 2010 08:28 1
    30955 29 Dec 2010 09:00 1
    30956 29 Dec 2010 10:00 1
    30957 29 Dec 2010 11:00 1
    30958 29 Dec 2010 12:00 1
    thank you
    Jonu

    Just saw this in an oracle note regarding the mmon process suspending message (this might be due to our DB's heavy usage)
    ORA-12751 cpu time or run time policy violation [ID 761298.1]
    If the system is so over-loaded that it takes over 15 minutes to gather statistics or other MMON tasks, this error is expected.It is a functionality enhancement in 11g, as it prevents MMON from locking resources those other processes might be waiting for. In 10g , mmon slaves are allowed to run indefinitely.
    This is at database level, as many users are in contention for resources when load is high. This is a new code that will kill the MMON slave if it takes too long to complete so that normal sessions do not have
    to wait for these resources.
    Solution
    If the load on the system is extremely high, this is expected, and error can be ignored.

  • Error While Generating AWR reports

    Hi All,
    I am new to Oracle 10g. Whenever I try to run the AWR report using awrrpt.sql script I am getting below error messages. I am running this script as SYS user. Please help to generate the AWR reports. Thanks for the help in advance.
    Specify the Report Name
    ~~~~~~~~~~~~~~~~~~~~~~~
    The default report file name is awrrpt_1_22128_22131.html. To use this name,
    press <return> to continue, otherwise enter an alternative.
    Enter value for report_name: awrrpt_test.html
    Using the report name awrrpt_test.html
    select output from table(dbms_workload_repository.awr_report_html( :dbid,
    ERROR at line 1:
    ORA-04063: package body "SYS.DBMS_SWRF_REPORT_INTERNAL" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_SWRF_REPORT_INTERNAL"
    ORA-06512: at "SYS.DBMS_WORKLOAD_REPOSITORY", line 309
    ORA-06512: at line 1
    Regards,
    Nanaiah

    Hi,
    When i tried to compile below packages. It gave 'Warning: Package altered with compilation errors.' message for both.
    DBMS_SWRF_REPORT_INTERNAL
    DBMS_SWRF_INTERNAL
    Again i came back to original position. Now again all 4 objects are in INVALID state. Please advice.
    Regards

  • How to generate AWR report by using ttStats?

    Hi all,are there any links or documents to show how to use ttStats toolkit to generate a report like Oracle AWR report?
    If no links or document available, could you tell me how to use it?
    In fact I want to know how to do a performance analysis for my application and perform some tune.
    If any other toolkits are more suitable please let me know and of course the guide that how to use them is much welcome.
    Thanks.

    The ttStats executable can be found in the <TimesTen_home>/support directory. Before you can run the executable within a command prompt, you'll need to source the ttenv.* file in the <TimesTen_home>/bin directory.
    The output of ttStats -h is as follows:
    ttStats [-latchstats on|off] [-display-options] [-xml file]
    [-statlevel level] <dsn or connstr>
    ttStats -s[napshot] [-latchstats on|off] -xml <file> <dsn or connstr>
    ttStats -report <xmlfile1> <xmlfile2> <-text|-html> <report_file>
    Where parameters in <> are required, and in [] are optional.
    -display-options:
    This option only works in monitoring mode as
    screen filtering. ttStats only displays on the
    screen statistics with specified prefixes.
    Available prefix options include:
    -cg, -ckpt, -conn, -db, -grid, -lock, -log, -repl,
    -stmt, -txn, -xla, -zz, where the naming of prefixes
    conforms to naming of statistics in TimesTen
    sys.systemstats table. If no display option
    is specified, all statistics are displayed
    by default. For example, run command
    ttStats -cg -stmt dsn=TptbmData
    to display only cache group and statement
    related statistics.
    -h[elp] Print help message and exit.
    -interval <secs> Collect a set of statistics every <secs> seconds
    (default=10).
    Note: setting this lower can negatively impact
    performance
    -xml <file> Write statistics to <file> in XML format. All
    statistics will be written to <file> no matter
    whether they are displayed on screen or not.
    For example ttStats -xml mon.xml dsn=TptbmData
    and ttStats -xml mon.xml -cg dsn=TptbmData
    write the same file even if the latter only
    shows cache related statistics on the screen.
    -snapshot One snapshot of all statistics are saved to disk
    in the specified file format, then the program
    exits. This option should be used together with
    the -xml option.
    -statlevel <level>
    Set the SysStats level, this value of level only
    applies to sys.systemstats table.
    -report <xmlfile1> <xmlfile2> <-xml|-text|-html> <report_file>
    Compare two snapshots, and generate an AWR like
    report. At present, each XML file contains only
    one snapshot. The difference is computed as the
    absolute value of statistic value in <xmlfile2>
    minus that in <xmlfile1>. The result can be
    written in HTML and plain text formats. XML is
    not supported as output format at present.
    As an example, you can run the utility as the instance admin user by doing something like:
    ./ttStats -s -xml tmp.xml <DSN>
    You can then open tmp.xml with a web browser and see statistics about the database.
    You can also compare two previously captured snaps by doing something like:
    ./ttStats -report tmp1.xml tmp2.xml -html tmpReport.html

  • MS Word report not visible in executable

    We are using LV 7.1 FDS (with app builder) on Win2000 prof. We have Report Generation Toolkit and Database Connectivity Toolkit installed (among others). Our VI publishes reports in MS Word. When the user clicks the "report" button, the VI generates the report and this is available to the user on screen. No file is saved and the user has the choice to save the report with any name.
    The report function works fine in VI state.
    But, when we make an EXE of the VI the behaviour of reporting changes. Now, pressing the "report" button triggers harddisk activity but nothing comes-up on the screen. There is no report to be seen on either the screen or the taskbar!! In the VI, the taskbar shows a word document and the report is accessible when the user clicks on this.
    The amount of disk activity is similar to the case when we were generating reports in our VI.
    The EXE is being tested on the same machine as the VI.
    We have tested on 3 machines (with Office 200 and Office XP) but the problem remains.
    What could be going wrong?
    An early answer would be appreciated.
    Thanks,
    Gurdas
    Gurdas Singh
    PhD. Candidate | Civil Engineering | NCSU.edu

    Bill and Kileen,
    Thanks both. That is just what was needed. I tested and it works fine now.
    The same is also mentioned in the User Guide / Release Notes that accompanied the toolkit.
    I happened to collect some other webpages and .pdf that talk of other issues. In case someone happens to need this (.zip file would be less than 1 MB), please feel free to write at [email protected]
    Best regards,
    Gurdas
    Gurdas Singh
    PhD. Candidate | Civil Engineering | NCSU.edu

  • Report Viewer Webpart IE9 issue -Reports not visible

    Hi,
    we have several installations using Sharepoint 2010 together with Reporting Services 2008 and 2008R2.
    When displaying reports in Sharepoint through the report viewer webpart, the rendering in IE9 will sometimes not display the report. This means
    the Sharepoint site including the report viewer headline is visible, but the report itself is not rendered. After pressing ctrl+F5 the report most of the time will show up. When viewing the logs of reporting services it is clear that the report has been executed,
    but as stated it was not visible in IE9.
    Even when forcing IE9 to render all Websites in compatibility mode there is no change. Out of 10 times the report is roughly 3 times not visible.
    On systems still using IE8 there are no problems at all.
    Any ideas?
    Regards,
    Andre

    Hi,
    I just want to know whether this problem occurs on all the computers which installed Internet Explorer 9? As a test, please try to reset IE then check the result again:
    1.      
    Run Internet Explorer, use Alt + T to open Tools menu, choose Internet Options.
    2.      
    Choose Advanced tag, click “Reset…” button, click OK in the pop-up box.
    3.      
    Click OK to close Internet Options, then restart Internet Explorer.
    In you have any progress, please let me know.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”

  • PowerView report not visible in Excel web App

    Created a report using PowerView in Excel 2013 but it is not visible when i am viewing in Excel Web App?
    Is there any settings we need to enable?
    Kindly suggest.

    Good question. This is something that's really hard to find an answer to in the docs. But as far as I can tell, you need SQL 2012 sp1 Enterprise or BI edition. Also, SSRS will have to be installed and configured in SharePoint integrated mode. Also, Excel
    services will need to be configured to be used, not Excel Web apps.
    For me, part of the confusion comes from the fact that there are actually several versions of Power View, and the docs are not always clear which version they're referring to, so my answer might be wrong.
    Supporting links:
    Excel 2012 sp1:
    http://msdn.microsoft.com/en-us/library/gg492257.aspx
    Enterprise or BI, SSRS in Integrated mode:  http://technet.microsoft.com/library/cc645993(SQL.110).aspx
    Excel services, not Excel Web apps:
    http://office.microsoft.com/en-us/excel-help/power-view-in-excel-on-office-365-or-in-sharepoint-server-HA103276078.aspx?CTT=5&origin=HA102835634
    Mike G.

  • Generating AWR reports

    I need to generate many AWR reports everyday with the same time period each time.
    09h00 to 09h15
    11h00 to 11h15
    14h00 to 14h15
    16h00 to 16h15
    Is there a way to generate those reports automatically with parameters?

    783643 wrote:
    I need to generate many AWR reports everyday with the same time period each time.
    09h00 to 09h15
    11h00 to 11h15
    14h00 to 14h15
    16h00 to 16h15
    Is there a way to generate those reports automatically with parameters?
    Rem      If you want to use this script in an non-interactive fashion,
    Rem      see the 'customer-customizable report settings' section in
    Rem      awrrpti.sql

  • SSRS report not visible in Chrome, found the fix but don't understand where CTL_032 was determined.

    SSRS reports come up blank in Chrome. I found the solution listed numerous times. I am running SQL Server 2012. 
    Tried div#ctl31_ctl09 and ctl31_ctl10 but finally got to div#ctl32_ctl09 that worked. Where in the heck to I find the clt codes for the curretn version of SQL and can I find all ctl codes and just list them all so I don't have to worry about what one.
    div#ctl31_ctl09,
    div#ctl31_ctl10,
    and so on.
        overflow: visible !important;
    David Young

    Hello David,
    See Planning for Reporting Services and Power View Browser Support (SSRS 2014); Chrome is not supported, on IE, Firefox and Safari.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • MCTC report not visible for particular period.

    Hi.
    I am uanble to see data in MCTC t code.
    Figures are visible Nov Month
    Figures Not are visible Dec Month
    MCTC report itself doesnt fetch data for Jan Month.
    Any  configuration need to be maintained?
    Customer & material both marked for statistical group.
    Reg.
    Amol

    Hi Amol,
                   Do as suggested above- Click on user settingsParameters-- Inclusde (With current peroid Check box should be ticked) in selection proposal. And make sure that the material has the  material stastics group in sales org2. Kindly please let me know If you need any more information on this.
    Regards,
    Ram Pedarla

  • Discoverer report not visible

    Hello,
    i logged into discoverer plus using Sysadmin user but still i couldn't see some reports whose owner is some other user. How to see all the reports available in Discoverer Plus? Using which user and responsibility should i login for that?
    Your help is greatly appreciated.
    Thanks
    --Kumar                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hi Rod,
    Like always, thanks for your help but here a consultant has created some discoverer reports last year using the login details of our users. Now he is not here anymore and if we want to change something in the report, we have to request the user to grant access of the report to SYSADMIN or our username which is really a frustrating. I'm surprised why we don't have any super user to have access to all the reports....
    Thanks
    --KK                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Maybe you are looking for

  • Router IP addressed changed but I didn't change it!?!

    The weirdest thing happened, and I was hoping someone could offer an explanation.  I have a WRT54G router and 2 desktop and 1 laptop computer all setup wirelessly to it.  I am the only one in the house that is familiar at all with how the computer ne

  • Moving a totally messed up iPhoto library

    Hello, I hope someone here can provide me with some guidance on this, as I'm about at my wit's end. I have a client who has recently purchased a new iMac to replace her aging ~2008 iMac. The old iMac had at some point been serviced by a third-party c

  • Problems with displaying data in graphs

    Hi everybody, I built an adf application which contains graph binding then I deployed it succesfully but when I want to load this graph I get the following error in log server: <ImageViewRendererUtils> <renderXML> Could not export XML to ResponseWrit

  • How to use Numpad in Lion?

    Dear expert, I am a chinese mainly using DaYi input method to input chinese. Since I can find third party developed DaYi input method (http://www.openvanilla.org/) But DaYi is using 4 line of keys (include number key 1, 2, 3, 4, 5, 6, 7, 8, 9, 0) for

  • 2 of everything: photoshop cc (2014) and photoshop cc, etc

    I'm a CC member and recent update have created 2 of every CC application.  Examples Photoshop CC (2014)  AND Photoshop CC InDesign CC (2014)    AND  InDesign CC Why do I have both files? If I don't need both, which should I delete? Thank you