Comparing AWR & ADDM

Hi all,
11.2.0.1
AIX 6.1 5L
I took performance status using ADDM and AWR on the same snap period to my database.
And this is the result:
ADDM
https://app.box.com/s/okm6ikhm8e3ia366i7yk
AWR
https://app.box.com/s/qocw6cuo2yrhkpmwz2ey
Why is that ADDM report say the database has no activity while AWR said the database is busy?
Please help in the analyses.
Thanks a lot,
zxy

Hi,
i think, when cpu works less then one minute the hour, busy is not word i would choose . You have four CPUs so more than 60 minutes i will study the reports a little bit longer.
Best regards
thomas
PS: 1 hour and no archivle log switch, this is not an optimal configuration.

Similar Messages

  • Cannot generate AWR/ADDM reports in Oracle 10g

    Hi,
    We are running 10.2.0.3.0 and troublshooted the performance problem for some queries. But when tried to run AWR/ADDM reports from OEM and got the following messages:
    Insufficient Data in Interval. For displaying data on this page, two historical snapshots are needed. Make sure that two snapshots are present in the target database instance. In addition modify the interval so that it is contained within two available snapshots
    I checked the scheduled jobs in this DB,
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Oracle Label Security and Data Mining options
    SQL> select JOB_NAME from dba_scheduler_jobs;
    JOB_NAME
    PURGE_LOG
    FGR$AUTOPURGE_JOB
    GATHER_STATS_JOB
    AUTO_SPACE_ADVISOR_JOB
    Has anyone anyidea why AWR/ADDM reports cannot be run? Thanks
    Liz

    Hi,
    If you want you can execute snapshot at your required time as suggested by people.
    However Oracle 10g by default take snap at every one hour.
    To check
    select snap_id, to_char(BEGIN_INTERVAL_TIME,'DD-MON-YYYY HH24:MI') BEGIN_INTERVAL_TIME,
    to_char(END_INTERVAL_TIME,'DD-MON-YYYY HH24:MI') END_INTERVAL_TIME
    from dba_hist_snapshot
    You can generate AWR Report by executing following SQL, Connect as SYS
    SQL> @$ORACLE_HOME/rdbms/admin/awrrpt.sql
    Input required details it asks, you can get AWR report in HTML or text format.
    ADDM Report:
    @$ORACLE_HOME/rdbms/admin/addmrpt.sql

  • Comparing AWR data with baselines.

    Hello,
    I am studying AWR, which will be used in our project for performance analysis.
    My requirement is to create a baseline of load between 2 snapshots during normal system load. We perform load/stress testing before final deployment. We are planning to take snapshots before and after load/stress tests. I want to compare the performance of instance during load/stress test with that of baseline performance.
    Oracle provides package DBMS_WORKLOAD_REPOSITORY for different functions of AWR. It provides function CREATE_BASELINE function for creating baseline. But in report generation function AWR_REPORT_HTML or AWR_REPORT_TXT no parameter is specified for comparing it with the baseline.
    Is it possible to compare AWR data with baseline, during report generation? Or currently Oracle supports only baseline creation and dropping that baseline. It can not be used for performance comparison.
    Thanks,
    Shailesh

    Hi,
    Take a look on the note: 543188
    With rgds,
    Anil Kumar Sharma .P
    Kindly Assign the points to the helpful answers.
    Message was edited by: Anil Kumar Sharma

  • Do we need separete licence for AWR , ADDM in 10gR2

    Do we need separete licence for AWR , ADDM in 10gR2?

    AWR and ADDM come with the 10g database. When you connect to a Enterprise Manager Database Control or Grid Control web site for the first time you are presented with a page lists the "Packs" that are included and inform you that some premium functionality contained within this release of Enterprise Manager require a separate Oracle License.
    You can view the packs at a later date by clicking About Oracle Enterprise Manager link at the bottom of the home page and then clicking the Oracle Enterprise Manager 10g License Information link.
    The Diagnostic Pack includes the following:
    Performance monitoring (database and host)
    ADDM
    AWR
    Event notifications
    Event/Metric history
    Blackouts.
    You have to have the Diagnostics Pack license even if you will only be accessing these features through their SQL or PL/SQL interfaces.

  • Statspack, awr, addm reports

    Hi every one,
    what is the difference between statspack, awr, addm reports and how these report are going to analyze and how these reports are going to use in real time.
    please let me know.
    thank ypu!

    851707 wrote:
    Hi every one,
    what is the difference between statspack, awr, addm reports and how these report are going to analyze and how these reports are going to use in real time.
    The very major difference between Statspack and the other reports is that the former one is a free one and all the rest, require a licence before you can legally use them. For the usage of both the types of reports, please read the entire series for the same written by Jonathan Lewis on http://jonathanlewis.wordpress.com/statspack-examples/
    HTH
    Aman....

  • Automating AWR & ADDM Reports

    Just wanted to check, if anybody has done... Automatic Generation of AWR & ADDM report. I want send the report to all the dba's in the team every six hours... Is there a way to call through cron Job....Want to pass parameter last hours snapshot id and snapshot_id -6...
    Only if you have done...pl. answer otherwise ignore...
    Thanks

    select output from
    table(dbms_workload_repository.&fn_name( :dbid,
    inst_num,
    bid, :eid,
    rpt_options ));
    Figure out what you need from there. Wrap spool
    around it for your directory, mail it off when done.nice little script Steven.
    Niall Litchfield
    http://www.orawin.info/

  • ASH, AWR,ADDM

    Hi all,
    How long will the information data which are read by ASH, AWR, ADDM stay in my database?
    Do I need to purge them every month? or every quarter? or every 6months? or every year?
    What is the ideal retention months?
    Thanks a lot,
    zxy

    Hi all,
    How long will the information data which are read by ASH, AWR, ADDM stay in my database?
    Do I need to purge them every month? or every quarter? or every 6months? or every year?
    What is the ideal retention months?
    Thanks a lot,
    zxy
    In Oracle 10g retention is 7 days and in 11g its 8 days by default.
    For a better understanding, please refer Automatic Performance Statistics

  • Different result comparing AWR to TKPROF

    Hi,
    I runned last night event 10046 on my database using the following commands:
    ALTER SYSTEM SET statistics_level = ALL;
    ALTER SYSTEM SET events '10046 trace name context forever, level 12';
    Today, i compared a single statment from TKPROF result to the AWR and found
    big different results:
    The TKPROF shows:
    Executions is : 1
    elpased time is :51.39 seconds
    cpu time is : 0.23 second
    Gets per Exec is : 72
    SELECT CM_CUST_DIM_INST_PROD.INST_PROD_ID, CM_CUST_DIM_INST_PROD.NAP_PRODUCT_ID, CM_CUST_DIM_INST_PROD.NAP_PACKEAGE, CM_CUST_DIM_INST_PROD.PRODUCT_ID, CM_CUST_DIM_INST_PROD.PRODUCT_DESCR, CM_CUST_DIM_INST_PROD.PRODUCT_GROUP, CM_CUST_DIM_INST_PROD.PRODUCT_GROUP_DESCR, CM_CUST_DIM_INST_PROD.PROD_CATEGORY, CM_CUST_DIM_INST_PROD.PROD_CATEGORY_DESCR, CM_CUST_DIM_INST_PROD.PROD_GRP_TYPE, CM_CUST_DIM_INST_PROD.PROD_GRP_TYPE_DESCR, CM_CUST_DIM_INST_PROD.NAP_AREA2, CM_CUST_DIM_INST_PROD.NAP_PHONE_NUM, CM_CUST_DIM_INST_PROD.NAP_CANCEL_DT, CM_CUST_DIM_INST_PROD.NAP_SERVICE_OPN_DT, CM_CUST_DIM_INST_PROD.NAP_MAKAT_CD, CM_CUST_DIM_INST_PROD.NAP_CRM_STATUS, CM_CUST_DIM_INST_PROD.NAP_CRM_STATUS_DESCR, CM_CUST_DIM_INST_PROD.NAP_RTRV_INSPRD_ID
    FROM CM_CUST_DIM_INST_PROD ,
    cm_ip_service_delta, cm_ip_service_delta cm_ip_service_delta2
    WHERE CM_CUST_DIM_INST_PROD.prod_grp_type in ('INTR', 'HOST') and
    CM_CUST_DIM_INST_PROD.Inst_Prod_Id = cm_ip_service_delta.inst_prod_id(+) and
    CM_CUST_DIM_INST_PROD.Nap_Makat_Cd = cm_ip_service_delta.nap_billing_catnum(+)
    and cm_ip_service_delta.nap_billing_catnum is null and
    cm_ip_service_delta.inst_prod_id is null
    and cm_ip_service_delta2.inst_prod_id = CM_CUST_DIM_INST_PROD.Nap_Packeage
    ORDER BY INST_PROD_ID
    call count cpu elapsed disk query current rows
    Parse 1 0.01 0.03 0 22 0 0
    Execute 1 0.02 1.79 0 32 0 0
    Fetch 13 0.19 49.56 0 18 0 661
    total 15 0.23 51.39 0 72 0 661
    The AWR report shows
    Executions is : 1
    elpased time is :697.91 seconds
    cpu time is :41.89 second
    Gets per Exec is : 351,105.00
    Executions Gets per Exec CPU Time (s) Elapsed Time (s) SQL Id SQL
    1 351,105.00 41.89 697.91 6hh4jdx9dvjzw
    6hh4jdx9dvjzw
    SELECT CM_CUST_DIM_INST_PROD.INST_PROD_ID, CM_CUST_DIM_INST_PROD.NAP_PRODUCT_ID, CM_CUST_DIM_INST_PROD.NAP_PACKEAGE, CM_CUST_DIM_INST_PROD.PRODUCT_ID, CM_CUST_DIM_INST_PROD.PRODUCT_DESCR, CM_CUST_DIM_INST_PROD.PRODUCT_GROUP, CM_CUST_DIM_INST_PROD.PRODUCT_GROUP_DESCR, CM_CUST_DIM_INST_PROD.PROD_CATEGORY, CM_CUST_DIM_INST_PROD.PROD_CATEGORY_DESCR, CM_CUST_DIM_INST_PROD.PROD_GRP_TYPE, CM_CUST_DIM_INST_PROD.PROD_GRP_TYPE_DESCR, CM_CUST_DIM_INST_PROD.NAP_AREA2, CM_CUST_DIM_INST_PROD.NAP_PHONE_NUM, CM_CUST_DIM_INST_PROD.NAP_CANCEL_DT, CM_CUST_DIM_INST_PROD.NAP_SERVICE_OPN_DT, CM_CUST_DIM_INST_PROD.NAP_MAKAT_CD, CM_CUST_DIM_INST_PROD.NAP_CRM_STATUS, CM_CUST_DIM_INST_PROD.NAP_CRM_STATUS_DESCR, CM_CUST_DIM_INST_PROD.NAP_RTRV_INSPRD_ID FROM CM_CUST_DIM_INST_PROD , cm_ip_service_delta, cm_ip_service_delta cm_ip_service_delta2 WHERE CM_CUST_DIM_INST_PROD.prod_grp_type in ('INTR', 'HOST') and CM_CUST_DIM_INST_PROD.Inst_Prod_Id = cm_ip_service_delta.inst_prod_id(+) and CM_CUST_DIM_INST_PROD.Nap_Makat_Cd = cm_ip_service_delta.nap_billing_catnum(+) and cm_ip_service_delta.nap_billing_catnum is null and cm_ip_service_delta.inst_prod_id is null and cm_ip_service_delta2.inst_prod_id = CM_CUST_DIM_INST_PROD.Nap_Packeage ORDER BY INST_PROD_ID
    Does one can explain the different results ?
    Thank You

    Hi Virag,
    I ran the statment from sqlplus and after that i generated an addm report:
    As you can see below TKPROF show that elspaed time was : 50.76 second,
    while ADDM show:
    "was executed 1 times and had an average elapsed time of 751 seconds."
    ALTER SESSION SET max_dump_file_size = unlimited;
    ALTER SESSION SET tracefile_identifier = '10046';
    ALTER SESSION SET statistics_level = ALL;
    ALTER SESSION SET events '10046 trace name context forever, level 12';
    SELECT CM_CUST_DIM_INST_PROD.INST_PROD_ID, CM_CUST_DIM_INST_PROD.NAP_PRODUCT_ID, CM_CUST_DIM_INST_PROD.NAP_PACKEAGE, CM_CUST_DIM_INST_PROD.PRODUCT_ID, CM_CUST_DIM_INST_PROD.PRODUCT_DESCR, CM_CUST_DIM_INST_PROD.PRODUCT_GROUP, CM_CUST_DIM_INST_PROD.PRODUCT_GROUP_DESCR, CM_CUST_DIM_INST_PROD.PROD_CATEGORY, CM_CUST_DIM_INST_PROD.PROD_CATEGORY_DESCR, CM_CUST_DIM_INST_PROD.PROD_GRP_TYPE, CM_CUST_DIM_INST_PROD.PROD_GRP_TYPE_DESCR, CM_CUST_DIM_INST_PROD.NAP_AREA2, CM_CUST_DIM_INST_PROD.NAP_PHONE_NUM, CM_CUST_DIM_INST_PROD.NAP_CANCEL_DT, CM_CUST_DIM_INST_PROD.NAP_SERVICE_OPN_DT, CM_CUST_DIM_INST_PROD.NAP_MAKAT_CD, CM_CUST_DIM_INST_PROD.NAP_CRM_STATUS, CM_CUST_DIM_INST_PROD.NAP_CRM_STATUS_DESCR, CM_CUST_DIM_INST_PROD.NAP_RTRV_INSPRD_ID
    FROM CM_CUST_DIM_INST_PROD ,
    cm_ip_service_delta, cm_ip_service_delta cm_ip_service_delta2
    WHERE CM_CUST_DIM_INST_PROD.prod_grp_type in ('INTR', 'HOST') and
    CM_CUST_DIM_INST_PROD.Inst_Prod_Id = cm_ip_service_delta.inst_prod_id(+) and
    CM_CUST_DIM_INST_PROD.Nap_Makat_Cd = cm_ip_service_delta.nap_billing_catnum(+)
    and cm_ip_service_delta.nap_billing_catnum is null and
    cm_ip_service_delta.inst_prod_id is null
    and cm_ip_service_delta2.inst_prod_id = CM_CUST_DIM_INST_PROD.Nap_Packeage
    ORDER BY INST_PROD_ID
    ALTER SESSION SET EVENTS '10046 trace name context off';
    EXIT
    call count cpu elapsed disk query current rows
    Parse 1 0.05 0.05 0 0 0 0
    Execute 1 0.02 1.96 24 32 0 0
    Fetch 46 0.19 48.74 6 18 0 661
    total 48 0.26 50.76 30 50 0 661
    Rows Row Source Operation
    661 PX COORDINATOR (cr=50 pr=30 pw=0 time=50699289 us)
    0 PX SEND QC (ORDER) :TQ10003 (cr=0 pr=0 pw=0 time=0 us)
    0 SORT ORDER BY (cr=0 pr=0 pw=0 time=0 us)
    0 PX RECEIVE (cr=0 pr=0 pw=0 time=0 us)
    0 PX SEND RANGE :TQ10002 (cr=0 pr=0 pw=0 time=0 us)
    0 FILTER (cr=0 pr=0 pw=0 time=0 us)
    0 HASH JOIN RIGHT OUTER (cr=0 pr=0 pw=0 time=0 us)
    0 BUFFER SORT (cr=0 pr=0 pw=0 time=0 us)
    0 PX RECEIVE (cr=0 pr=0 pw=0 time=0 us)
    0 PX SEND BROADCAST :TQ10000 (cr=0 pr=0 pw=0 time=0 us)
    3366 INDEX FAST FULL SCAN IDX_CM_SERVICE_DELTA (cr=9 pr=6 pw=0 time=47132 us)(object id 1547887)
    0 HASH JOIN (cr=0 pr=0 pw=0 time=0 us)
    0 BUFFER SORT (cr=0 pr=0 pw=0 time=0 us)
    0 PX RECEIVE (cr=0 pr=0 pw=0 time=0 us)
    0 PX SEND BROADCAST :TQ10001 (cr=0 pr=0 pw=0 time=0 us)
    3366 INDEX FAST FULL SCAN IDX_CM_SERVICE_DELTA (cr=9 pr=0 pw=0 time=20340 us)(object id 1547887)
    0 PX BLOCK ITERATOR PARTITION: 1 4 (cr=0 pr=0 pw=0 time=0 us)
    0 TABLE ACCESS FULL CM_CUST_DIM_INST_PROD PARTITION: 1 4 (cr=0 pr=0 pw=0 time=0 us)
    RECOMMENDATION 1: SQL Tuning, 56% benefit (615 seconds)
    ACTION: Run SQL Tuning Advisor on the SQL statement with SQL_ID
    "6wd7sw8adqaxv".
    RELEVANT OBJECT: SQL statement with SQL_ID 6wd7sw8adqaxv and
    PLAN_HASH 2594021963
    SELECT CM_CUST_DIM_INST_PROD.INST_PROD_ID,
    CM_CUST_DIM_INST_PROD.NAP_PRODUCT_ID,
    CM_CUST_DIM_INST_PROD.NAP_PACKEAGE, CM_CUST_DIM_INST_PROD.PRODUCT_ID,
    CM_CUST_DIM_INST_PROD.PRODUCT_DESCR,
    CM_CUST_DIM_INST_PROD.PRODUCT_GROUP,
    CM_CUST_DIM_INST_PROD.PRODUCT_GROUP_DESCR,
    CM_CUST_DIM_INST_PROD.PROD_CATEGORY,
    CM_CUST_DIM_INST_PROD.PROD_CATEGORY_DESCR,
    CM_CUST_DIM_INST_PROD.PROD_GRP_TYPE,
    CM_CUST_DIM_INST_PROD.PROD_GRP_TYPE_DESCR,
    CM_CUST_DIM_INST_PROD.NAP_AREA2, CM_CUST_DIM_INST_PROD.NAP_PHONE_NUM,
    CM_CUST_DIM_INST_PROD.NAP_CANCEL_DT,
    CM_CUST_DIM_INST_PROD.NAP_SERVICE_OPN_DT,
    CM_CUST_DIM_INST_PROD.NAP_MAKAT_CD,
    CM_CUST_DIM_INST_PROD.NAP_CRM_STATUS,
    CM_CUST_DIM_INST_PROD.NAP_CRM_STATUS_DESCR,
    CM_CUST_DIM_INST_PROD.NAP_RTRV_INSPRD_ID
    FROM CM_CUST_DIM_INST_PROD ,
    cm_ip_service_delta, cm_ip_service_delta cm_ip_service_delta2
    WHERE CM_CUST_DIM_INST_PROD.prod_grp_type in ('INTR', 'HOST') and
    CM_CUST_DIM_INST_PROD.Inst_Prod_Id =
    cm_ip_service_delta.inst_prod_id(+) and
    CM_CUST_DIM_INST_PROD.Nap_Makat_Cd =
    cm_ip_service_delta.nap_billing_catnum(+)
    and cm_ip_service_delta.nap_billing_catnum is null and
    cm_ip_service_delta.inst_prod_id is null
    and cm_ip_service_delta2.inst_prod_id =
    CM_CUST_DIM_INST_PROD.Nap_Packeage
    ORDER BY INST_PROD_ID
    RATIONALE: SQL statement with SQL_ID "6wd7sw8adqaxv" was executed 1
    times and had an average elapsed time of 751 seconds.
    RATIONALE: At least one execution of the statement ran in parallel.
    Thanks.

  • Performance tuning--- Automatic workload repository  (AWR &ADDM)

    hi all,
    i am in need of some kind of demo or step-by-step procedure to implement Oracle 10G Automated workload repository and ADDM....................
    atleast Point me metalink note should work fine .... actually i need real time implementation details .....
    i will appreciate if any one can post their real time implementation experience/procedure ................ that would help me a lot !! i gotta do this in nxt 2 days...........
    thanks in adv.

    This procedure appeared to be called by ADDM which will generate report based on AWR data. How did you "turn off" AWR? Is it from EM?
    Here's more information about ADDM
    http://www.oracle.com/technology/oramag/oracle/04-may/o34tech_talking.html
    The problem is this shouldn't greatly impact your system performance. This is actually part Oracle so called self tuning effort. How did you determine it consumes a lot of memory?

  • Difference between AWR ,ADDM ,ASH

    Hello
    Can some one please explain me the difference between AWR ASH AND ADDM database reports
    Thankyou

    AWR
    [http://www.oracle-base.com/articles/10g/AutomaticWorkloadRepository10g.php#]
    ADDM
    [http://www.oracle-base.com/articles/10g/AutomaticDatabaseDiagnosticMonitor10g.php]
    ASH - Active Session History. Names says it all.
    [http://www.oracle.com/technology/pub/articles/10gdba/nanda_10gr2dba_part3.html#ash]
    -Anantha

  • Compare Period ADDM Report - SQL Commonality

    All,
    Does OEM 12c have any built-in method to choose two ADDM Periods with the highest "SQL Commonality" ? I haven't seen it in the GUI but I might be overlooking it.
    Instead, I'm randomly selecting business hours/days and comparing workloads to determine if the changes the vendor made the application are really an improvement or not. Unfortunately, the SQL Commonality is, often times, < 50% and I don't believe those are the best comparisons to make. I'm looking for something > 50%.
    No, the SQL hasn't changed significantly to always cause the SQL Commonality rate to be lower.
    I'm hoping someone has a method to determine these versus me clicking and guessing. Even if it was PL/SQL to generate these reports and tell me which had the highest that would be a great help.
    Thank you in advance!
    Regards,
    Rich

    oracleRaj wrote:
    Thanks I have checked it, I wanted to know How Can I Run SQL Tuning Advisor on the SQL statement with SQL_ID " XYZ " in EM ?The links provided to you will tell you how to do it, and the EM wizard is fairly self explanatory. I'm going to ask why you want to. You ran a report for 1/2 an hour on a system presumably with at least 2 CPUs (though you don't say) so that means you have most likely over an hours worth of CPU available to you. Your total database time is 6 minutes. That doesn't sound like a struggling database to me, does it to you? If you manage to save 66% of the time then you'll have saved 4 minutes. Is that a worthwhile goal.
    However let's take a look at the most costly statement - the update - that consumes 112s or nearly 2 of your 6 minutes. However each execution only takes a twentieth of a second. Do your users notice that and want the update time to be (say) a fiftieth of a second instead? Where you might have an opportunity is in the fact that this statement is really quick, but is executed 2256 times in that half hour - that is 75 times a second. It's more than likely that this is a loop and that a more efficient way of doing this would be not to execute in the loop but execute a set based update. Unfortunately the SQL Tuning advisor isn't capable of making this sort of recommendation.
    In total then it looks like you've only actually got 4 minutes of your half hour that the SQL Tuning Advisor is likely to be able to improve. The count(*) might be improvable - if say you haven't got an index on the send_unsend column and that column is selective - but you still have to ask is the potential improvement worth it.
    Niall Litchfield
    http:/www.orawin.info

  • Check awr/addm usage

    Hello all
    Certain functionality with awr needs licensing from Oracle. Visiting customers how can I verify that the customers have started to use these features.
    (so I'm not the one enabling them causing extra costs for the customer)
    I believe there should be a view showing which features has been enabled.
    Anyone taht can help me ?
    Thanks !
    Magnus Johansson

    Try:
    select *
    from dba_feature_usage_statistics
    where name like 'Automatic%Workload%'
    or  name like 'Automatic%Monitor';

  • AWR, ASH, ADDM

    Hi all,
    11.2.0.1
    Aix 6.1 5L (quadcore, 16GRam)
    I am still confused how to take full advantage of these monitoring tools.
    Actually the our database performance is currently satisfactory, except for occasional few minutes spikes of CPU highs > 80 .
    I just want to catch the culprit process/program responsible for this spikes, as I have no I idea who it is.
    Is it wise to run ASH, AWR, ADDM with an input from time 1AM to 1AM next day?
    What I mean is I will analyze a 1-day period, so that I can catch the program/process that has the higest cpu/memory usage for the day.
    Is this possible?
    Thanks a lot,
    zxy

    Run the ash report (or start with just the OEM Active session screen) for the few minutes around the spike. (See $ORACLE_HOME/rdbms/admin/ashrpt.sql)
    I already run the ASH for the specified timeframe of within 10 minute period, and I got this sql programs captured.
    A.)
    SQL*Net break/reset to client    90.71 ** Row Source Not Available **      90.71
    begin dbms_aqin.aq$_dequeue_in( :1, :2, :3, :4, :5, :6, :7, :8, :9, :10, :11, :1
    2, :13, :14, :15, :16, :17, :18, :19, :20, :21, :22, :23, :24, :25, :26, :27, :2
    8, :29); end;
    This dbms_aqin.aq$_dequeue_in is the one running.
    Is this tunable?
    B.) How to I resolve enqueque?
              475hxdks610gr           3555540364                    4          24.24
    enq: TX - row lock contention    24.24 FOR UPDATE 24.24
    SELECT isotrcnum FROM SERVICEPROVIDERPROFILE FOR UPDATE
    C.) How do I resolve sqlnet break/reset
    ccd38r7qn1mn9           1923507850                    0          18.18
    SQL*Net break/reset to client    18.18 SELECT STATEMENT                    18.18
    SELECT TRMNL_STATUS.cntrlid cntrlid,TRMNL_STATUS.mrchid mrchid,TRMNL_STATUS.dtcd
    e dtcde,TRMNL_STATUS.stats stats,TRMNL_STATUS.termid termid,NVL(BATCH_SETTLE.adr
    sncod, 0) adrsncod FROM TRMNL_STATUS TRMNL_STATUS,BATCH_SETTLE BATCH_SETTLE WHE
    RE TRMNL_STATUS.cntrlid=3 AND TRMNL_STATUS.mrchid=0 AND TRMNL_STATUS.dtcde=1 AND

  • Enterprise manager ADDM and AWR

    I'm currently using Oracle Database 10g Enterprise Edition Release 10.2.0.1.0
    What is the licensing concept of AWR?
    Is that built-in by default to the above release or does it requrie any pricing?
    I would like to use the ADDM feature for monitoring performance of the project
    that is in development.

    AFAIK one can not use ASH/AWR/ADDM views without at least buying the Diagnostic pack (it seems that those features are part of this pack).
    Of course it is ridiculous that one can not disable those mechanisms even if one can not use them (it is ppossible in 11g), but that is the Oracle licensing ...

  • ADDM/AWR report

    Just a simple question. How old AWR/ADDM report i can run in default on 10gR2
    Thanks

    HI OP,
    the answer by nicolos is correct,
    what aman post is , he suppose to reply in different thread but unfortunately he posted here.. nothing else..
    you can go for 1 week duration to generate AWR report
    Thanks

Maybe you are looking for

  • Show Reminders in iCal not showing

    I've just discovered Reminders - and I love it! But I can't get it to show up in iCal, either on my Macbook Air or in iCloud on the web. In the view menu, I don't see the Show Reminders option. Help!

  • How to get pagenumber of anchored Box

    In javascript, how to get page number of anchored textbox. if i gave "textframes[0].parent" means it shows an error. Thanks

  • File name Variable

    Hi, I am trying to pass file name as parameter for a procedure which will FTP file to unix location , When i tried the procedure by hard coding the file name it worked fine and FTP was done. Then I tried to create a filename variable thinking i can r

  • Is the cloud keeping me from txting my wife?

    My wife and I both have iphone 3gs's syncd on same pc under the same Itunes and Apple ID account. Now all of a sudden we can not txt each other and my phone keeps losing data and signal. Is it because we are both using the same cloud ID? If so how do

  • Can I change the default image for an individual in Faces on the corkboard?

    I have Faces on and am actually intrigued by a few uses for it. So, since I will be looking at a few familiar faces of family and friends each time I use the feature I would like those to be the best image of each. It seems that Faces randomly choose