Help analyzing AWR report

I need you help to analyze the results of the following awr report:
The following awr report is an one hour report of oracle EBS application, oracle version 10203,
on hpux with 20 cpus.
As you can see , the top wait event is on "CPU time".
I read an article by mr. lewis regarding the same issue:
http://jonathanlewis.wordpress.com/statspack-distractions/
on a machine with 20 CPUs , with one hour report , i have (3600*20)=72000 seconds to play with.
although for the one hour target we should be aiming to use less than (1*3600*20)=72,000 CPU seconds.
In my case I am using just 13,368 cpu second.
The Load averages (from hpux top command): 0.30, 0.29, 0.28 on the machine low.
Looking at "Top 5 Timed Events" shows that the last 3 wait events are not an issue.
I alreay know the reason for the db file scattered read , and fixed it.
Yet i still have a "nasty" huge plsql block (sqlid=32fwmj6fsaqm9) that run more than : 80973 sec (about 21 hour).
select last_call_et,status
from v$session
where sid= 97
LAST_CALL_ET     STATUS
80973             ACTIVEThe top 3 statment that appear at top of "SQL ordered by CPU Time" are the same as
the ones on the "SQL ordered by Gets ".
Soprisely the statment that run 21 hour is not at the top of any wait event.
It just at the 8 place of the "SQL ordered by Gets ".
Cache Sizes
~~~~~~~~~~~                       Begin        End
               Buffer Cache:     5,712M     5,712M  Std Block Size:         8K
           Shared Pool Size:     1,200M     1,200M      Log Buffer:    20,780K
Load Profile
~~~~~~~~~~~~                            Per Second       Per Transaction
                  Redo size:            131,028.28             44,647.67
              Logical reads:             46,663.75             15,900.60
              Block changes:                774.58                263.94
             Physical reads:                689.68                235.01
            Physical writes:                 45.77                 15.60
                 User calls:                197.04                 67.14
                     Parses:                 55.44                 18.89
                Hard parses:                  2.49                  0.85
                      Sorts:                 57.97                 19.75
                     Logons:                  0.32                  0.11
                   Executes:              1,538.69                524.31
               Transactions:                  2.93
  % Blocks changed per Read:    1.66    Recursive Call %:    90.83
Rollback per transaction %:   26.52       Rows per Sort:    67.02
Instance Efficiency Percentages (Target 100%)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            Buffer Nowait %:  100.00       Redo NoWait %:  100.00
            Buffer  Hit   %:   98.53    In-memory Sort %:  100.00
            Library Hit   %:   99.73        Soft Parse %:   95.50
         Execute to Parse %:   96.40         Latch Hit %:   99.98
Parse CPU to Parse Elapsd %:   95.69     % Non-Parse CPU:   97.93
Shared Pool Statistics        Begin    End
             Memory Usage %:   74.33   69.54
    % SQL with executions>1:   78.32   78.17
  % Memory for SQL w/exec>1:   83.53   82.20
Top 5 Timed Events                                         Avg %Total
~~~~~~~~~~~~~~~~~~                                        wait   Call
Event                                 Waits    Time (s)   (ms)   Time Wait Class
CPU time                                         13,368          77.6
db file sequential read             844,095       3,578      4   20.8   User I/O
db file scattered read              212,830         452      2    2.6   User I/O
SQL*Net more data from client         3,116          92     30    0.5    Network
log file parallel write              10,807          74      7    0.4 System I/O
Time Model Statistics                 
Statistic Name                                       Time (s) % of DB Time
sql execute elapsed time                             16,785.3         97.4
DB CPU                                               13,367.6         77.6
DB time                                              17,232.8          N/A
                                                                  Avg
                                       %Time       Total Wait    wait     Waits
Wait Class                      Waits  -outs         Time (s)    (ms)      /txn
User I/O                    1,064,101     .0            4,032       4     100.7
System I/O                     38,328     .0              123       3       3.6
Network                       750,423     .0              102       0      71.0
Commit                          8,043     .0               59       7       0.8
perating System Statistics             DB/Inst:   Snaps: 13464-13465
Statistic                                       Total
AVG_BUSY_TIME                                 101,026
AVG_IDLE_TIME                                 258,945
AVG_IOWAIT_TIME                                26,203
AVG_SYS_TIME                                   22,092
AVG_USER_TIME                                  78,819
BUSY_TIME                                   2,022,842
IDLE_TIME                                   5,181,192
IOWAIT_TIME                                   526,327
SYS_TIME                                      444,162
USER_TIME                                   1,578,680
LOAD                                                0
OS_CPU_WAIT_TIME                      785,867,591,900
RSRC_MGR_CPU_WAIT_TIME                              0
VM_IN_BYTES                               158,449,660
VM_OUT_BYTES                                        0
PHYSICAL_MEMORY_BYTES                  51,271,172,096
NUM_CPUS                                           20
                                                                   Avg
                                             %Time  Total Wait    wait     Waits
Event                                 Waits  -outs    Time (s)    (ms)      /txn
db file sequential read             844,095     .0       3,578       4      79.9
db file scattered read              212,830     .0         452       2      20.1
Instance Activity Stats                DB/Inst:  
Statistic                                     Total     per Second     per Trans
CPU used by this session                    363,871          101.0          34.4
CPU used when call started                  519,575          144.2          49.2
SQL ordered by CPU Time               
    CPU      Elapsed                  CPU per  % Total
  Time (s)   Time (s)  Executions     Exec (s) DB Time    SQL Id
     9,993     10,180          470       21.26    59.1 g0g2sj2by3p75
Module: JDBC Thin Client
BEGIN WF_EVENT.LISTEN ( p_agent_name => :1, p_wait => :2, p_correlation => :3,
p_deq_condition => null, p_message_count => :4, p_max_error_count => :5 ); END
     9,981     10,159            0         N/A    59.0 86xp3qt4czvy5
Module: JDBC Thin Client
begin :v1 := AR_BUS_EVENT_SUB_PVT.AutoRcpt_Run(:v2, :v3); end;
     9,791      9,806            1     9791.15    56.9 bf8wy6bhr6nak
Module: JDBC Thin Client
SELECT C.CUSTOMER_ID CUSTOMER_ID, C.CUSTOMER_SITE_USE_ID SITE_USE_ID, C.CURRENCY
RCPT_CURRENCY, CR1.AMOUNT LAST_PAYMENT_AMOUNT, CR1.RECEIPT_DATE LAST_PAYMENT_DA
TE, CR1.RECEIPT_NUMBER LAST_PAYMENT_NUMBER FROM ( SELECT A.CUSTOMER_ID, A.CUSTOM
ER_SITE_USE_ID, A.CURRENCY, MAX(B.CASH_RECEIPT_ID) CASH_RECEIPT_ID FROM ( SELECT
SQL ordered by Gets                   
                                Gets              CPU     Elapsed
  Buffer Gets   Executions    per Exec   %Total Time (s)  Time (s)    SQL Id
    69,423,012          470    147,708.5   41.3  9992.60  10180.36 g0g2sj2by3p75
Module: JDBC Thin Client
BEGIN WF_EVENT.LISTEN ( p_agent_name => :1, p_wait => :2, p_correlation => :3,
p_deq_condition => null, p_message_count => :4, p_max_error_count => :5 ); END
    69,359,054            0          N/A   41.3  9980.60  10159.36 86xp3qt4czvy5
Module: JDBC Thin Client
begin :v1 := AR_BUS_EVENT_SUB_PVT.AutoRcpt_Run(:v2, :v3); end;
    60,043,663            1 ############   35.7  9791.15   9805.93 bf8wy6bhr6nak
Module: JDBC Thin Client
SELECT C.CUSTOMER_ID CUSTOMER_ID, C.CUSTOMER_SITE_USE_ID SITE_USE_ID, C.CURRENCY
RCPT_CURRENCY, CR1.AMOUNT LAST_PAYMENT_AMOUNT, CR1.RECEIPT_DATE LAST_PAYMENT_DA
TE, CR1.RECEIPT_NUMBER LAST_PAYMENT_NUMBER FROM ( SELECT A.CUSTOMER_ID, A.CUSTOM
ER_SITE_USE_ID, A.CURRENCY, MAX(B.CASH_RECEIPT_ID) CASH_RECEIPT_ID FROM ( SELECT
     9,346,430            0          N/A    5.6    59.53    133.04 32fwmj6fsaqm9
Module: 01@<elease11i/appl_top/bzqi/1.0/sql/BZAUTOCT.sql
DECLARE p_row_id VARCHAR2(30); p_batch_id ar_batches.batch_id%
TYPE; p_batch_date ar_batches.batch_date%TYPE; p_currency_code
ar_batches.currency_code%TYPE; p_name ar_batches.name%TYPE; p_
comments ar_batches.comments%TYPE; p_exchange_date ar_batches.exchangI also found that the object: FND_CONCURRENT_REQUE had 5,826 row lock waits
but i dnt know how much time its took.
Also it had 538 buffef bussy waits.
Could you suggest what to do with this information ?
Segments by Row Lock Waits            
                                                                     Row
           Tablespace                      Subobject  Obj.          Lock    % of
Owner         Name    Object Name            Name     Type         Waits Capture
APPLSYS    APPL_DATA  FND_CONCURRENT_REQUE            TABLE        5,826   79.28
APPLSYS    APPL_DATA  SYS_IOT_TOP_497864              INDEX          794   10.80
Segments by Buffer Busy Waits          
                                                                  Buffer
           Tablespace                      Subobject  Obj.          Busy    % of
Owner         Name    Object Name            Name     Type         Waits Capture
APPLSYS    APPL_DATA  FND_CONCURRENT_REQUE            TABLE          538   65.93
APPLSYS    APPL_DATA  SYS_IOT_TOP_11597965            INDEX          247   30.27
APPLSYS    APPL_INDEX FND_CONCURRENT_REQUE            INDEX            4     .49
          -------------------------------------------------------------The last interesting thing that i founs is that the shared pool may too small:
I have 32% miss.
Library Cache Activity
                         Get    Pct            Pin    Pct             Invali-
Namespace           Requests   Miss       Requests   Miss    Reloads  dations
SQL AREA              11,593   32.7      5,723,318    0.2      7,095    1,659
          -------------------------------------------------------------

user10634138 wrote:
Yet i still have a "nasty" huge plsql block (sqlid=32fwmj6fsaqm9) that run more than : 80973 sec (about 21 hour).
select last_call_et,status
from v$session
where sid= 97
LAST_CALL_ET     STATUS
80973             ACTIVE
The last_call_et would be from the moment the front-end code called the pl/sql block, and since then the pl/sql could have been running a loop with a lot of deliberate waits (dbms_lock.sleep), or a number of different SQL statements that individually didn't consume huge resources or lose a lot of time, yet totalled a lot of time.
Simple check before you start tracing, and if the session is still alive: select * from v$session_event where sid = 97, select name, value from V$sessstat where sid = 97 and value != 0, to see what clues this gives you about the time. You never know, you may find that a lot of the time was spent waiting on "PL/SQL lock timer".
Regards
Jonathan Lewis
http://jonathanlewis.wordpress.com
http://www.jlcomp.demon.co.uk
To post code, statspack/AWR report, execution plans or trace files, start and end the section with the tag {noformat}{noformat} (lowercase, curly brackets, no spaces) so that the text appears in fixed format.
"Science is more than a body of knowledge; it is a way of thinking"
Carl Sagan                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Similar Messages

  • Help in Analyzing AWR Report.....

    We have faced a performance issue in particular two programs which usually takes only seconds to run (it ran 0.8 and 0.6 sec respectively last month). But it took 2 and 1.4 hrs respectively and when took the AWR report for the run period I could see all looks fine in the report, as we don't have an option to re-run it again till next month end we would like to figure out the cause for the same.
    The explain plan for that particular statement looks fine and it gets completed with in seconds. The only doubt I have is we see "CPU Time" in the Top 5 times events and it consumed most of time. Please help me in finding is the normal scenario or not.
    Event Waits Time(s) Avg Wait(ms) % Total Call Time Wait Class
    CPU time 46,585 97.4
    db file sequential read 1,082,128 859 1 1.8 User I/O
    db file scattered read 540,320 667 1 1.4 User I/O
    log file parallel write 21,817 79 4 .2 System I/O
    db file parallel read 14,111 37 3 .1 User I/O
    Thanks,
    Jay
    +65-81620312

    user13338899 wrote:
    Mohammad,
    Appreciate the update. Please find below the following details,
    SQL> column NAMESPACE form a9;
    SQL> /
    VERSION BUNDLE_SER NAMESPACE ACTION ACTION_TIME ID
    10.2.0.5 PSU SERVER APPLY 26-APR-11 03.01.16.118430 PM 3
    SQL>
    $ uname -a
    SunOS DSOFSAOS01 5.10 Generic_142909-17 sun4u sparc SUNW,SPARC-Enterprise
    $ sqlplus '/ as sysdba'
    SQL*Plus: Release 10.2.0.5.0 - Production on Mon Jul 18 11:15:17 2011
    Copyright (c) 1982, 2010, Oracle. All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
    PL/SQL Release 10.2.0.5.0 - Production
    CORE 10.2.0.5.0 Production
    TNS for Solaris: Version 10.2.0.5.0 - Production
    NLSRTL Version 10.2.0.5.0 - Production
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    $ opatch lsinv -bugs_fixed | grep PSU
    9952230 11724962 Tue Apr 26 14:53:15 MYT 2011 DATABASE PSU 10.2.0.5.1 (INCLUDES CPUOCT2010)
    10248542 11724962 Tue Apr 26 14:53:15 MYT 2011 DATABASE PSU 10.2.0.5.2 (INCLUDES CPUJAN2011)
    11724962 11724962 Tue Apr 26 14:53:15 MYT 2011 DATABASE PSU 10.2.0.5.3 (INCLUDES CPUAPR2011)
    $
    $ vmstat
    kthr memory page disk faults cpu
    r b w swap free re mf pi po fr de sr m0 m1 m3 m4 in sy cs us sy id
    0 0 0 16622560 5455776 29 14 127 0 0 0 0 0 19 8 16 604 3281 402 0 0 100
    $
    The only thing I would like to know is we faced an performance issue with two programs which took so long to run than usual, as we do not have an option to re-run and could not find any issues in the awr apart from the particular sql took long time to run, what could be the possible causes for a sql behaving badly only at a certain time.
    If we run the same sql now, it gets completed in seconds. Also how to calculate the CPU used in that partuclar period?
    Thanks,
    Jay
    the particular sql took long time to run,does this SQL utilize bind variable & therefore subject to bind variable peeking?

  • Analyzing AWR reports, how can i decide i need to increase my SGA

    Hi,
    I am analyzing my Production server AWR reports, how can i decide on which basis i can increase SGA.
    Thanks,
    Mahi

    You need to make sure that the corresponding memory areas are not having any waits associated with them. Changing the memory parameters is generally not an option to pick in 10g as the instance management is automatic( shouldbe) and this makes the allocations done in an optimal manner depending upon the workloads. Still the change in the parameters can be there when we see some specific wait event related to that memory area. For example, if you see lots of Shared Pool latch contention and you are assure that you have no duplicate sqls coming up in your system than may be you have an undersized shared pool so it can be increased.
    You are using AWR.What about the recommendations from ADDM?Is there any advice coming up to change the memory components ? Did you elliminate all teh other areas which may be a problematic reason rather than a low memory value for parameters?
    Aman....

  • Need help on Awr Report

    It's hard to present AWR report content here as if i go for copy paste the content alinment and format get changed. Is there any better way to present AWR report in my query.
    Here is my query.
    In a 2 hour AWR reports for a database I can see the below top 5 wait event's
    the database is running on high CPU consumption (there are very less physical reads on database and Logical read is high i suppose ) so I also gather the Segments by Logical Reads. Please provide any suggestion how can i avoid logical reads I/o for the dataabse. If you see at bottom only two segments are responsible for high logical reads.
    Please let me know if more content of AWR report is required.
    Per Second Per Transaction
    Redo size: 12,765.52 2,030.27
    Logical reads: 324,030.64 51,534.93
    Block changes: 71.62 11.39
    Physical reads: 28.26 4.49
    Physical writes: 3.84 0.61
    User calls: 333.61 53.06
    Parses: 157.16 24.99
    Hard parses: 0.17 0.03
    Sorts: 30.07 4.78
    Logons: 1.71 0.27
    Executes: 156.35 24.87
    Transactions: 6.29
    % Blocks changed per Read: 0.02 Recursive Call %: 28.05
    Rollback per transaction %: 16.17 Rows per Sort: 29.99
    Top 5 Timed Events
    Event          Waits          Time(s)     Avg Wait(ms)     % Total Call TimeWait Class
    CPU time                    4,711               88.0
    db file sequential read 190,548          356     2          6.7          User I/O
    gc current block 2-way     172,948          151     1          2.8          Cluster
    gc cr grant 2-way     128,668          67     1          1.2          Cluster
    log file sync          37,920          54     1          1.0          Commit
    Segments by Logical Reads
    Total Logical Reads: 2,342,983,880
    Captured Segments account for 99.8% of Total
    Owner Tablespace Name Object Name Subobject Name Obj. Type Logical Reads %Total
    web_dc DECOINDX D_1F01BC958000013B INDEX 909,141,504 38.80
    web_dc DECODATA DM_RELATION_TYPE_S TABLE 908,104,384 38.76
    web_dc DECOINDX D_1F01BC9580000518 INDEX 165,716,752 7.07
    web_dc DECODATA DM_RELATION_S TABLE 136,235,504 5.81
    web_dc DECOINDX D_1F01BC9580000024 INDEX 62,935,008 2.69
    Regards
    balvindar

    In a 2 hour AWR reports for a database I can see the below top 5 wait event's
    Comment: 2 hour is a too big interval to draw any conclusion. It should be 15-30 mins maximum.
    Apart from that: 88 percent of the wall time is devoted to CPU, so do you have a problem? Not at all!!! Your database is doing pretty nothing.
    the database is running on high CPU consumption (there are very less physical reads on database and Logical read is high i suppose ) so I also gather the Segments by Logical Reads. Please provide any suggestion how can i avoid logical reads I/o for the dataabse. If you see at bottom only two segments are responsible for high logical reads.
    Comment: the database is not running on high CPU consumption. You would need to run an ADDM report to be able to ascertain that. We have no data on the CPU load of the server, nor how much Oracle is contributing to the load.
    You cannot avoid logical read I/O, other than just stopping the application. You can tune them by tuning statements.
    In the future, please wrap the output in   tags (no spaces, lowercase), or I will need new glasses ;)
    Sybrand Bakker
    Senior Oracle DBA                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Need help in reviewing AWR report

    Hello Friends,
    I need some information on reviewing this AWR report. Can you please tell me if you see any red flags or out of the ordinary? I’m trying to look for some performance or blocking issue that may be causing a process to run for longer than expected time or eventually terminate without finishing.
    C:\Users\SIDDHARTH\Documents\Desktop\awr_rpt_-wbprdsnap_193927_thru_193952.htm
    I do appreciate your help.
    Thank you,

    Hi Ehtiram,
    Thanks for your suggestion.
    I have enclosed SQL stat rpt. can you suggest me which SQL ID causing this issue.
    Elapsed Time (s) CPU Time (s) Executions  Elap per Exec (s)  % Total DB Time SQL Id SQL Module SQL Text
    24,349 1,734 8,057 3.02 4.19 8x7g7z2azkbwy java@lena015 (TNS V1-V3)  SELECT ES.EMPSKD_ACT_START_TIM...
    19,014 4,960 8,800,248 0.00 3.27 0yg00z7gwc8xv java@lena014 (TNS V1-V3)  SELECT * FROM override o WHERE...
    16,686 583 2 8343.24 2.87 9btt17d327kjw java@lena018 (TNS V1-V3)  DELETE FROM so_results_detail ...
    12,969 189 1 12969.05 2.23 2rtppqwfnvucj java@lena014 (TNS V1-V3)  SELECT WRKS_WORK_DATE FROM J...
    11,432 9,712 2,138 5.35 1.96 07rqh01v58fqa java@lena018 (TNS V1-V3)  Select AMXAVS_ID from AMX_AVAI...
    9,683 676 12 806.96 1.66 8036tzu5fvvhg java@lena018 (TNS V1-V3)  DELETE FROM so_distrib_detail ...
    8,812 3,079 18,765 0.47 1.51 0crxpb0xurc21 java@lena014 (TNS V1-V3)  select (fd.fcast_calls + fd.fc...
    5,716 4,381 82,132 0.07 0.98 50cdgbs67apxr java@lena014 (TNS V1-V3)  SELECT PG.* FROM SO_SCHEDULE_G...
    5,364 110 47,005 0.11 0.92 9df2twkpvsw5p java@lena014 (TNS V1-V3)  SELECT USR.WBU_ID VUF_RCP_ID...
    4,911 4,080 7,996 0.61 0.84 g4yxt4nsahm6t java@lena015 (TNS V1-V3)  SELECT R.RDR_UDF1 AS sGrace, ...
    Back to SQL Statistics
    Back to Top
    SQL ordered by CPU Time
    Resources reported for PL/SQL code includes the resources used by all SQL statements called by the code.
    % Total DB Time is the Elapsed Time of the SQL statement divided into the Total Database Time multiplied by 100
    CPU Time (s) Elapsed Time (s) Executions  CPU per Exec (s) % Total DB Time SQL Id SQL Module SQL Text
    9,712 11,432 2,138 4.54 1.96 07rqh01v58fqa java@lena018 (TNS V1-V3)  Select AMXAVS_ID from AMX_AVAI...
    4,960 19,014 8,800,248 0.00 3.27 0yg00z7gwc8xv java@lena014 (TNS V1-V3)  SELECT * FROM override o WHERE...
    4,626 4,718 1,196,614 0.00 0.81 0drcwvhmn0cnj java@lena014 (TNS V1-V3)  select SKDGRP_ID, VOLTYP_ID, ...
    4,381 5,716 82,132 0.05 0.98 50cdgbs67apxr java@lena014 (TNS V1-V3)  SELECT PG.* FROM SO_SCHEDULE_G...
    4,080 4,911 7,996 0.51 0.84 g4yxt4nsahm6t java@lena015 (TNS V1-V3)  SELECT R.RDR_UDF1 AS sGrace, ...
    3,079 8,812 18,765 0.16 1.51 0crxpb0xurc21 java@lena014 (TNS V1-V3)  select (fd.fcast_calls + fd.fc...
    1,892 2,802 8,463,493 0.00 0.48 60tk6bna3qwbn java@lena014 (TNS V1-V3)  SELECT /*+INDEX(OVERRIDE IDX_O...
    1,734 24,349 8,057 0.22 4.19 8x7g7z2azkbwy java@lena015 (TNS V1-V3)  SELECT ES.EMPSKD_ACT_START_TIM...
    1,437 1,438 157,923 0.01 0.25 75wjn3dnjq2x3 java@lena014 (TNS V1-V3)  SELECT * FROM CMPLNC_GROUP_FIL...
    1,241 2,243 19,223 0.06 0.39 fjucxsh2xum7c java@lena014 (TNS V1-V3)  SELECT emp.emp_id FROM employe...
    676 9,683 12 56.31 1.66 8036tzu5fvvhg java@lena018 (TNS V1-V3)  DELETE FROM so_distrib_detail ...
    583 16,686 2 291.61 2.87 9btt17d327kjw java@lena018 (TNS V1-V3)  DELETE FROM so_results_detail ...
    189 12,969 1 189.14 2.23 2rtppqwfnvucj java@lena014 (TNS V1-V3)  SELECT WRKS_WORK_DATE FROM J...
    Back to SQL Statistics
    Back to Top
    SQL ordered by Gets
    Resources reported for PL/SQL code includes the resources used by all SQL statements called by the code.
    Total Buffer Gets: 13,427,369,138
    Captured SQL account for 60.3% of Total
    Buffer Gets  Executions  Gets per Exec  %Total CPU Time (s) Elapsed Time (s) SQL Id SQL Module SQL Text
    3,403,579,267 2,138 1,591,945.40 25.35 9711.73 11431.76 07rqh01v58fqa java@lena018 (TNS V1-V3)  Select AMXAVS_ID from AMX_AVAI...
    1,070,482,359 1,196,614 894.59 7.97 4626.43 4718.30 0drcwvhmn0cnj java@lena014 (TNS V1-V3)  select SKDGRP_ID, VOLTYP_ID, ...
    421,090,926 18,765 22,440.23 3.14 3078.77 8812.06 0crxpb0xurc21 java@lena014 (TNS V1-V3)  select (fd.fcast_calls + fd.fc...
    322,602,711 8,800,248 36.66 2.40 4960.29 19013.56 0yg00z7gwc8xv java@lena014 (TNS V1-V3)  SELECT * FROM override o WHERE...
    287,681,734 19,223 14,965.50 2.14 1240.74 2243.16 fjucxsh2xum7c java@lena014 (TNS V1-V3)  SELECT emp.emp_id FROM employe...
    205,494,645 2,985,988 68.82 1.53 882.42 882.58 f736f78bg36fz java@lena014 (TNS V1-V3)  SELECT WBT_ID FROM SO_EMPLOYEE...
    189,266,051 114,985 1,646.01 1.41 703.31 710.28 4ca6cmu7vywx0 java@lena014 (TNS V1-V3)  SELECT CG.* FROM SO_SCHEDULE_G...
    180,050,736 2,478 72,659.70 1.34 840.37 3858.85 a13n3pt09jabr java@lena018 (TNS V1-V3)  DELETE FROM AMX_AVAIL_SUMMARY ...
    146,401,683 82,132 1,782.52 1.09 4381.09 5715.93 50cdgbs67apxr java@lena014 (TNS V1-V3)  SELECT PG.* FROM SO_SCHEDULE_G...
    133,298,999 60,547 2,201.58 0.99 515.19 802.26 cncd24nf9m6m6 java@lena014 (TNS V1-V3)  SELECT SO.*, EMP.* FROM SO_EM...
    Back to SQL Statistics
    Back to Top
    SQL ordered by Reads
    Total Disk Reads: 161,056,185
    Captured SQL account for 38.7% of Total
    Physical Reads Executions Reads per Exec  %Total CPU Time (s) Elapsed Time (s) SQL Id SQL Module SQL Text
    16,051,442 2 8,025,721.00 9.97 583.23 16686.47 9btt17d327kjw java@lena018 (TNS V1-V3)  DELETE FROM so_results_detail ...
    14,313,828 12 1,192,819.00 8.89 675.73 9683.47 8036tzu5fvvhg java@lena018 (TNS V1-V3)  DELETE FROM so_distrib_detail ...
    4,589,031 8,057 569.57 2.85 1734.00 24349.00 8x7g7z2azkbwy java@lena015 (TNS V1-V3)  SELECT ES.EMPSKD_ACT_START_TIM...
    3,484,791 7 497,827.29 2.16 359.64 3188.47 6kn1bh485cgfm java@lena014 (TNS V1-V3)  SELECT WRKS_WORK_DATE FROM J...
    2,975,671 8,800,248 0.34 1.85 4960.29 19013.56 0yg00z7gwc8xv java@lena014 (TNS V1-V3)  SELECT * FROM override o WHERE...
    2,758,931 1 2,758,931.00 1.71 189.14 12969.05 2rtppqwfnvucj java@lena014 (TNS V1-V3)  SELECT WRKS_WORK_DATE FROM J...
    1,345,288 1 1,345,288.00 0.84 316.63 1319.96 cg19gczm0t1rq PYW121WA.exe  select unique vctp.EMP...
    1,321,391 0   0.82 302.93 1317.47 6dq9gfc26kmbt PYW121WA.exe  select COUNT(*) from...
    1,273,572 18,765 67.87 0.79 3078.77 8812.06 0crxpb0xurc21 java@lena014 (TNS V1-V3)  select (fd.fcast_calls + fd.fc...
    1,248,698 6 208,116.33 0.78 287.11 1297.41 250a6k8scn6d1 java@lena014 (TNS V1-V3)  SELECT WRKS_WORK_DATE, EMPL...
    Back to SQL Statistics
    Back to Top
    SQL ordered by Executions
    Total Executions: 128,083,116
    Captured SQL account for 51.0% of Total
    Executions  Rows Processed Rows per Exec CPU per Exec (s) Elap per Exec (s)  SQL Id SQL Module SQL Text
    8,800,248 4,896,274 0.56 0.00 0.00 0yg00z7gwc8xv java@lena014 (TNS V1-V3)  SELECT * FROM override o WHERE...
    8,463,493 2,096 0.00 0.00 0.00 60tk6bna3qwbn java@lena014 (TNS V1-V3)  SELECT /*+INDEX(OVERRIDE IDX_O...
    6,077,148 6,077,148 1.00 0.00 0.00 88vs2qyv0wrr7 java@lena018 (TNS V1-V3)  SELECT SEQ_AMXAVS_ID.NEXTVAL F...
    4,854,539 4,854,135 1.00 0.00 0.00 frdva1m6src9p java@lena014 (TNS V1-V3)  select * from emp_def_lab wher...
    4,520,588 4,840,522 1.07 0.00 0.00 1jgzwf0qkrmnv java@lena018 (TNS V1-V3)  delete from "WORKBRAIN"."AMX_...
    4,205,634 9,720,125 2.31 0.00 0.00 9gj46z0yfjbn6 java@lena014 (TNS V1-V3)  SELECT * FROM so_posn_set_elmt...
    3,834,278 3,834,039 1.00 0.00 0.00 gmgvzfk9nz404 java@lena014 (TNS V1-V3)  SELECT ACT_ID, ACT_NAME, ACT...
    2,985,988 2,674,478 0.90 0.00 0.00 f736f78bg36fz java@lena014 (TNS V1-V3)  SELECT WBT_ID FROM SO_EMPLOYEE...
    2,081,020 2,080,811 1.00 0.00 0.00 brnrwgx8c44zu java@lena014 (TNS V1-V3)  SELECT tcode_udf8 FROM time_co...
    1,779,779 2,531,807 1.42 0.00 0.00 fv9j5aanhvn35 java@lena014 (TNS V1-V3)  select * from employee_team wh...
    Back to SQL Statistics
    Back to Top
    SQL ordered by Parse Calls
    Total Parse Calls: 42,958,894
    Captured SQL account for 65.4% of Total
    Parse Calls Executions  % Total Parses SQL Id SQL Module SQL Text
    6,077,150 6,077,148 14.15 88vs2qyv0wrr7 java@lena018 (TNS V1-V3)  SELECT SEQ_AMXAVS_ID.NEXTVAL F...
    4,205,421 4,205,634 9.79 9gj46z0yfjbn6 java@lena014 (TNS V1-V3)  SELECT * FROM so_posn_set_elmt...
    3,834,191 3,834,278 8.93 gmgvzfk9nz404 java@lena014 (TNS V1-V3)  SELECT ACT_ID, ACT_NAME, ACT...
    1,603,096 2,081,020 3.73 brnrwgx8c44zu java@lena014 (TNS V1-V3)  SELECT tcode_udf8 FROM time_co...
    982,185 982,187 2.29 4m7m0t6fjcs5x    update seq$ set increment$=:2,...
    902,759 906,293 2.10 6cvn595prdbtf java@lena014 (TNS V1-V3)  SELECT wbt_id FROM employee_te...
    821,077 1,779,779 1.91 fv9j5aanhvn35 java@lena014 (TNS V1-V3)  select * from employee_team wh...
    681,828 681,857 1.59 f0jjm3ky3kawn java@lena014 (TNS V1-V3)  SELECT * FROM EMPLOYEE_BALANCE...
    548,293 912,139 1.28 dmw686hrngaxf java@lena014 (TNS V1-V3)  SELECT * FROM override WHERE o...
    345,765 345,765 0.80 ftj9uawt4wwzb    select condition from cdef$ wh...
    Back to SQL Statistics
    Back to Top
    SQL ordered by Sharable Memory
    No data exists for this section of the report.
    Back to SQL Statistics
    Back to Top
    SQL ordered by Version Count
    Only Statements with Version Count greater than 20 are displayed
    Version Count  Executions  SQL Id SQL Module SQL Text
    163 38,796 ax51zndhagcxh java@lena018 (TNS V1-V3)  UPDATE work_summary SET wr...
    122 444 7pgr0hyg72xps java@lena014 (TNS V1-V3)  INSERT INTO employee_schedule ...
    100 42,367 3dg7u9t51sszw java@lena014 (TNS V1-V3)  UPDATE employee_schedule SET ...
    41 131,055 c1zdcc94svbpb java@lena014 (TNS V1-V3)  UPDATE override SET EMP_ID =...
    {code}
    Thank you.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Help on using AWR report

    we use ORACLE 11.1.0.7. We have couple of processes that run for about 2 to 3 hours which are scheduled to run after 6 pm. When these processes run, currently users are not allowed to access the system . So last week we ran these processes with 30 to 40 users in a test instance, basically reading data.I have preserved the AWR snapshot during these processes. we have the preserved the AWR snapshots during the processes when users are no allowed in the system. I believe we can compare two periods in Grid. I would like to know what information would be helpful from this report?

    I would like to know what information would be helpful from this report?That would entirely depend on why you generated the AWR reports in first place - what was your motive, what were you looking for, were there any major wait events etc.

  • Enq: TX - row lock contention in AWR reports

    Dears,
    One of my friends asked me to give him a help on analyzing a performance problem they are experimenting from time to time. First of all I am sorry to tell you that he didn’t gave me a lot of information. I will share with you all what I have been sent and would like to have your precious advice according to the available information.
    It is a third party software installed on oracle data base 10.2.0.4.0. He said that from time to time the application hangs. He sends me an AWR reports supplied by the local DBA. Unfortunately, the local DBA send only the AWR information he thinks are most important to be looked at (he did not include the load profile and the instance efficiency Percentages part in this AWR for example).
    Here below is the available information I can share with you
                                                                             Snap time                                       sessions        cursors/session
    Begin Snap        09-mars-11 08:00:03              31                     6.5
    End Snap          09-mars-11 08:39:49              41                     9.8
    Elapsed           39.77 (mins)
    DB Time           536.65(mins)
    Top 5 Timed Events
    Event                          Waits   Time(s)    Avg Wait(ms)    % Total Call Time     Wait Class
    enq: TX - row lock contention  8,468    25,344       2,993            78.7             Application
    read by other session          714,628   4,604         6               14.3             User I/O
    db file sequential read        323,264  1,977         6               6.1              User I/O
    CPU time                                 171                          .5
    db file scattered read          1,885   49           26               .2               User I/OThe AWR reports presents also the following SQL statement as the top SQL of its ‘’SQL ordered by Elapsed Time’’ part
    UPDATE xxxx.table1
       SET col1 = :1,
           col2 = :2,
           col3 = :3,
           col4 = :4,
    WHERE ID = :13
    AND colx  = :14;And the following sql at its “SQL ordered by Reads’ part
    SELECT t1.*
    FROM xxxx.table1 t1
      LEFT OUTER JOIN xxxx.table2 t2
           ON t1.id = t2.id
      LEFT OUTER JOIN xxxx.table3 t3
           ON t1.id = t3.id
      LEFT OUTER JOIN xxxx.table4 t4
           ON t1.id = t4.id
    WHERE t1.col1 = :1
    AND   t1.col2 IN (:2,:3, :4);And finally in the Segments by Row Lock Waits part of the AWR I have this:
    Owner      tablespace name    object name   object type   row lock waits   %of capture
    xxxx          xxxx          table1         TABLE          54       100    There are no bitmap indexes on this OLTP data base. There are no unindexed foreign keys and it seems that there are no selects done over a dblink.
    I am waiting to have the table table1 script and its indexes
    Given those information I think that the locking problem is due to this update on table table1 which is not followed immediately by a commit or a rollback. But, instead, several selects that might be taking a long time are done before reaching the commit that ends the lock on the table table1
    What do you think about the possible reason of this lock?
    Thanks in advance
    Mohamed Houri

    Dears,
    I did get the suspected query and asked for its several explain plans thanks to the dbms_xplan.display_awr. The most important thing to point out is that the last where clause of this query seems to be dynamically filled-up
    SELECT t1.*
    FROM xxxx.table1 t1
      LEFT OUTER JOIN xxxx.table2 t2
           ON t1.id = t2.id
      LEFT OUTER JOIN xxxx.table3 t3
           ON t1.id = t3.id
      LEFT OUTER JOIN xxxx.table4 t4
           ON t1.id = t4.id
    WHERE t1.col1 = :1
    AND   t1.col2 in (:2 , :3 , :4 , :5 , :6 , :7 , :8 )
    | Id  | Operation                      | Name                    | Rows  | Bytes | Cost (%CPU)| Time     |             
    |   0 | SELECT STATEMENT               |                         |       |       |    14 (100)|          |             
    |   1 |  NESTED LOOPS OUTER            |                         |     1 |   280 |    14   (0)| 00:00:01 |             
    |   2 |   NESTED LOOPS OUTER           |                         |     1 |   226 |     9   (0)| 00:00:01 |             
    |   3 |    NESTED LOOPS OUTER          |                         |     1 |   216 |     6   (0)| 00:00:01 |             
    |   4 |     TABLE ACCESS BY INDEX ROWID| TABLE1                  |     1 |   141 |     4   (0)| 00:00:01 |             
    |   5 |      INDEX RANGE SCAN          | SYS_C0010893            |     1 |       |     3   (0)| 00:00:01 |             
    |   6 |     TABLE ACCESS BY INDEX ROWID| TABLE2                  |     1 |    75 |     2   (0)| 00:00:01 |             
    |   7 |      INDEX UNIQUE SCAN         | SYS_C0010774            |     1 |       |     1   (0)| 00:00:01 |             
    |   8 |    INDEX RANGE SCAN            | SYS_C0010896            |     3 |    30 |     3   (0)| 00:00:01 |             
    |   9 |   TABLE ACCESS BY INDEX ROWID  | TABLE3                  |    11 |   594 |     5   (0)| 00:00:01 |             
    |  10 |    INDEX RANGE SCAN            | SYS_C0010910            |    11 |       |     3   (0)| 00:00:01 |             
    SELECT t1.*
    FROM xxxx.table1 t1
      LEFT OUTER JOIN xxxx.table2 t2
           ON t1.id = t2.id
      LEFT OUTER JOIN xxxx.table3 t3
           ON t1.id = t3.id
      LEFT OUTER JOIN xxxx.table4 t4
           ON t1.id = t4.id
    WHERE t1.col1 = :1
    AND   t1.col2 in (:2 , :3 , :4 , :5 , :6 , :7 , :8 , :9 , :10 , :11 , :12 , :13 , :14 , :15 , :16 ,                       
    :17 , :18 , :19 , :20 , :21 , :22 , :23 , :24 , :25 , :26 , :27 , :28 , :29 , :30 , :31 , :32 ,                        
    :33 , :34 , :35 , :36 , :37 , :38 , :39 , :40 , :41 , :42 , :43 , :44 , :45 , :46 , :47 , :48 ,                        
    :251 , :252 , :253 , :254 , :255 , :256 , :257 )  ;
    | Id  | Operation                       | Name                    | Rows  | Bytes | Cost (%CPU)| Time     |            
    |   0 | SELECT STATEMENT                |                         |       |       |  5943 (100)|          |            
    |   1 |  NESTED LOOPS OUTER             |                         |  9210 |  2536K|  5943   (1)| 00:01:12 |            
    |   2 |   NESTED LOOPS OUTER            |                         |   885 |   195K|  1784   (0)| 00:00:22 |            
    |   3 |    NESTED LOOPS OUTER           |                         |   255 | 55080 |  1019   (0)| 00:00:13 |            
    |   4 |     INLIST ITERATOR             |                         |       |       |            |          |            
    |   5 |      TABLE ACCESS BY INDEX ROWID| TABLE1                  |   255 | 35955 |   509   (0)| 00:00:07 |            
    |   6 |       INDEX UNIQUE SCAN         | SYS_C0010893            |   255 |       |   258   (0)| 00:00:04 |            
    |   7 |     TABLE ACCESS BY INDEX ROWID | TABLE2                  |     1 |    75 |     2   (0)| 00:00:01 |            
    |   8 |      INDEX UNIQUE SCAN          | SYS_C0010774            |     1 |       |     1   (0)| 00:00:01 |            
    |   9 |    INDEX RANGE SCAN             | SYS_C0010896            |     3 |    30 |     3   (0)| 00:00:01 |            
    |  10 |   TABLE ACCESS BY INDEX ROWID   | TABLE3                  |    10 |   560 |     5   (0)| 00:00:01 |            
    |  11 |    INDEX RANGE SCAN             | FK_TABLE3               |    10 |       |     3   (0)| 00:00:01 |            
    -----------------------------------------------------------------------------------------------------------   Suddenly there is an INLIST ITERATOR that pops up and which seems to be started 255 times and the ‘quick’ query which in normal situation (small in list) executes in less than 1 second starts now taking more than 1 minute to complete.
    As far as it is a third party software, they can’t change the query.
    Do you have any idea on how to solve this problem?
    Here below are the optimizer parameters
    SQL> show parameter optimizer
    NAME                                 TYPE        VALUE
    optimizer_dynamic_sampling           integer     2
    optimizer_features_enable            string      10.2.0.4
    optimizer_index_caching              integer     0
    optimizer_index_cost_adj             integer     100
    optimizer_mode                       string      ALL_ROWS
    optimizer_secure_view_merging        boolean     TRUEThanks in advance
    Mohamed Houri

  • How to find problematic quries using AWR report

    Hi All,
    Somebody please help me how do I analyze the AWR report to find out problematic quires and the relevant recommendation for it.
    It would be highly appreciable
    Kind Regards
    Shankar

    if youre running AWR means you got enterprise edition with the diagnostic licence pack add on. Substantial investment even in a minimal cpu configuration.
    Reason Im asking is your question is opened ended. Sure you can look at the top consuming SQL statement, but that not might be what needs tuning so you want to waste your time trying to fix things that arent broken?
    Have you got a DBA on site?

  • Updating AUD$ consumes most of the time in AWR report.

    Hi All,
    It's really good to see, great people passing their help to folks like us and making our life easier. Going forward,I am investigating on of the performance issue and analyzing the AWR report. By looking AWR, I did find updating aud$ taking most of times in AWR report. Following are the information , I extracted from the database and AWR report. Please see, what can be done to take away the bottlenecks.
    Version --  11.1.0.6.0
    OS      --  HPUXX Itanium
    Event                                 Waits     Time(s)   (ms)   time Wait Class
    enq: BF - allocation contentio        9,007       6,893    765   45.5 Other
    DB CPU                                            2,565          16.9
    db file scattered read              555,031       2,428      4   16.0 User I/O
    read by other session               288,910       1,428      5    9.4 User I/O
    PX Deq Credit: Session Stats         22,650         231     10    1.5 Other
    209fr01svbb5s
                                                              wait   % DB
    Event                                 Waits     Time(s)   (ms)   time Wait Class
    db file scattered read              291,023       1,973      7   61.6 User I/O
    DB CPU                                              890          27.8
    read by other session                81,495         340      4   10.6 User I/O
    log file sync                         1,210          21     17     .6 Commit
    db file sequential read              30,452          15      0     .5 User I/O
      Elapsed      CPU                  Elap per  % Total
      Time (s)   Time (s)  Executions   Exec (s)  DB Time    SQL Id
         3,134        833          118       26.6    97.9 209fr01svbb5s
    update sys.aud$ set action#=:2, returncode=:3, logoff$time=cast(SYS_EXTRACT_UTC(
    systimestamp) as date), logoff$pread=:4, logoff$lread=:5, logoff$lwrite=:6, logo
    ff$dead=:7, sessioncpu=:8 where sessionid=:1 and entryid=1 and action#=100     
    -------------------------- Plan from Cursor ---------------------------------------
    SQL_ID  209fr01svbb5s, child number 0
    update sys.aud$ set action#=:2, returncode=:3,
    logoff$time=cast(SYS_EXTRACT_UTC(systimestamp) as date),
    logoff$pread=:4, logoff$lread=:5, logoff$lwrite=:6, logoff$dead=:7,
    sessioncpu=:8 where sessionid=:1 and entryid=1 and action#=100
    Plan hash value: 1651467381
    | Id  | Operation          | Name | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | UPDATE STATEMENT   |      |       |       |     2 (100)|          |
    |   1 |  UPDATE            | AUD$ |       |       |            |          |
    |*  2 |   TABLE ACCESS FULL| AUD$ |     1 |   139 |     2   (0)| 00:00:01 |
    Predicate Information (identified by operation id):
       2 - filter(("ENTRYID"=1 AND "ACTION#"=100 AND "SESSIONID"=:1 AND
                  ("SPARE2" IS NULL OR USERENV('ISDBA')='TRUE')))
    ++++ Last Anylzsed +++++
    TABLE_NAME                     LAST_ANAL
    AUD$                           08-NOV-07
    ++++++++ Table Size ++++++++++++++++++++++
    SQL> select sum(bytes)/1024/1024 "Audit Size" from dba_segments where segment_name='AUD$';
    Audit Size
          2469Regards

    Before purging audit data I would suggest two things. First what is the time period for the report in question? If it is for a low usage period then the audit activity as a percentage of the overall load may be a bit distorted. It may also be worth checking to see what information the audit captured as you could have a contractual or legal obligation to capture the data.
    Second and most import look to see what audit rules are in effect. By just removing a few unneeded rules such as auditing successful logins/logoffs or changing from by access to by session for specific objects you could potentially remove most of the activity being shown.
    You may also want to check to see if a purge job has been set up. See dba_scheduler_jobs and Oracle proviced package: DBMS_AUDIT_MGMT.
    HTH -- Mark D Powell --

  • Understanding the AWR report

    Hello,
    Just to start off on the right path I would like you to know that I am a Java developer trying to understand the AWR report. To give a quick overview of my problem :
    I have built a load test framework using JMeter and trying to send SOAP requests to my weblogic server. Each of these requests are getting converted multiple Insert, Update and Merge statements and getting executed on the Oracle 10g productions grade DB server. When I run the AWR report, under the "SQL ordered by Executions (Global)" I see statements that have run for 2 billion times. The JDBC connection to the database is configured to have a maximum of 40 connections and I do not see all of them being used up. The issue now is I am NOT generating that kind of load yet. I am creating around 15000 SOAP requests in an hour and I am expecting around 1million records to hit the database. The test runs fine for a couple of hours and then the server starts failing because the database is not responding back properly. When I run the statistics query on tables "gv$session s, gv$sqlarea t, gv$process p" to get the pending sessions in the database I have seen anywhere between 30 - 62 pending sessions with a activity time of more than 300 minutes.
    I am sure I am not sending in 2 billion requests from the LoadTest env that I have developed but the AWR report says so. I want to know if there is a possible reason for this behavior. The stuck threads start occurring on the Weblogic server after 30 mins I start the test. Below is the exception I got on weblogic just in case it helps
    2014-10-06 19:26:04,960[[STUCK] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)']ERROR DAOUtil -- DAOUtil@SQLException > weblogic.jdbc.extensions.ConnectionDeadSQLException: weblogic.common.resourcepool.ResourceDeadException: Could not create pool connection. The DBMS driver exception was: Closed Connection
        at weblogic.jdbc.common.internal.JDBCUtil.wrapAndThrowResourceException(JDBCUtil.java:249)
        at weblogic.jdbc.pool.Driver.connect(Driver.java:160)
        at weblogic.jdbc.jts.Driver.getNonTxConnection(Driver.java:642)
        at weblogic.jdbc.jts.Driver.connect(Driver.java:124)
        at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:338)
        at com.bci.rms.ea.common.eautil.dao.DAOUtil.getConnectionFromDataSource(DAOUtil.java:222)
    Looking forward for reply/questions...
    Thanks in Advance,
    Sameer.

    Hello,
    Just to start off on the right path I would like you to know that I am a Java developer trying to understand the AWR report. To give a quick overview of my problem :
    I have built a load test framework using JMeter and trying to send SOAP requests to my weblogic server. Each of these requests are getting converted multiple Insert, Update and Merge statements and getting executed on the Oracle 10g productions grade DB server. When I run the AWR report, under the "SQL ordered by Executions (Global)" I see statements that have run for 2 billion times. The JDBC connection to the database is configured to have a maximum of 40 connections and I do not see all of them being used up. The issue now is I am NOT generating that kind of load yet. I am creating around 15000 SOAP requests in an hour and I am expecting around 1million records to hit the database. The test runs fine for a couple of hours and then the server starts failing because the database is not responding back properly. When I run the statistics query on tables "gv$session s, gv$sqlarea t, gv$process p" to get the pending sessions in the database I have seen anywhere between 30 - 62 pending sessions with a activity time of more than 300 minutes.
    I am sure I am not sending in 2 billion requests from the LoadTest env that I have developed but the AWR report says so. I want to know if there is a possible reason for this behavior. The stuck threads start occurring on the Weblogic server after 30 mins I start the test. Below is the exception I got on weblogic just in case it helps
    2014-10-06 19:26:04,960[[STUCK] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)']ERROR DAOUtil -- DAOUtil@SQLException > weblogic.jdbc.extensions.ConnectionDeadSQLException: weblogic.common.resourcepool.ResourceDeadException: Could not create pool connection. The DBMS driver exception was: Closed Connection
        at weblogic.jdbc.common.internal.JDBCUtil.wrapAndThrowResourceException(JDBCUtil.java:249)
        at weblogic.jdbc.pool.Driver.connect(Driver.java:160)
        at weblogic.jdbc.jts.Driver.getNonTxConnection(Driver.java:642)
        at weblogic.jdbc.jts.Driver.connect(Driver.java:124)
        at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:338)
        at com.bci.rms.ea.common.eautil.dao.DAOUtil.getConnectionFromDataSource(DAOUtil.java:222)
    Looking forward for reply/questions...
    Thanks in Advance,
    Sameer.

  • How to get AWR report in text format

    Hi all,
    Here we are getting AWR report in html format through OEM.I want to get AWR report in .txt format
    Please help me
    Thanks in advance

    Hi
    You can use the following scripts:
    - ORACLE_HOME/rdbms/admin/awrrpt.sql
    - ORACLE_HOME/rdbms/admin/awrrpti.sql
    HTH
    Chris

  • Your computer restarted because of a problem. Analyzing Crash Reports.

    I have a 27-inch iMac (late 2013) running the latest version of Mavericks (10.9.4). The Mac randomly restart at least once a week. Sometimes during use, sometimes overnight.
    I ran Apple Diagnostic a few times and it didn't find any errors (this was a few weeks ago). Disk Utility didn't find any errors as well (I also repaired permissions just in case). Still I decided to erase/format the HDD and installed a fresh 10.9.4 like 2 weeks ago. The problem still persists.
    Any ideas? Can anyone help analyzing these kernel panic reports?
    Crash Report 1 (Latest)
    Anonymous UUID: 
    0768F702-C5CE-F6E5-F601-AE9BE89CC0A6
    Wed Sep 10 03:07:36 2014
    panic(cpu 0 caller 0xffffff801b8dc24e): Kernel trap at 0xffffff801bcb6458, type 6=invalid opcode, registers:
    CR0: 0x000000008001003b, CR2: 0x0000000000553000, CR3: 0x000000001e591000, CR4: 0x00000000001606e0
    RAX: 0x0000000000000001, RBX: 0xffffff803db7fa00, RCX: 0x0000000000000000, RDX: 0xffffff8208f93cc0
    RSP: 0xffffff8208f93cb0, RBP: 0xffffff8208f93d30, RSI: 0x0000000000000000, RDI: 0xffffff803dc99500
    R8:  0xffffff803dc99500, R9:  0x0000000000000000, R10: 0xffffff801be70800, R11: 0x0000000000000001
    R12: 0xffffff803d8dc680, R13: 0x0000000000000008, R14: 0x0000000000000001, R15: 0x0000000000000000
    RFL: 0x0000000000010246, RIP: 0xffffff801bcb6458, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x0000000000553000, Error code: 0x0000000000000000, Fault CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff8208f93940 : 0xffffff801b822f79
    0xffffff8208f939c0 : 0xffffff801b8dc24e
    0xffffff8208f93b90 : 0xffffff801b8f3746
    0xffffff8208f93bb0 : 0xffffff801bcb6458
    0xffffff8208f93d30 : 0xffffff801bcb53c5
    0xffffff8208f93d60 : 0xffffff7f9bff6f57
    0xffffff8208f93e20 : 0xffffff7f9bfe96dd
    0xffffff8208f93ea0 : 0xffffff7f9c04a8a3
    0xffffff8208f93f00 : 0xffffff7f9c04784a
    0xffffff8208f93f20 : 0xffffff801b84a20a
    0xffffff8208f93fb0 : 0xffffff801b8d7417
    Kernel Extensions in backtrace:
    com.apple.iokit.IOUSBFamily(683.4)[7595281D-D047-3715-9044-98F46B62F845]@0xfffff f7f9bfd9000->0xffffff7f9c039fff
    dependency: com.apple.iokit.IOPCIFamily(2.9)[4662B11D-2ECA-315D-875C-618C97CDAB2A]@0xffffff 7f9bebe000
    com.apple.iokit.IOUSBHIDDriver(660.4)[ABEFEB9E-8AF5-3927-93D6-205DD1EA6425]@0xff ffff7f9c046000->0xffffff7f9c04efff
    dependency: com.apple.iokit.IOHIDFamily(2.0.0)[994495B5-FB34-3DB5-B47A-D2A732E52F33]@0xffff ff7f9bf54000
    dependency: com.apple.iokit.IOUSBFamily(683.4.0)[7595281D-D047-3715-9044-98F46B62F845]@0xff ffff7f9bfd9000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    13E28
    Kernel version:
    Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
    Kernel UUID: BBFADD17-672B-35A2-9B7F-E4B12213E4B8
    Kernel slide:
    0x000000001b600000
    Kernel text base: 0xffffff801b800000
    System model name: iMac14,2 (Mac-27ADBB7B4CEE8E61)
    System uptime in nanoseconds: 135140702941848
    last loaded kext at 108692068536306: com.apple.driver.AppleIntelMCEReporter    104 (addr 0xffffff7f9df36000, size 49152)
    last unloaded kext at 108752070868534: com.apple.driver.AppleIntelMCEReporter    104 (addr 0xffffff7f9df36000, size 32768)
    loaded kexts:
    com.logitech.driver.LogiGamingMouseFilter    1
    com.logmein.driver.LogMeInSoundDriver    1.0.3
    com.driver.LogJoystick    2.0
    com.apple.filesystems.smbfs    2.0.2
    com.apple.driver.AppleHWSensor    1.9.5d0
    com.apple.driver.AGPM    100.14.28
    com.apple.driver.ApplePlatformEnabler    2.0.9d6
    com.apple.driver.X86PlatformShim    1.0.0
    com.apple.filesystems.autofs    3.0
    com.apple.iokit.IOBluetoothSerialManager    4.2.6f1
    com.apple.driver.AppleMikeyHIDDriver    124
    com.apple.driver.AppleHDA    2.6.3f4
    com.apple.driver.AppleMikeyDriver    2.6.3f4
    com.apple.driver.AudioAUUC    1.60
    com.apple.driver.AppleUpstreamUserClient    3.5.13
    com.apple.GeForce    8.2.6
    com.apple.iokit.IOUserEthernet    1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X    7.0.0
    com.apple.driver.AppleIntelHD5000Graphics    8.2.8
    com.apple.driver.AppleSMCLMU    2.0.4d1
    com.apple.driver.AppleHWAccess    1
    com.apple.driver.AppleIntelFramebufferAzul    8.2.8
    com.apple.driver.AppleBacklight    170.3.5
    com.apple.driver.AppleMCCSControl    1.2.5
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport    4.2.6f1
    com.apple.driver.AppleLPC    1.7.0
    com.apple.driver.AppleThunderboltIP    1.1.2
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.BootCache    35
    com.apple.driver.AppleUSBHub    683.4.0
    com.apple.driver.XsanFilter    404
    com.apple.iokit.IOAHCIBlockStorage    2.6.0
    com.apple.driver.AppleSDXC    1.5.2
    com.apple.driver.AirPort.Brcm4360    842.21.65
    com.apple.iokit.AppleBCM5701Ethernet    3.8.1b2
    com.apple.driver.AppleAHCIPort    3.0.5
    com.apple.driver.AppleUSBXHCI    683.4.0
    com.apple.driver.AppleRTC    2.0
    com.apple.driver.AppleACPIButtons    2.0
    com.apple.driver.AppleHPET    1.8
    com.apple.driver.AppleSMBIOS    2.1
    com.apple.driver.AppleACPIEC    2.0
    com.apple.driver.AppleAPIC    1.7
    com.apple.nke.applicationfirewall    153
    com.apple.security.quarantine    3
    com.apple.kext.triggers    1.0
    com.apple.iokit.IOSerialFamily    10.0.7
    com.apple.driver.DspFuncLib    2.6.3f4
    com.apple.vecLib.kext    1.0.0
    com.apple.nvidia.driver.NVDAGK100Hal    8.2.6
    com.apple.nvidia.driver.NVDAResman    8.2.6
    com.apple.iokit.IOAcceleratorFamily    98.22
    com.apple.iokit.IOBluetoothFamily    4.2.6f1
    com.apple.iokit.IOSurface    91.1
    com.apple.driver.X86PlatformPlugin    1.0.0
    com.apple.driver.AppleSMC    3.1.8
    com.apple.AppleGraphicsDeviceControl    3.6.22
    com.apple.iokit.IOAcceleratorFamily2    98.22
    com.apple.driver.AppleSMBusPCI    1.0.12d1
    com.apple.driver.AppleBacklightExpert    1.0.4
    com.apple.iokit.IONDRVSupport    2.4.1
    com.apple.driver.AppleSMBusController    1.0.12d1
    com.apple.driver.AppleUSBAudio    2.9.5f8
    com.apple.iokit.IOAudioFamily    1.9.7fc2
    com.apple.kext.OSvKernDSPLib    1.14
    com.apple.iokit.IOBluetoothHostControllerUSBTransport    4.2.6f1
    com.apple.driver.AppleHDAController    2.6.3f4
    com.apple.iokit.IOGraphicsFamily    2.4.1
    com.apple.iokit.IOHDAFamily    2.6.3f4
    com.apple.driver.IOPlatformPluginFamily    5.7.1d6
    com.apple.driver.AppleThunderboltEDMSink    2.1.3
    com.apple.iokit.IOSCSIArchitectureModelFamily    3.6.6
    com.apple.driver.AppleUSBMergeNub    650.4.0
    com.apple.iokit.IOUSBHIDDriver    660.4.0
    com.apple.driver.AppleUSBComposite    656.4.1
    com.apple.driver.AppleThunderboltDPInAdapter    3.1.7
    com.apple.driver.AppleThunderboltDPOutAdapter    3.1.7
    com.apple.driver.AppleThunderboltDPAdapterFamily    3.1.7
    com.apple.driver.AppleThunderboltPCIDownAdapter    1.4.5
    com.apple.iokit.IOUSBUserClient    660.4.2
    com.apple.driver.AppleThunderboltNHI    2.0.1
    com.apple.iokit.IOThunderboltFamily    3.3.1
    com.apple.iokit.IO80211Family    640.36
    com.apple.iokit.IOEthernetAVBController    1.0.3b4
    com.apple.driver.mDNSOffloadUserClient    1.0.1b5
    com.apple.iokit.IONetworkingFamily    3.2
    com.apple.iokit.IOAHCIFamily    2.6.5
    com.apple.iokit.IOUSBFamily    683.4.0
    com.apple.driver.AppleEFINVRAM    2.0
    com.apple.driver.AppleEFIRuntime    2.0
    com.apple.iokit.IOHIDFamily    2.0.0
    com.apple.iokit.IOSMBusFamily    1.1
    com.apple.security.sandbox    278.11.1
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.security.TMSafetyNet    7
    com.apple.driver.AppleKeyStore    2
    com.apple.driver.DiskImages    371.1
    com.apple.iokit.IOStorageFamily    1.9
    com.apple.iokit.IOReportFamily    23
    com.apple.driver.AppleFDEKeyStore    28.30
    com.apple.driver.AppleACPIPlatform    2.0
    com.apple.iokit.IOPCIFamily    2.9
    com.apple.iokit.IOACPIFamily    1.4
    com.apple.kec.pthread    1
    com.apple.kec.corecrypto    1.0
    System Profile:
    Model: iMac14,2, BootROM IM142.0108.B01, 4 processors, Intel Core i5, 3.4 GHz, 16 GB, SMC 2.15f2
    Graphics: NVIDIA GeForce GTX 775M, NVIDIA GeForce GTX 775M, PCIe, 2048 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x85F7, 0x483634353155363747313630304700000000
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x85F7, 0x483634353155373947313630304700000000
    Memory Module: BANK 0/DIMM1, 4 GB, DDR3, 1600 MHz, 0x85F7, 0x483634353155373947313630304700000000
    Memory Module: BANK 1/DIMM1, 4 GB, DDR3, 1600 MHz, 0x85F7, 0x483634353155363747313630304700000000
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x111), Broadcom BCM43xx 1.0 (6.30.223.154.65)
    Bluetooth: Version 4.2.6f1 14216, 3 services, 23 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: APPLE HDD ST1000DM003, 1 TB
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: G500s Laser Gaming Mouse
    USB Device: Gaming Keyboard G105
    USB Device: General Purpose USB Hub
    USB Device: PowerMicII-NS
    USB Device: FSR 4ZUSB
    Thunderbolt Bus: iMac, Apple Inc., 23.10
    Crash Report 2
    Anonymous UUID: 
    0768F702-C5CE-F6E5-F601-AE9BE89CC0A6
    Mon Sep  8 13:35:02 2014
    panic(cpu 0 caller 0xffffff80026dc24e): Kernel trap at 0xffffff81f0dd3fb0, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0xffffff81f0dd3fb0, CR3: 0x00000002e31c307a, CR4: 0x00000000001606e0
    RAX: 0x0000000010004003, RBX: 0x00000000000003e0, RCX: 0x000000000003a9ed, RDX: 0x0000000000000c00
    RSP: 0xffffff81f0dd3f78, RBP: 0x000000000100001f, RSI: 0xffffff8028e53c24, RDI: 0x000000000003a9ed
    R8:  0x0000000000000002, R9:  0xffffff8028ff0cf0, R10: 0x0000000000000c00, R11: 0x0000000000000206
    R12: 0xffffff802914df00, R13: 0xffffff800261e140, R14: 0xffffff802914df10, R15: 0x0000000000000000
    RFL: 0x0000000000010286, RIP: 0xffffff81f0dd3fb0, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0xffffff81f0dd3fb0, Error code: 0x0000000000000011, Fault CPU: 0x0 Kernel NX fault
    Backtrace (CPU 0), Frame : Return Address
    0xffffff81f0dd3c00 : 0xffffff8002622f79
    0xffffff81f0dd3c80 : 0xffffff80026dc24e
    0xffffff81f0dd3e50 : 0xffffff80026f3746
    0xffffff81f0dd3e70 : 0xffffff81f0dd3fb0
    Unaligned frame
    Backtrace terminated-invalid frame pointer 0x100001f
    BSD process name corresponding to current thread: OsiriX MD
    Mac OS version:
    13E28
    Kernel version:
    Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
    Kernel UUID: BBFADD17-672B-35A2-9B7F-E4B12213E4B8
    Kernel slide:
    0x0000000002400000
    Kernel text base: 0xffffff8002600000
    System model name: iMac14,2 (Mac-27ADBB7B4CEE8E61)
    System uptime in nanoseconds: 441539119600785
    last loaded kext at 439041032632719: com.apple.driver.AppleIntelMCEReporter    104 (addr 0xffffff7f84d36000, size 49152)
    last unloaded kext at 439101034389589: com.apple.driver.AppleIntelMCEReporter    104 (addr 0xffffff7f84d36000, size 32768)
    loaded kexts:
    com.logitech.driver.LogiGamingMouseFilter    1
    com.logmein.driver.LogMeInSoundDriver    1.0.3
    com.driver.LogJoystick    2.0
    com.apple.filesystems.smbfs    2.0.2
    com.apple.driver.AppleHWSensor    1.9.5d0
    com.apple.filesystems.autofs    3.0
    com.apple.iokit.IOBluetoothSerialManager    4.2.6f1
    com.apple.driver.AppleMikeyHIDDriver    124
    com.apple.driver.AppleMikeyDriver    2.6.3f4
    com.apple.driver.ApplePlatformEnabler    2.0.9d6
    com.apple.driver.AGPM    100.14.28
    com.apple.driver.X86PlatformShim    1.0.0
    com.apple.driver.AudioAUUC    1.60
    com.apple.driver.AppleIntelHD5000Graphics    8.2.8
    com.apple.iokit.IOUserEthernet    1.0.0d1
    com.apple.driver.AppleHDA    2.6.3f4
    com.apple.Dont_Steal_Mac_OS_X    7.0.0
    com.apple.driver.AppleHWAccess    1
    com.apple.driver.AppleUpstreamUserClient    3.5.13
    com.apple.GeForce    8.2.6
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport    4.2.6f1
    com.apple.driver.AppleBacklight    170.3.5
    com.apple.driver.AppleMCCSControl    1.2.5
    com.apple.driver.AppleIntelFramebufferAzul    8.2.8
    com.apple.driver.AppleSMCLMU    2.0.4d1
    com.apple.driver.AppleLPC    1.7.0
    com.apple.driver.AppleThunderboltIP    1.1.2
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.BootCache    35
    com.apple.driver.AppleUSBHub    683.4.0
    com.apple.driver.XsanFilter    404
    com.apple.iokit.IOAHCIBlockStorage    2.6.0
    com.apple.driver.AppleSDXC    1.5.2
    com.apple.iokit.AppleBCM5701Ethernet    3.8.1b2
    com.apple.driver.AirPort.Brcm4360    842.21.65
    com.apple.driver.AppleAHCIPort    3.0.5
    com.apple.driver.AppleUSBXHCI    683.4.0
    com.apple.driver.AppleRTC    2.0
    com.apple.driver.AppleACPIButtons    2.0
    com.apple.driver.AppleHPET    1.8
    com.apple.driver.AppleSMBIOS    2.1
    com.apple.driver.AppleACPIEC    2.0
    com.apple.driver.AppleAPIC    1.7
    com.apple.nke.applicationfirewall    153
    com.apple.security.quarantine    3
    com.apple.kext.triggers    1.0
    com.apple.iokit.IOSCSIArchitectureModelFamily    3.6.6
    com.apple.iokit.IOSerialFamily    10.0.7
    com.apple.iokit.IOSurface    91.1
    com.apple.driver.DspFuncLib    2.6.3f4
    com.apple.vecLib.kext    1.0.0
    com.apple.iokit.IOBluetoothFamily    4.2.6f1
    com.apple.driver.AppleUSBAudio    2.9.5f8
    com.apple.iokit.IOAudioFamily    1.9.7fc2
    com.apple.kext.OSvKernDSPLib    1.14
    com.apple.iokit.IOAcceleratorFamily    98.22
    com.apple.iokit.IOBluetoothHostControllerUSBTransport    4.2.6f1
    com.apple.nvidia.driver.NVDAGK100Hal    8.2.6
    com.apple.nvidia.driver.NVDAResman    8.2.6
    com.apple.driver.X86PlatformPlugin    1.0.0
    com.apple.driver.AppleBacklightExpert    1.0.4
    com.apple.driver.AppleSMBusController    1.0.12d1
    com.apple.AppleGraphicsDeviceControl    3.6.22
    com.apple.iokit.IOAcceleratorFamily2    98.22
    com.apple.driver.AppleHDAController    2.6.3f4
    com.apple.iokit.IOHDAFamily    2.6.3f4
    com.apple.driver.AppleSMC    3.1.8
    com.apple.driver.AppleSMBusPCI    1.0.12d1
    com.apple.iokit.IONDRVSupport    2.4.1
    com.apple.iokit.IOGraphicsFamily    2.4.1
    com.apple.driver.IOPlatformPluginFamily    5.7.1d6
    com.apple.driver.AppleThunderboltEDMSink    2.1.3
    com.apple.driver.AppleUSBMergeNub    650.4.0
    com.apple.iokit.IOUSBHIDDriver    660.4.0
    com.apple.driver.AppleUSBComposite    656.4.1
    com.apple.driver.AppleThunderboltDPInAdapter    3.1.7
    com.apple.driver.AppleThunderboltDPOutAdapter    3.1.7
    com.apple.driver.AppleThunderboltDPAdapterFamily    3.1.7
    com.apple.driver.AppleThunderboltPCIDownAdapter    1.4.5
    com.apple.iokit.IOUSBUserClient    660.4.2
    com.apple.driver.AppleThunderboltNHI    2.0.1
    com.apple.iokit.IOThunderboltFamily    3.3.1
    com.apple.iokit.IOEthernetAVBController    1.0.3b4
    com.apple.iokit.IO80211Family    640.36
    com.apple.driver.mDNSOffloadUserClient    1.0.1b5
    com.apple.iokit.IONetworkingFamily    3.2
    com.apple.iokit.IOAHCIFamily    2.6.5
    com.apple.iokit.IOUSBFamily    683.4.0
    com.apple.driver.AppleEFINVRAM    2.0
    com.apple.driver.AppleEFIRuntime    2.0
    com.apple.iokit.IOHIDFamily    2.0.0
    com.apple.iokit.IOSMBusFamily    1.1
    com.apple.security.sandbox    278.11.1
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.security.TMSafetyNet    7
    com.apple.driver.AppleKeyStore    2
    com.apple.driver.DiskImages    371.1
    com.apple.iokit.IOStorageFamily    1.9
    com.apple.iokit.IOReportFamily    23
    com.apple.driver.AppleFDEKeyStore    28.30
    com.apple.driver.AppleACPIPlatform    2.0
    com.apple.iokit.IOPCIFamily    2.9
    com.apple.iokit.IOACPIFamily    1.4
    com.apple.kec.pthread    1
    com.apple.kec.corecrypto    1.0
    System Profile:
    Model: iMac14,2, BootROM IM142.0108.B01, 4 processors, Intel Core i5, 3.4 GHz, 16 GB, SMC 2.15f2
    Graphics: NVIDIA GeForce GTX 775M, NVIDIA GeForce GTX 775M, PCIe, 2048 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x85F7, 0x483634353155363747313630304700000000
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x85F7, 0x483634353155373947313630304700000000
    Memory Module: BANK 0/DIMM1, 4 GB, DDR3, 1600 MHz, 0x85F7, 0x483634353155373947313630304700000000
    Memory Module: BANK 1/DIMM1, 4 GB, DDR3, 1600 MHz, 0x85F7, 0x483634353155363747313630304700000000
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x111), Broadcom BCM43xx 1.0 (6.30.223.154.65)
    Bluetooth: Version 4.2.6f1 14216, 3 services, 23 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: APPLE HDD ST1000DM003, 1 TB
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: G500s Laser Gaming Mouse
    USB Device: General Purpose USB Hub
    USB Device: PowerMicII-NS
    USB Device: FSR 4ZUSB
    USB Device: Gaming Keyboard G105
    Thunderbolt Bus: iMac, Apple Inc., 23.10
    Crash Report 3
    Anonymous UUID: 
    0768F702-C5CE-F6E5-F601-AE9BE89CC0A6
    Fri Aug 22 10:03:18 2014
    panic(cpu 0 caller 0xffffff80098dc24e): Kernel trap at 0xffffff800972ac00, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0xffffff800972ac00, CR3: 0x000000006abe5073, CR4: 0x00000000001606e0
    RAX: 0xffffff8009efdbc8, RBX: 0x0000000000002cee, RCX: 0x0000000001000000, RDX: 0xffffff8009ed12e0
    RSP: 0xffffff81f744b8f8, RBP: 0xffffff81f744bef0, RSI: 0x00000000000001f8, RDI: 0xffffff802dd1b000
    R8:  0xffffff81cac5b000, R9:  0x0000000000000000, R10: 0x00000000000003ff, R11: 0xffffffffffffffff
    R12: 0x0000000000002272, R13: 0xffffff81cac5d4f6, R14: 0x0000000000003000, R15: 0x00000000000024f6
    RFL: 0x0000000000010286, RIP: 0xffffff800972ac00, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0xffffff800972ac00, Error code: 0x0000000000000010, Fault CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff81f744b580 : 0xffffff8009822f79
    0xffffff81f744b600 : 0xffffff80098dc24e
    0xffffff81f744b7d0 : 0xffffff80098f3746
    0xffffff81f744b7f0 : 0xffffff800972ac00
    0xffffff81f744bef0 : 0xffffff8009820be3
    0xffffff81f744bf20 : 0xffffff80098dc883
    0xffffff81f744bf40 : 0xffffff80098f3712
    BSD process name corresponding to current thread: OsiriX MD
    Mac OS version:
    13E28
    Kernel version:
    Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
    Kernel UUID: BBFADD17-672B-35A2-9B7F-E4B12213E4B8
    Kernel slide:
    0x0000000009600000
    Kernel text base: 0xffffff8009800000
    System model name: iMac14,2 (Mac-27ADBB7B4CEE8E61)
    System uptime in nanoseconds: 57701821472781
    last loaded kext at 56940154524891: com.apple.driver.AppleIntelMCEReporter    104 (addr 0xffffff7f8bf36000, size 49152)
    last unloaded kext at 57007344596991: com.apple.driver.AppleIntelMCEReporter    104 (addr 0xffffff7f8bf36000, size 32768)
    loaded kexts:
    com.logitech.driver.LogiGamingMouseFilter    1
    com.logmein.driver.LogMeInSoundDriver    1.0.3
    com.driver.LogJoystick    2.0
    com.apple.filesystems.smbfs    2.0.2
    com.apple.driver.AppleHWSensor    1.9.5d0
    com.apple.driver.ApplePlatformEnabler    2.0.9d6
    com.apple.driver.AGPM    100.14.28
    com.apple.driver.X86PlatformShim    1.0.0
    com.apple.filesystems.autofs    3.0
    com.apple.driver.AppleMikeyHIDDriver    124
    com.apple.driver.AppleHDA    2.6.3f4
    com.apple.driver.AppleMikeyDriver    2.6.3f4
    com.apple.driver.AppleUpstreamUserClient    3.5.13
    com.apple.driver.AudioAUUC    1.60
    com.apple.GeForce    8.2.6
    com.apple.driver.AppleLPC    1.7.0
    com.apple.driver.AppleThunderboltIP    1.1.2
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport    4.2.6f1
    com.apple.driver.AppleBacklight    170.3.5
    com.apple.driver.AppleMCCSControl    1.2.5
    com.apple.driver.AppleSMCLMU    2.0.4d1
    com.apple.iokit.IOUserEthernet    1.0.0d1
    com.apple.iokit.IOBluetoothSerialManager    4.2.6f1
    com.apple.Dont_Steal_Mac_OS_X    7.0.0
    com.apple.driver.AppleHWAccess    1
    com.apple.driver.AppleIntelHD5000Graphics    8.2.8
    com.apple.driver.AppleIntelFramebufferAzul    8.2.8
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.BootCache    35
    com.apple.driver.AppleUSBHub    683.4.0
    com.apple.driver.XsanFilter    404
    com.apple.iokit.IOAHCIBlockStorage    2.6.0
    com.apple.driver.AppleSDXC    1.5.2
    com.apple.driver.AppleAHCIPort    3.0.5
    com.apple.driver.AirPort.Brcm4360    842.21.65
    com.apple.iokit.AppleBCM5701Ethernet    3.8.1b2
    com.apple.driver.AppleUSBXHCI    683.4.0
    com.apple.driver.AppleRTC    2.0
    com.apple.driver.AppleACPIButtons    2.0
    com.apple.driver.AppleHPET    1.8
    com.apple.driver.AppleSMBIOS    2.1
    com.apple.driver.AppleACPIEC    2.0
    com.apple.driver.AppleAPIC    1.7
    com.apple.nke.applicationfirewall    153
    com.apple.security.quarantine    3
    com.apple.kext.triggers    1.0
    com.apple.driver.DspFuncLib    2.6.3f4
    com.apple.vecLib.kext    1.0.0
    com.apple.driver.AppleUSBAudio    2.9.5f8
    com.apple.driver.AppleHDAController    2.6.3f4
    com.apple.iokit.IOHDAFamily    2.6.3f4
    com.apple.iokit.IOAcceleratorFamily    98.22
    com.apple.driver.X86PlatformPlugin    1.0.0
    com.apple.driver.AppleSMBusPCI    1.0.12d1
    com.apple.driver.IOPlatformPluginFamily    5.7.1d6
    com.apple.driver.AppleThunderboltEDMSink    2.1.3
    com.apple.iokit.IOBluetoothHostControllerUSBTransport    4.2.6f1
    com.apple.driver.AppleBacklightExpert    1.0.4
    com.apple.driver.AppleSMBusController    1.0.12d1
    com.apple.nvidia.driver.NVDAGK100Hal    8.2.6
    com.apple.nvidia.driver.NVDAResman    8.2.6
    com.apple.iokit.IOAudioFamily    1.9.7fc2
    com.apple.kext.OSvKernDSPLib    1.14
    com.apple.iokit.IOSerialFamily    10.0.7
    com.apple.iokit.IOBluetoothFamily    4.2.6f1
    com.apple.driver.AppleSMC    3.1.8
    com.apple.iokit.IOSurface    91.1
    com.apple.AppleGraphicsDeviceControl    3.6.22
    com.apple.iokit.IOAcceleratorFamily2    98.22
    com.apple.iokit.IONDRVSupport    2.4.1
    com.apple.iokit.IOGraphicsFamily    2.4.1
    com.apple.iokit.IOSCSIArchitectureModelFamily    3.6.6
    com.apple.driver.AppleUSBMergeNub    650.4.0
    com.apple.driver.AppleThunderboltDPInAdapter    3.1.7
    com.apple.driver.AppleThunderboltDPOutAdapter    3.1.7
    com.apple.driver.AppleThunderboltDPAdapterFamily    3.1.7
    com.apple.driver.AppleThunderboltPCIDownAdapter    1.4.5
    com.apple.iokit.IOUSBHIDDriver    660.4.0
    com.apple.driver.AppleUSBComposite    656.4.1
    com.apple.iokit.IOUSBUserClient    660.4.2
    com.apple.driver.AppleThunderboltNHI    2.0.1
    com.apple.iokit.IOThunderboltFamily    3.3.1
    com.apple.iokit.IOAHCIFamily    2.6.5
    com.apple.iokit.IO80211Family    640.36
    com.apple.iokit.IOEthernetAVBController    1.0.3b4
    com.apple.driver.mDNSOffloadUserClient    1.0.1b5
    com.apple.iokit.IONetworkingFamily    3.2
    com.apple.iokit.IOUSBFamily    683.4.0
    com.apple.driver.AppleEFINVRAM    2.0
    com.apple.driver.AppleEFIRuntime    2.0
    com.apple.iokit.IOHIDFamily    2.0.0
    com.apple.iokit.IOSMBusFamily    1.1
    com.apple.security.sandbox    278.11.1
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.security.TMSafetyNet    7
    com.apple.driver.AppleKeyStore    2
    com.apple.driver.DiskImages    371.1
    com.apple.iokit.IOStorageFamily    1.9
    com.apple.iokit.IOReportFamily    23
    com.apple.driver.AppleFDEKeyStore    28.30
    com.apple.driver.AppleACPIPlatform    2.0
    com.apple.iokit.IOPCIFamily    2.9
    com.apple.iokit.IOACPIFamily    1.4
    com.apple.kec.pthread    1
    com.apple.kec.corecrypto    1.0
    System Profile:
    Model: iMac14,2, BootROM IM142.0108.B01, 4 processors, Intel Core i5, 3.4 GHz, 16 GB, SMC 2.15f2
    Graphics: NVIDIA GeForce GTX 775M, NVIDIA GeForce GTX 775M, PCIe, 2048 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x85F7, 0x483634353155363747313630304700000000
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x85F7, 0x483634353155373947313630304700000000
    Memory Module: BANK 0/DIMM1, 4 GB, DDR3, 1600 MHz, 0x85F7, 0x483634353155373947313630304700000000
    Memory Module: BANK 1/DIMM1, 4 GB, DDR3, 1600 MHz, 0x85F7, 0x483634353155363747313630304700000000
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x111), Broadcom BCM43xx 1.0 (6.30.223.154.65)
    Bluetooth: Version 4.2.6f1 14216, 3 services, 23 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: APPLE HDD ST1000DM003, 1 TB
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: G500s Laser Gaming Mouse
    USB Device: Gaming Keyboard G105
    USB Device: General Purpose USB Hub
    USB Device: FSR 4ZUSB
    USB Device: PowerMicII-NS
    Thunderbolt Bus: iMac, Apple Inc., 23.10

    Remove half the memory modules and test. Then switch and test the other half.

  • 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

  • AWR reports DBMS_ALERT_INFO queries using significant elapsed time

    Hi
    10.1.0.3 / OpenVMS 8.2
    Has anyone encountered AWR reporting significant resource consumption on queries relating to DBMS_ALERT_INFO (via calls to dbms_alert.register)? The buffer busy waits % from AWR is high as well (see AWR snippets below). Oracle are suggesting this is "expected behaviour for the objects owned by
    the SYS user".
    The query takes (on average) 2.3 seconds elapsed, using 1.63 CPU seconds and is responsible for 94% of all Buffer Busy Waits.
    Elapsed CPU Elap per % Total
    Time (s) Time (s) Executions Exec (s) DB Time SQL Id
    10,965 7,746 4,756 2.3 4.7 57w71dgk5qbtx
    Module: DSA103:[CSC_ENV_1.APPLIC.][SPICE.LIB]SPC_PFS1_MA
    SELECT DISTINCT SUBSTR(KGLNAOBJ,11) SID FROM X$KGLOB WHERE KGLHDNSP = 7 AND KGLN
    AOBJ LIKE 'ORA$ALERT$%' AND BITAND(KGLHDFLG,128)!=0 UNION SELECT DISTINCT SID FR
    OM DBMS_ALERT_INFO
    Segments by Buffer Busy Waits DB/Inst: SPICE/ONLINE Snaps: 4930-5026
    Buffer
    Tablespace Subobject Obj. Busy
    Owner Name Object Name Name Type Waits %Total
    SYS SYSTEM DBMS_ALERT_INFO TABLE 130,626 93.76
    Clive

    Christophe Lize wrote:
    Closing this thread even if it's not answered...Sorry, I don't have time to test this myself now, but you shouldn't mark this thread as answered if it is not, because other people might find it and think they find an answer if they have a similar question.
    I suggest you try the following to narrow down things:
    1. Open the RAW trace file and check the cursor numbers of the "direct path reads" - check if you can find any references for those cursor numbers manually. The cursor numbers are those numbers behind the WAIT #<xx>, and you can check if you find any other entry unequal to WAIT #<xx> with the same #<xx>, for example EXEC #<xx> or FETCH #<xx>
    A short primer on how to interpret the raw trace file can also be found in MOS document 39817.1
    2. Run the RAW trace file through alternative free trace file analyzers like SQLDeveloper (yes it can process raw trace files), OraSRP or Christian Antognini's TVD$XTAT. If you have My Oracle Support access you can also try Oracle's own extended Trace Analyzer (TRCA / TRCANLZR). See MOS Note 224270.1
    Check if these tools tell you more about your specific wait event and oddities with the trace file in general.
    Regards,
    Randolf
    Oracle related stuff blog:
    http://oracle-randolf.blogspot.com/
    Co-author of the "OakTable Expert Oracle Practices" book:
    http://www.apress.com/book/view/1430226684
    http://www.amazon.com/Expert-Oracle-Practices-Database-Administration/dp/1430226684

  • How to do Detailed AWR Report  Analysis

    Hi,
    Please let me Know how to do analysis AWR report and get it corrected.

    The best way to isolate the bottlenecks in Oracle is to analyze the top five wait events for the database and look for any external waits that might be associated with disk, CPU and network.
    Oracle provide two scripts to produce workload repository reports (awrrpt.sql and awrrpti.sql). They are similar in format to the statspack reports and give the option of HTML or plain text formats. The two reports give essential the same output but the awrrpti.sql allows you to select a single instance. The reports can be generated as follows.
    @$ORACLE_HOME/rdbms/admin/awrrpt.sql
    @$ORACLE_HOME/rdbms/admin/awrrpti.sql
    The scripts prompt you to enter the report format (html or text), the start snapshot id, the end snapshot id and the report filename. The resulting report can be opend in a browser or text editor accordingly.
    http://www.oracle-base.com/articles/10g/automatic-workload-repository-10g.php

Maybe you are looking for

  • EJB 3.0 Entity

    Hi I have created an Entity with annotations. In my application I already have several 2.1 EJBs. For the new 3jb3.0 entity I have not defined any configuration in either ejb-jar.xml or orion-ejb-jar.xml files. How can I make sure if the Entity is cor

  • Perfect 17" LCD, but what about Firmware CD?

    I just started using my 17" LCD Studio Display (ADC) with a different Mac. It's working great! But I read an article that warned of using this display without adding special Firmware off of the CD. Should I be worried? Thanks, Andrew

  • Patch update V2.1 or v2.5

    Dear all, i have a little problem. I am setting up a webserver that wil be using Apache and Apache-SSL/OpenSSL. The machine is a Ultra-10 running solaris-9. When i am running the apache-ssl patch i get the following error: " your version of patch is

  • WRT54G. Computer sees network but can't connect over wireless

    So I have a WRT54G router since a couple of years now.  Laptop (Win7 64bit), ipod, ipad, phones can connect to it without a problem, but new computer (Win7 64bit) can't.  I can connect the PC via ethernet without a problem though. I powercycled my de

  • Any Workaround to SORT ITEMS in a CATEGORY portlet ??

    I HAVE A PAGE WITH 3 CATEGORY PORTLETS. BUT I CANNOT SUCCEED TO SORT THE ITEMS DEFAULT/DESCENDING DID ANYBODY MANAGE TO DO THIS ? TKS IN ADVANCE!!