Average Active Sessions graph not updated after restart

Hi,
I just wanted to ask - I have restarted a database (11.1.0.7) with GC 11.1.0.1 but after the restart of the db the graphs on a performance tab are not updated. It means that the doesn't refresh and doesn't show actual data...
I checked jobs on the target database and GC repository but nothing is broken. Info on Home tab of the target DB is actual but not the graphs..
I also tried to clearstate and restart the agent but no change..
Any idea?
Thanks

This is a bug and can be solved by applying
Patch 10307099: PERFORMANCE CHARTS DO NOT UPDATE AFTER DATABASE IS RESTARTED
This patch is included in the july 2011 PSU: Grid Control Patch Set Update 11.1.0.1.4 for the Oracle Management Service, see MOS doc ID 1334286.1
Eric

Similar Messages

  • Scale up curve on "Average Active Sessions"

    In Grid Control 11g, Targets -> Databases -> Performance, the Average Active Sessions graph has the curve very low, almost near the bottom X axis. I know we don't have many active sessions. But it's also because this is a 4-node RAC with 96 CPUs in total. Without artificially reducing the CPU count, is there a way to scale up the curve so it does not "crawl" at the bottom? (It would be ideal if it could be manually controlled at will so when the number of active sessions does go through the roof, I can bring down the scale.)

    Hi,
    Did you get answer to your query ? I'm also looking for answer for this.
    Basically, my requirement is get user impact due to any outage and I would like to know trend of users in the system at any given point of time.

  • PCI wireless card does not work after restart - FM2-A55M-E33

    Installed TP-LINK WN751ND wireless PCI card onto FM2-A55M-E33 motherboard. The card works fine after cold start, but does not work after restart. Windows recognises the card, but it gets code 10, cannot start.
    BIOS is updated (v.11.1), as well as drivers and Windows 7 64.
    I suspect that this might be the issue: Incorrect ASPM Transitions on the GPP Interface as found in ChipsetMotherboard_TechDocs/48671.pdf on AMD's official support site.
    Does anyone know more about this issue?

    Great! I've done that and now my card shows up. Thing is, when I try to get an IP address, it won't work. Here is the command output:
    ieee80211 phy0: wl_ops_config: change monitor mode: false (implement)
    ieee80211 phy0: wl_ops_config: change power-save mode: false (implement)
    ieee80211 phy0: wl_ops_bss_info_changed: qos enabled: false (implement)
    And then it times out and no IP is assigned. The thing is, wpa_supplicant stays alive after this time out, and I am unable to kill it (killall -9 wpa_supplicant won't kill it). At this point if I try to reboot the machine, it will stop at 'Rebooting' and won't go anywhere. If I turn off the wireless card in its switch Linux crashes. If I try to get an ip again (by running dhcpcd) the command will hang and not return to the shell anymore.
    I am unable to find any useful information in the logs.
    Got any more suggestions?
    Thanks! (And sorry to disturb so much)

  • Thumbnails not updating after external editing.

    I noticed the thumbnails are not updating after I use an external editor. When I bring the images full screen are they are representing correctly, but when I leave full screen the thumbnail still is not the latest image.
    I tried the update preview and Aperture said it they are updated, so I did an option and update preview and that corrected them, but this should be happening automatically.
    I did try restarting Aperture before the doing the "option - update preview" and that had no effect.

    Do you mean it is suppose to be fixed in 3.0.1? Or do I have to wait until a 3.1 comes out.
    I am using 3.0.1 now and that is where I am seeing the issue.

  • Panorama settings are not retained after restart.

    In 4.0, the Panorama settings are not retained after restart. The tabs that make up the Panorama settings are retained after restarting Firefox. Any suggestions?

    App tabs and Tab Groups (Panorama) are stored as part of the session data in the file sessionstore.js in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder]
    * http://kb.mozillazine.org/Session_Restore
    Make sure that you do not use [[Clear Recent History]] to clear the "Browsing History" if Firefox is closed.

  • PO item change is not updated after Delivery completion

    Dear All,
    PO item change is not updated in the PO at the completion of the delivery.for a particular line item. In our QA system, its updated but client is facing an issue with the production system. Pls check the attached screen which I got from QA. There is no such log in the production system. Kindly help me to have a solution for this.
    Regards
    Sujith

    Hi Dev,
    After we post the GR for a PO line item, PO history is updated (line) and at the same time that particular change log is available under PO line item. But in production system, said log is not updated after GR is completed fully.
    Rgs
    Sujith

  • Recent files list is not updating after 10.1.13

    Recent files list is not updating after 10.1.13 update unless I open the file via the Network in Windows Explorer.   If I open a file by accessing the file via a drive listed under Computer, the recent files list does not update.  The recent files list updates only if I open the file from the same drive listed under Network.

    Hi Bert ,
    You might want to report for a possible bug.Please refer to the following link for the same.
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&loc=en
    Regards
    Sukrit Dhingra

  • Picked Quantity is not updated After delivery in Vl03n

    After delivey in Order (VA03), the picked quantity is not updated Properly(VL03n). It is coming as Zero.
    Is it any configurations needed or writng any code.
    For that I put Break point in FMs like SD_DELIVERY_UPDATE_PICKING in program RVADEK01.
    But it is not stopping the Program.
    Please give any possible solution.

    Hi Vinod,
    Thank u For ur Answer.
    Just my Fuctional Consultant given Procedure.
    How to test the picking list. The problem is after Deliver  the Order quantity in VA03 and after saving, this will creates One Out Bound delivery.
    Now We r checking VL03n. Now it is updating the Picked Quantity Correctly, For that We r using the Standard Print program: RVADEK01, Form: RVPICSKSIN.
    Output Type: EK00, Application: V4.
    Here My problem is We copied the Form and print Program and modified according to our requirement and they configured in Nace with our own Output type.  We haven't chenged the updated Functionality and Not even Standard program. We wrote some include program for getting new values in scripts.
    Now the picked quantity is not updated after picking in VL03n.

  • Node.length not updating after removeInstance

    I have a dynamic form where line items can be added dynamically. I also have a button to remove the last line item. The code worked fine until Acrobat 7.0.7 now I get an error that the index in the removeInstance method is invalid. After doing some debugging it appears that the node.length is not updating after a removal of an instance.
    For example, the form starts with 1 line item. (node.length = 2, index = 0)
    I can successfully add a new line item (node.length = 3, index = 1)
    I then can add another line item (node.length = 4, index = 2)
    I can successfully delete the last line item (index = 2) using the following code:
    var nodelength = form1.items.nodes.length;
    //need to know which instance is being removed
    if(nodelength>2){
    items.item.instanceManager.removeInstance(nodelength-2);
    else if(nodelength==2){
    form1.items.items.Status.rawValue = "";
    form1.items.items.guestName.rawValue = "";
    form1.items.items.Payment.rawValue = "";
    form1.items.items.Entree.rawValue = "";
    At this point the items.node.length property should be 3 but it remains 4 thus causing an error when running the above script again because there is no corresponding item to remove.
    This appears to be a bug - but if I am doing something wrong please let me know. If it is a bug, please fix it.

    This sounds like a bug I recently encountered. If it's the same thing then calling xfa.form.remerge() after the removeInstance() should correct the problem. If it is the same issue, it's already been logged in order to get it fixed.
    Chris
    Adobe Enterprise Developer Support

  • Ipad mini apps not updating after ios8.2 update

    apps not updating after software update ios8.2 on ipaD MINI WITH RETINA SCREEN

    Turn off any auto-update, if it is on, then tap any of the "circle icons" showing that a download is in progress, in order to stop the download. Then go to the Settings and reset the Network Settings. After the iPad starts back up, then check to make sure no apps are currently in progress of downloading. If any are, stop them again, and reset the network settings again. When it starts up again, none should be in the process of downloading. Then from that point forward, only download manually and never more than two at a time. If it is more than 100 MB, then do only one at a time. If any gets stuck at that point, then stop the download and reset the Network settings.
    That should take care of you for now. We'll see what another update brings ... IOS 8.2 (which might be the next one).

  • Database history growth not updating after EHP upgrade

    Hi All,
    We are using SAP ECC 6.0 (731 - SP09 )  & DB2 Fix pack 5 version.Database history growth not updating after EHP upgrade. I have check  collector job running fin and DB tab > Configuration > Data Collection Framework > Configuration Collector are in green status.
    Please help me to resolve this issue.
    Regards,
    MK

    Hi MK,
    You can try few things:
    1. Check to collector standard job like SAP_COLLECTOR_FOR_PERFMONITOR should be running succesfully.
    2.If you can check to data collector collection interval column , you will find it to be Not Schedule.
    Try with Repair all collector.
    To make it work properly you have to perform
    Data Collection Full
    Data Collection Incremental
    Hope it helps
    BR Vaibhav

  • [svn:fx-i11] 5489: i11 branch: Fix SDK-20148 Group bounds do not update after moving a child UIComponent

    Revision: 5489
    Author: [email protected]
    Date: 2009-03-23 10:04:25 -0700 (Mon, 23 Mar 2009)
    Log Message:
    i11 branch: Fix SDK-20148 Group bounds do not update after moving a child UIComponent
    Fix: add a method in GroupBase that's called whenever child x,y changes in UIComponent. GroupBase invalidates layout when autoLayout is true.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-20148
    Reviewer: Deepa
    tests: checkintests, mustella
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-20148
    http://bugs.adobe.com/jira/browse/SDK-20148
    Modified Paths:
    flex/sdk/branches/i11/frameworks/projects/flex4/src/mx/components/baseClasses/GroupBase.a s
    flex/sdk/branches/i11/frameworks/projects/framework/src/mx/core/UIComponent.as

    FYI - This regression has been filed here: http://bugs.adobe.com/jira/browse/SDK-31989

  • Regisrty keys HKEY_CLASSES_ROOT\Photoshop.Application\CLSID and \CurVer are not updated after upgrading to cc 2014

    Regisrty keys HKEY_CLASSES_ROOT\Photoshop.Application\CLSID and \CurVer are not updated after upgrading to cc 2014
    this cause to "cant create ActiveX object" error in VB Scripts
    win7 x64, ps cc 2014 x64
    any ideas? thnks

    All I can so is show you what I see in that area of my Windows 7 registry but I have CS2, CS6 32, CS6 64,  CC 32, CC 64 and CC 2014 64 installed. 6 versions yet there seem to be 9 Photoshop Application dot keys.
    Windows Registry Editor Version 5.00
    [HKEY_CLASSES_ROOT\Photoshop.Application]
    @="Photoshop Application"
    [HKEY_CLASSES_ROOT\Photoshop.Application\CLSID]
    @="{702fe898-3f8a-483f-8ca6-3bad95fa2489}"
    [HKEY_CLASSES_ROOT\Photoshop.Application\CurVer]
    @="Photoshop.Application.80"
    [HKEY_CLASSES_ROOT\Photoshop.Application.60]
    @="Photoshop Application"
    [HKEY_CLASSES_ROOT\Photoshop.Application.60\CLSID]
    @="{99aea70e-4d13-44bf-a878-33345cbfcbc8}"
    [HKEY_CLASSES_ROOT\Photoshop.Application.60.1]
    @="Photoshop CS6 Application"
    [HKEY_CLASSES_ROOT\Photoshop.Application.60.1\CLSID]
    @="{6DECC242-87EF-11cf-86B4-444553540000}"
    [HKEY_CLASSES_ROOT\Photoshop.Application.70]
    @="Photoshop Application"
    [HKEY_CLASSES_ROOT\Photoshop.Application.70\CLSID]
    @="{951ec38c-3de6-4bb8-8246-adf182e6421d}"
    [HKEY_CLASSES_ROOT\Photoshop.Application.70.1]
    @="Photoshop CC Application"
    [HKEY_CLASSES_ROOT\Photoshop.Application.70.1\CLSID]
    @="{6DECC242-87EF-11cf-86B4-444553540000}"
    [HKEY_CLASSES_ROOT\Photoshop.Application.80]
    @="Photoshop Application"
    [HKEY_CLASSES_ROOT\Photoshop.Application.80\CLSID]
    @="{702fe898-3f8a-483f-8ca6-3bad95fa2489}"
    [HKEY_CLASSES_ROOT\Photoshop.Application.80.1]
    @="Photoshop CC 2014 Application"
    [HKEY_CLASSES_ROOT\Photoshop.Application.80.1\CLSID]
    @="{6DECC242-87EF-11cf-86B4-444553540000}"
    [HKEY_CLASSES_ROOT\Photoshop.Application.9]
    @="Photoshop CS2 Application"
    [HKEY_CLASSES_ROOT\Photoshop.Application.9\CLSID]
    @="{16aa0b9e-79ac-43b5-86ca-ab961fbeed5f}"
    [HKEY_CLASSES_ROOT\Photoshop.Application.9.1]
    @="Photoshop CS2 Application"
    [HKEY_CLASSES_ROOT\Photoshop.Application.9.1\CLSID]
    @="{6DECC242-87EF-11cf-86B4-444553540000}"

  • Infostructure S502 not updated after certain date

    There is an infostructure S502. It is not updated after a certain date.
    It should be updated after saving in C011N.
    This problem seems to have propped up after upgrade to ECC 6.0. Before that it was working fine.

    I have tried a lot but still S502 is not properly updated. Basically the field for date i.e SPTAG is empty. Due to this when we try to select from MCRQ based on dates, no data is selected.
    Is it because of some setting in MC23?

  • Average Active Sessions on Performance page

    Hi all
    how do we fetch details for average active sessions in performance page.
    Specifically which tables do we use to get those details.
    Thanks

    Hi,
    Did you get answer to your query ? I'm also looking for answer for this.
    Basically, my requirement is get user impact due to any outage and I would like to know trend of users in the system at any given point of time.

Maybe you are looking for

  • Web App CSV Export Puts Everything into 1 Column in Numbers 3.0

    Hi Anyone have this issue before where the new Numbers by Apple, takes the web app export CSV and throws all data into one column? It displays the Template downloads just fine. Just not the Exports for Web App Items. Any tricks? Teejay

  • Wishy washy

    Hi there We have a CP3505n laserjet printer and we have all HP cartridges in it and I have run diagnostics and troubleshooting tips and it will not print well, the colours are washed out and we need to print photographs and the quality is awful. Does

  • XY Graph and curve defined by equation f(x,y) = g (x,y)

    Hi! Have you got any idea how to plot a curve, defined (in general) by equation  f(x, y) = g (x, y) ? En axample: Regards.

  • Wrong Page coming up

    We are occassionaly gettting a wrong document page even though the URL clearly indicates the document to be opened. This happens in Oracle Exchange framework when the page is invoked from Core Apps. Anyone has any ideas on what could be the reason fo

  • The setting "use touch ID for iTunes & App Store" isn't turning on..help?

    please help i'm new to ios7 and im very confused