How to Tune EM Metric Alert "Average Users Waiting Count"?

We have been getting below EM alert frequently , How can tune/fix this issue?
Metric=Average Users Waiting Count
Wait Class=Concurrency
Severity=Warning
Message=Metrics "Average Users Waiting Counts" is at 84.66522 for event class "Concurrency"

Have a look at this to understand the Metrics first.
Average Users Waiting Count
<br>
Oracle Database FAQs
</br>

Similar Messages

  • How to make Lion Server alert a user of new calendar event on his iPhone?

    Hi!
    I'm trying to make the Lion Server alert / notify a user of new events that are added to his shared calendar... Using my own iPhone, I can add and edit events on his calendar and he can see them in iCal on his iPhone, but only if he manually launch the app. What I'd like to achieve is to have the app send out an alert--like it would with reminders and apps like that--every time I add or edit an event on his calendar.
    ps. Push notifications are turned on in the Server App.
    Any help appreciated!
    Thanks!

    I solved my issue thansk to this post:
    http://support.apple.com/kb/TS2481?viewlocale=en_US&locale=en_US

  • How to crate diferents metrics for ORA- erros in Alert Lof

    Hi
    I want to know how to edit the metric for error generic in alert log for a oracle database in grid control for adding diferents lines for diferents errors:
    - a line for ORA-00600 and ORA-07445
    - a line for ORA-1410 ERROR
    - a line for ORA-04031 ERROR
    - a line for the all others
    Is possible to enable diferent notifications for each type of ORA . I want that
    - the firs type send me a mail when the first error appear
    - The second type send me a mail when the error appear two or more times
    - the third error type send mail when the first time appear
    - all others send mail when appear two or more times
    Is possible to implementing these metrics
    Regards
    - The

    This has come up before.
    The standard metric works off a perl expression.
    You may be able to get most of what you want with defining different values for warning and critical thresholds, and setting up notification rules accordingly. Also remember you can consider multiple users in grid and uder defined metrics

  • How to send the email alert to some users (defined users hasn't post document to a library within a specified time frame)

    Hi,
    Native alert on a document library can setup to email to the predefined user when any changes on the document.
    However, I would like to setup a document library and alert me when
    [email protected] [email protected]
    [email protected] hasn't yet put a document to the library by 2014-07-01 (e.g today is 2014-06-26). The reminder email will send to
    [email protected] [email protected] on 2 days before the dead line (ie. 2014-06-29) because
    [email protected] and [email protected] hasn't put their file to the library on or after 2014-06-29..
    Thanks

    Hi,
    http://stackoverflow.com/questions/17571562/creating-email-alert-workflow-for-sharepoint-file-libraries
    http://stackoverflow.com/questions/18868479/how-to-send-automatic-email-notification-to-user-two-days-before-expiry-date
    http://social.msdn.microsoft.com/Forums/en-US/acb12dd2-d6a5-4b7e-b233-037558bfa2e5/start-workflow-x-days-before-expiry-date?forum=sharepointcustomizationlegacy
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • How to remove ALL metric and policy alerts in EM Grid Control

    Hi,
    does anyone know how to clear all metric AND policy alerts in EM GC?

    See this thread..
    Clear the Alert list

  • How to send email alert to users from the query output ?

    Hi all,
    I intend to write a pl/sql to send email alert to user based on the following query output :-
    Item_______Qty_on_hand________Min_qty______email
    [email protected]
    [email protected]
    [email protected]
    once run, I will like to distribute to those email id. How should I code that in pl/sql ? or any other better idea is welcome. Thanks.
    Rgds
    Lim

    http://asktom.oracle.com/pls/ask/f?p=4950:8:3439330610438686683::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:255615160805,

  • How do I clear old alerts?

    Hi,
    On my Grid Control home page, I have 311 warnings. Some of these warnings are no longer applicable and some of them are on metrics that I am no longer monitoring on. For instance, I am not interested in whether somebody has logged in to a database as the SYS user, especially not when it occurred six weeks ago!
    How can I clear these alerts? Some alerts have a check box beside them, so I can check the check box and click "Clear Alert". For most of the alerts, the check box is greyed out.
    Thank you for any insight on this!
    Maria

    Thank you for your response! I had actually made a search and come across the thread that you are referencing, but I would really like to do this through the front-end at this point, and I am amazed that there doesn't seem to be a simple way to do it! What use is the home page summary if there is so much noise!
    Anyhow, I figured out a way to clear these warnings through the front-end, although not by checking a simple check box and pressing a button, that I would have preferred. I set the threshold of warning and critical to way beyond what is ever likely to happen, and set the collection schedule to once per minute. The alerts cleared. Then, I disabled the collection altogether.
    Regards,
    Maria

  • How to validate input fields as the user is filling up a form with jQuery?

    Hello EA friends.
    Someone has experimented on how to validate input fields as the user is filling up a form with jQuery?, if the field is numeric and insert an A for example, an alert appears showing "insert a number" or not allowed to enter anything until a number is entered.
    Thanks and regards.
    Fer

    Hi Sudeshna.
    Sorry for not responding on time, how can I be included in this code?
    sym.setVariable("typeActivity", "input")
    var Element_1=document.createElement(typeActivity);
    $(Element_1).css({"text-align": "center"});
    //Answer
    sym.setVariable("Answer_1", "4");
    sym.$("box_1").append(Element_1)
    This code is on my creationComplete and it works fine.
    Would greatly appreciate your help.
    Regards.
    Fer García

  • How can SAP be configured to prevent users from consuming locks?

    How can SAP be configured to prevent users from consuming locks?
    The issue is that we want to prevent users to use upto maximum locks and so that we will not get lock table overflow issue. I know that we can assign parameter "enque/table_size" a good amount of value. But it is not for any specific user.
    Also want to alert in CCMS if any user reaches to its maximum speficified limit of locks.
    Thanks
    Gopesh

    You cannot set a limit of locks per user. There are two ways to reduce/control the number of locks:
    - change fewer records within one transaction
    - cover more records with one lock using wildcards
    Basically it is an application / development issue.
    Best regards, Michael

  • Create metric alert in OEM 12c for windows services

    Hi,
    I was wondering if there is a way to create metric alert for services on a windows host, so that when any service is in stopped state, we will get an alert.
    We can check the status of services from OEM that are running in a windows server.
    Host -> Monitoring -> All Metrics -> Services
    I got below command from this forum that was posted a long time ago,
    nmefwmi "wbem_wql=select name, pathname, processid, Started, startmode, state, status from win32_service" "wbem_wql_column_order=name, pathname, processid, Started, startmode, state, status" "wbem_namespace=root\cimv2"
    However, I am not sure where to run this command. Basically we want to get an alert when a windows service stops.

    Hi Abid,
    Ensure you are logged in as sysman user or any other super Admin user
    Go to Host -> Monitoring -> All Metrics -> Services >
    Next to Collection Schedule there is a modify button > click on that
    It will show a new page having following options
    Data Collection Enabled Disabled (Select Enabled here)
    Frequency
    Default is 15 min , if you want then you can change it accordingly
    Regards,
    Rahul

  • How to Use PowerShell to Delete FIM Users That Have a Null attribute name

    FIM Community Information Center Article
    Wiki Page:
    How to Use PowerShell to Delete FIM Users That Have a Null <attribute name>
    Go to the FIM Community Information Center
    Mike Crowley | MVP
    My Blog --
    Planet Technologies

    Have you run side-by-side metrics on this?
    I've run the Delete Object method and your script against similar data sets and yours appears to take a fair bit longer. I'd have to re-run in identical circumstances, a few times, to really say for sure, but my initial impression is that it will take hours
    longer.
    I guess the point is somewhat moot anyway, as for me the bit that generally takes longest is the actual query, rather than the deletions.
    Boy how I wish I could just enter something into the FIM Portal directly that would blast out a bunch of users matching a query. One day...
    FIMSpecialist.com | MCTS: FIM 2010 | Now Offering
    ECMA1->ECMA2 Upgrade Services

  • How do I Email Report Alert?

    I am trying to figure out how to email the alerts set up on a report to the user.  I have only managed to send an email that indicates an alert has been triggered.  But how do I  send the alert details in the form of an email?
    Thank you,
    Marlene
    CR Professional; Product Type: FULL
    Product Version:  11.5.91076
    Platform: Windows XP

    Thank you for your suggestion.  I do not know what platform my CR is running on.  I know that it is a Progress server but other than that I don't know. 
    I have downloaded 'Crystal Delivery' from the link you provided and I will see if I can figure it out from there.  I have been receiving alert notifications, however the default viewer must not be available since it does not reside on my computer's hard drive.  I will see if this works, but I am a little confused about how to set it up.  Perhaps I will know more once it is installed and I can look around.
    I had actually looked into this yesterday after my post but wasn't sure if this was going to interfere with the Crystal Enterprise scheduler that is currently being used.
    Thanks again,
    Marlene Human

  • How to clear ERROR Notifications in SYSADMIN User

    Hi,
    version is : 11.5.10.2
    and DB is 9.2.0.7 runing on HP-UX Itanium
    We have lot of (45000) error notifications lying in SYSADMIN user.
    Can anybody suggest the best procedure to clear them out ? I dont want to delete one by one. I want to clear them at single shot. Please advise

    Hi;
    Please see below notes:
    SYSADMIN User Gets Thousands of WFERROR Notifications [ID 1299167.1]
    How To Remove Error Notifications From The Worklist [ID 357904.1]
    Also see:
    workflow purge
    How to purge old workflow alerts
    Regard
    Helios

  • Sorting podcasts by average user rating?

    When I do a search of podcasts I'd like to be able to sort by average user rating rather than 'popularity' (which I assume means how many people have subscribed in total).
    Why you may wonder? Well I'm more interested in a podcast that's fairly new but has a 5 star rating (e.g. Mac OS Ken) than an old one that used to be good but has gone downhill so bad that it has a 2 star rating.

    You could create a smart playlist that contains all your podcasts and then sort that by rating.
    Hope this helps.

  • R12 on Oracle linux: how to tune the R12?

    Enter the R12. When i open a new page, the system is so bz.
    By the sar : idle is 0
    the top: idle is under 50%.
    Maybe the ways of performancing tuning r Database, JVM and so on .Could pls tell me the details or some new methods to allocate the resources the system provided with reason?
    regards
    maratsafin

    Top Oracle Tuning Tips By Alan Kendall May 2007
    #1) Set your pga_aggregate_target large enough so that the average disk sort in meg is greater than 200 meg. This way most of the sorts will be done in memory and I/O waits on sorting will not slow down other processing.
    DISK_SORTS MEMORY_SORTS PCT_DISK_SORTS
    95 14030323 0
    AVERAGE_DISK_SORT_IN_MEG
    241.61179
    VALUE NAME
    740294656 pga_aggregate_target
    AUTO workarea_size_policy
    #2) When you calculate the buffer hit ratio, calculate the average physical reads per hour and try to keep this physical reads per hour less than a million per hour.
    In the following example, the physical reads per hour are larger than a million so I increased the block buffers by 50%.
    INSTANCE_N UPDAYS CONSISTENT BLKHIT PHYSRDS_PER_HOUR
    CURACAO9 86.37 430521443475 99.16 1766521
    STARTUP_NAME MEMORY_VALUE
    db_block_buffers 240000
    Alter system set db_block_buffers=360000 scope=spfile;
    #3) Set your log_buffer=14 meg (The 10g default on Unix) because cpu's today can write several meg a second.
    SYS AS SYSDBA> alter system set log_buffer=163840 scope=spfile;
    SYS AS SYSDBA> shutdown immediate;
    SYS AS SYSDBA> startup
    SYS AS SYSDBA> @insert_a_million_rows
    Elapsed: 00:00:01.89 (time to insert a million rows is 1.89 seconds.
    SYS AS SYSDBA> alter system set log_buffer=14680064 scope=spfile;
    SYS AS SYSDBA> shutdown immediate;
    SYS AS SYSDBA> startup
    SYS AS SYSDBA> @insert_a_million_rows
    Elapsed: 00:00:01.84 (time to insert a million rows is now 2% better.
    In this case, the 2% benefit was not that much but on some systems where there is heavy write contention, it is not uncommon to get 35% to 50% write benefits.
    #4) Make sure you are not doing log swaps more than three per hour.
    SQL> select count(*)/5/24 average_log_swaps_per_hour from v$loghist where first_time > sysdate-5;
    AVERAGE_LOG_SWAPS_PER_HOUR
    5.48333333
    In this case the average is greater than three so we need to drop log groups and recreate them. This can be done safely online.
    #5) Run stats pack or awr and identify the top waits in Oracle. Oracle tells us what it is waiting on and we should pay attention to what it is telling us. In the following example the top wait events that statspack would show (I queried sys.v_$system_event directly to get the following report for the waits since startup).
    Seconds_Wait WAITS_PER_HOUR %_wait EVENT_NAME
    45,859,349 22116.2837 79 db file sequential read
    4,188,633 2020.024 7 library cache load lock
    3,878,043 1870.23811 6 buffer busy waits
    1,592,185 767.852326 2 library cache pin
    748,263 360.860025 1 db file scattered read
    We see that there is a large amount of waiting on seqential reads. This can be helped by increasing the buffer cache (and archiving historic rows), better indexing, tuning sql, and upgrading the hardware.
    Also the system is latching on the library cache and v$latch will show this:
    ECURACAO9 > select name,wait_time from v$latch
    2 where wait_time > (select 1*avg(wait_time) from v$latch)
    3 order by wait_time;
    NAME WAIT_TIME
    library cache pin allocation 7484686
    process allocation 10019421
    row cache objects 23045242
    parallel query alloc buffer 33908108
    library cache load lock 54770430
    SQL memory manager latch 108655668
    library cache 139125871
    session allocation 174105073
    shared pool 278591232
    library cache pin 803601839
    This can be helped by increasing the shared_pool, setting cursor_sharing=similar, add bind variable to code, pinning packages and in this case upgrading Oracle because of a bug in this version.
    #6) Look at sar and identify if we have mostly a cpu problem, an I/O problem or no problem.
    a) If a cpu problem, identify the worst cpu hogs by:
    select cpu_time,sql_text from v$sqlarea order by cpu_time;
    b) If an I/O problem, identify the worst I/O hogs by:
    select DISK_READS,sql_text from v$sqlarea order by disk_reads;
    #7) Look at the logical reads and writes verses the physical reads and writes:
    EDEVPROD> alter system set statistics_level=TYPICAL scope=both;
    System altered.
    EDEVPROD > select sum(value),statistic_name,owner||'.'||object_name
    2 from v$segment_statistics
    3 where upper(statistic_name) like '%WRITE%' or
    4 upper(statistic_name) like '%READ%' or
    5 upper(statistic_name) like '%LOGICAL%'
    6 group by statistic_name,owner||'.'||object_name
    7 order by sum(value);
    SUM(VALUE) STATISTIC_NAME OWNER||'.'||OBJECT_NAME
    249477 physical reads GUIDE_PROD.SAVED_FOLDERS
    251904 logical reads SYS.I_OBJAUTH2
    286880 logical reads SYS.I_SYSAUTH1
    301760 logical reads SYS.DUAL
    307696 logical reads SYS.I_ARGUMENT2
    348992 logical reads SYSTEM.AQ$_QUEUE_TABLES
    361168 logical reads GUIDE_PROD.XPKSEARCH_KEYWORDS
    463728 logical reads SYS.OBJ$
    639504 logical reads GUIDE_PROD.SRATING_RATINGS
    668688 logical reads GUIDE_PROD.REPLOG_MIG
    8333408 logical reads GUIDE_PROD.SAVED_FOLDERS
    8516864 logical reads GUIDE_PROD.SYS_C004048
    Logical reads burn up cpu, and can be helped by adding indexes and tuning sql. It is rare but the cpu can be impacted by too many indexes on inserts and that can be helped by removing indexes or removing writes.
    Physical reads burn up I/O and that can be helped by better partitioning, better indexing, purging historic rows and tuning sql. If a sql burn up a lot of I/O on a small table, it is because the query is not run frequently enough to stay in memory, and you have to cache small lookup tables to avoid the reads with "alter table scott.emp cache;"
    #8) Look at what is taking up most of the memory and work to tune those reads and writes:
    EPANAY9 > SELECT COUNT(*)*8192/1024/1024 meg_in_memory,
    2 o.object_type,o.OBJECT_NAME Object_in_Memory
    3 FROM DBA_OBJECTS o, V$BH bh
    4 WHERE o.DATA_OBJECT_ID = bh.OBJD
    5 GROUP BY o.OBJECT_NAME,o.object_type
    6 having COUNT(*)*8192/1024/1024>100
    7 ORDER BY COUNT(*);
    MEG_IN_MEMORY OBJECT_TYPE OBJECT_IN_MEMORY
    120 INDEX SYS_C004290
    138 INDEX XPKLOCATIONS
    148 INDEX XPKENTITIES
    215 TABLE ENTITIES
    262 TABLE USERS
    267 TABLE LOCATIONS
    1405 TABLE REVIEWS
    In this case the reviews table needs better indexing or a purge or rows. If the table is partitioned, sometimes recreating the partitions smaller will help.
    9) Look at when you do the most log swaps, and add the append hint and nologging to create and insert statements in intermediate (work) tables that do not need to be replicated or restored vi the redo logs.
    EMUSH9 > select to_char(first_time,'MM-DD-RRRR HH24:MI:SS')
    2 "swaps_last_day"
    3 from v$loghist where first_time > sysdate-1;
    swaps_last_day
    05-22-2007 12:47:02
    05-22-2007 12:58:35
    05-22-2007 13:11:06
    05-22-2007 13:22:29
    05-22-2007 13:33:39
    05-22-2007 13:44:32
    05-22-2007 14:12:47
    05-22-2007 15:05:42
    05-22-2007 18:19:47
    05-22-2007 18:31:54
    05-22-2007 18:43:12
    05-22-2007 18:54:42
    05-22-2007 19:08:02
    05-22-2007 19:19:51
    05-22-2007 19:37:17
    05-22-2007 19:49:57
    05-22-2007 20:02:12
    05-22-2007 20:14:28
    05-22-2007 20:25:53
    05-22-2007 20:39:32
    05-22-2007 20:54:16
    05-22-2007 21:12:06
    05-22-2007 23:05:08
    05-23-2007 05:32:15
    05-23-2007 06:25:37
    05-23-2007 07:40:25
    05-23-2007 07:51:29
    05-23-2007 08:04:13
    05-23-2007 08:17:07
    05-23-2007 08:29:35
    05-23-2007 08:40:27
    05-23-2007 09:07:18
    05-23-2007 10:51:10
    05-23-2007 11:13:20
    34 rows selected.
    In this database, Between 6 and 8 in the evening a job does a lot of log swaps, also between 7:30 and 9 in the morning. These jobs should be looked at to reduce the redo logs using
    insert /*+ APPEND */ into owner.intermediate_table nologging select * from some_other_table; and
    create table owner.intermediate_table nologging as select * from some_other_table;

Maybe you are looking for

  • File Adapter is not polling File.

    Hi All, I am using file adapter to poll a file. When I am restarting server then it is picking file. After then when I am dropping a file then File Adapter is not picking File. Can any one guide me what si problem? I am using SOA SUITE 10.1.3.4 Thank

  • Files Keep Showing Up Multiple Times

    Is there a way to keep this from happening? It's usually the same files, and they show up as the file name with no extention in the duplicates, but they change to the files tags when played. There's no duplicate file to match. The duplicates and orig

  • Upgrading Oracle 11.1.0.6.0 to 11.2

    I am upgrading Oracle 11g to a new version of 11g in Windows 2003 environment and need some your thoughts. What are the steps involved - just install the software and let it copy on the old copy? Or create in new folder (db_2)? Do need to create a ne

  • Unable to make the Client Copy

    Hi Team ,.              I am trying to make a client Copy after SCCL transaction is performed when we check the status in SCC3 it's throwing an error Error : Client 200 logon locked Client Copy probably cancelled The Client could be the source client

  • Crashing at Startup: "Profiling for RT Extreme"

    I've been using FCE HD 3.0 for the last two years without any problem. If anything, it was nothing but a little trashing of the preferences ot fix the problem. But yesterday morning, I started FCE up. The startup window with through everything like n