Alert history

Hi all,I have one question. I know that, when i want monitoring database alert then i can use following views:
DBA_THRESHOLDS, DBA_OUTSTANDING_ALERTS,DBA_ALERT_HISTORY,dba_hist_xxx
at this views the minimum date is '28-jul-09'
But i monitor database with enterprise manager i see also past date such as '16-may-09';
I want know that, which others views enterprise manager use ?

Depending on version, edition and if you've purchased the licenses (see [Licensing guide|http://download.oracle.com/docs/cd/B19306_01/license.102/b14199/options.htm] about management packs), you could refer to the DBA_HIST views. OEM Database Control (and Grid Control) have additional tables and views, likely also additionally licensed, part of the SYSMAN schema.

Similar Messages

  • Getting alert history info when an alert email is sent

    Hi,
    I'm trying to get alert history info for alerts sent to user.
    For ex : I've an alert on gl_period_statuses, when ever alert status is changed from open to close or "future open" to open etc then an email alert is sent to user and sample alert details are as follows :
    For set of books 88, the period 'Nov-12' now has a status of OPEN.
    Can I get details of set of books,period,status whenever an email alert is sent ?
    I'm trying this query but it's not giving deatails of alerts sent :
    SELECT
    alv . *
    FROM apps.ALR_ALERTS al ,
    apps.ALR_ACTION_HISTORY aah ,
    apps.ALR_OUTPUT_HISTORY aoh ,
    apps.ALR_ACTIONS_V alv
    WHERE al . alert_name = 'Alert Per Stat Change'
    AND al . alert_id = aah . alert_id
    AND aah . check_id = aoh . check_id
    AND alv . ALERT_ID = aah . alert_id
    and aah.action_executed_flag='Y'Thanks,
    Kiran

    Thank you for responding.
    Unfortunately, I am currently going through Gmail.
    As for exaggerating, both my iphone and my desktop require multiple logins after asking questions. 4 logins for my desktop to get to this page. Fine, it's not a minimum of 489 characters. I believe in complicated passwords, but not being forced to use one in specific format and then being asked 4 times in a row for full log in. Excuse the **** out of me if that happens to make me angry. It amazes me how the people who believe in Darwinian evolution are always fighting against the concept of "survival of the fittest."
    I had also just done the same thing on my iphone, which was worse because of the limitations of the touch screen.

  • How to maintain the Alert History by using OWN Tables

    Hi,
    In BAM defalut alert "History" table having limited number of columns.
    But i want to maintain more informations about alerts so is there any other way to maintain the by using OWN alert history Table.
    Thanks and Regards,
    kash

    No you cannot maintain your own history tble.
    The only columns available are the ones displayed in the alert history data object.
    Apart from this no other information will be available.
    Alternatively you can create another Data object and create a look up field pointing towards the alert history label based on a particular key.
    If the key matches then the data from the alert history DO will be pulled into this DO.
    To this DO you can add your own columns and populate them with your own data.

  • History alerts in OSB

    Hi,
    someone knows if the alerts history in osb 11g is saved in a table of the SOA-INFRA repository like the the errors in the WLI_QS_REPORT tables?
    thanks.

    Alerts are not saved in database. OSB uses database only for reporting functionality. For all other functionality OSB utilizes the memory and disk. You may use "alert destination" to pass alert to a specific medium from where you can act on or store them as you desire.
    You may refer -
    http://blogs.oracle.com/mneelapu/entry/does_osb_has_any_database_dependency
    Regards,
    Anuj

  • Invoking Synchronous Web Service from BAm alerts ( 11g)

    I am invoking a synchronous web service for BAM Alerts ( defined in rules )
    There r 2 actions Email and Call web service.
    EMail works fine
    But for calling a web service I get the following error in logs
    Content-Type = text/html
    Server = Oracle-Application-Server-10g/10.1.3.4.0 Oracle-HTTP-Server
    Date = Tue
    Date = 29 Dec 2009 17:09:54 GMT
    <html>
    <head>
    <title>Exceptional Event Occurred</title>
    </head>
    <body>
    <br>
    An exception occurred while processing your request, please contact your Manager or Supervisor.
    <br>
    </body>
    </html>
    Dec 29, 2009 11:09:54 AM oracle.bam.common.logging.Log writeLine
    SEVERE: EventEngine: Action exception: EEInstEv60 EEInstAct21 Rule Id: 7 exception: oracle.j2ee.ws.saaj.ContentTypeException: Not a valid SOAP Content-Type: text/html
    Dec 29, 2009 11:09:54 AM oracle.bam.common.logging.Log writeLine
    WARNING: EventEngine: Exception stack trace:
    at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.call2(HttpSOAPConnection.java:209)
    at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:136)
    at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:129)
    at oracle.bam.eventengine.engine.event.action.TakeWSAction.invokeService(TakeWSAction.java:143)
    at oracle.bam.eventengine.engine.event.action.ActionProcessor.callWebService(ActionProcessor.java:1023)
    at oracle.bam.eventengine.engine.event.action.ActionProcessor.actionHandler(ActionProcessor.java:434)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.bam.system.Delegate$Sink.invoke(Delegate.java:80)
    at oracle.bam.system.Delegate.dynamicInvoke(Delegate.java:186)
    at oracle.bam.common.threading.threadpool.ThreadPoolController$PoolQueueItem.processWorkRequest(ThreadPoolController.java:154)
    at oracle.bam.common.threading.threadpool.ThreadPoolController$PoolQueueItem.run(ThreadPoolController.java:128)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:619)
    The alert history shows both actions
    And also one more question related to alerts:
    Suppose we have selected rule as status =fail and flag =y , frequency 3 secs
    Then until the status is fail and flag is y the action should occur every 3 secs
    The behavior I see right now is
    whenever I update the Data object and condition meets the action happens
    but the rule i select was data field d meets criteria not data field update as criteria

    I replied to you by email but for the benefit of others, I will paste email content here:
    Let me take the questions one by one:
    1. Regarding Webservice action issue, I am going to need little more information as:
    a) Have you tested the webservice with some external tool like soapui using the same endpoint url and same payload to see if it works fine?
    b) Is it a secure webservice?
    c) Does it require any policy to be attached?
    d) If response to a) is yes, and if it is okay with you, can you share the webservice wsdl url with us along with the operation to be selected and the payload?
    2. On Alert behavior:
    Alerts by design fire only for the runtime changes that happen to the dataobject and satisfy the condition you choose and not for the conditions that are satisfied by the data that exists before alert is created and activated. So, in your case, not only for update but even for insert and delete of data, alert will fire if condition is met but the requirement is those changes should be happening to the dataobject after alert has been activated.
    Moreover, I would also like to make the behavior of Frequency Constraint clear here - I am copying the below text from official BAM Alerts doc, this will make it clear that frequency constraint doesn't mean that every x seconds, alert will evaluate the condition but rather that if within x seconds, condition gets met multiple times, alert will fire only once.
    Frequency Constraint
    The Frequency Constraint feature prevents a user's email inbox from being flooded with alerts by limiting the number of alert messages that can be sent out during a given time interval.
    Frequency Constraint can be edited only if it is appropriate for the event selected. otherwise it is disabled. It can be set to a value of time which could be in seconds, minutes, or hours.
    This limits the number of times the rule launches in a given time period. With real-time data, transactions can occur every millisecond, so alerting frequency must be controlled.

  • Alert Exception count

    Hi
    In Review Alert History (For Alert we have 2 actions) Exceptions count is different for 2 actions of alert not sure why it is so, we are using suppress duplicates. Action set details are same for both
    Also would like to know whether we can use UNION Clause alert sql as we have to get data from multiple selects
    Regards
    Kamalakar.G

    Hi,
    In Review Alert History (For Alert we have 2 actions) Exceptions count is different for 2 actions of alert not sure why it is so, we are using suppress duplicates. Action set details are same for bothWhat is the application release?
    What do you mean by "Exceptions count is different for 2 actions"? Please elaborate more.
    Also would like to know whether we can use UNION Clause alert sql as we have to get data from multiple selectsI believe it should be OK to use union clause.
    Regards,
    Hussein

  • Auto close informational alerts generated by rule

    Hi,
    Is there a way to configure auto close for specific informational alerts?
    There is some information alerts which pops up and due to my environment limitations we are unable to completely prevent it from occurring. The exact details of the alerts i am going to pass as my intend is not to resolve the alert completely but I would
    like to find out if there is a way to automatically close them? I do not want to disable the alerts via overrides because I want to keep it there for reporting purpose. I also know there is "Automatic Alert Resolution" settings which
    can configure the system to auto resolve all old alerts after 7 days. This is also not what I want.
    Regards,
    Terence

    Create a subscription with a criteria that meets the alerts generated by that rule, then configure a 'Command Channel' under that subscription (no notification is required) in order to change the 'Resolution State' to 'close' in for these type
    of alerts.
    the following link covers the Command Channel PowerShell that changes the resolution state
    http://blogs.catapultsystems.com/cfuller/archive/2012/05/04/how-can-i-tell-if-opsmgr-scom-actually-sent-me-an-email-step-by-step-sysctr-[storing-information-on-subscriptions-sent-in-alert-history].aspx

  • How do you schedule an on-demand Alert?

    I have created an on-demand Alert which I would like to execute every 60mins, how can I schedule this using concurrent manager?
    Thanks,
    Manish

    Thanks for pointing out that part of the Alert users guide.
    I have set the following values:
    Frequency: Every N Calendar Days
    Days: 1
    Start Time: 07:00:00
    End Time : 20:00:00
    Check Interval: 01:00:00
    I interpret this as follows: Run this Alert every day, starting at 7am in the morning, every 1 hour, till 8pm at night.
    After saving this, should I see a scheduled concurrent request? Because I don't see any and since I set it up today morning, I have not seen any alert checks in the Alert History form.
    Thanks for your continued participation,
    Manish

  • Cannot clear an acknowledged alert

    Hello
    I have a critical alert which I acknowledged. Now I cannot select this alert to clear it in the Alerts --> Critical page, the selection checkbox is greyed out. The Alert History in the Targets page is clean, the critical alert is not listed.
    Thanks for your help
    Pierrot

    you must execute in the target host :
    emctl clearstate agent
    If not change the alert , you will need the help of ORACLE SUPPORT to provide you a special PL/SQL procedure to clean the alert
    this procedure delete the rows of all MGMT_TABLES when the alert is refer
    regards

  • OSB SB Console - Operations Dashboard /Monitoring/Dashboard/Server Health - Purge Alerts/Errors

    OSB SB Console - Operations Dashboard /Monitoring/Dashboard/Server Health
    has lots of errors/alerts/warnings that have not been purged. I don't see any provision to purge these alerts/messages ?
    1> How do I Purge these alerts/errors/messages
    2> How do I configure these
    Thank you!

    Hi,
    Go to operation, Pipeline Alerts (or SLA alerts depending on type). On the right site click on the Extended Alert History.
    In this page that follows you can click on the "Purge Alert History" link to purge all messages.
    For auto purging you can follow the steps below:
    Go in the Administration Console to Diagnostics -> Archives
    Then, for each OSB server add a Data Retirement Policy
    Choose a Custom Archive, and its name is the well known “CUSTOM/com.bea.wli.monitoring.pipeline.alert”.
    You can retirement age (in hours) for example 336 (14 days) and the interval of purging for example every 24 hours (retirement period) at 00:00 (retirement time = 0).
    Cheers,
    Robert van Mölken
    Oracle Integration Specialist

  • Alert acknowledgement

    Hi,
    I am able to see the ALERT HISTORY and the no.of alerts in OEM console.Is there any possibility that I can acknowledge alerts. What I mean is if a particular alert has come and I have resolved the issue. When some other user opens OEM, he should see that particular alert(which i have resolved) should be acknowleged.He should not see it as a new alert but alert should be there.
    Need your advice regarding the same.
    Regards,
    krsna

    You can clear the ones that can be cleared, but cannot you cannot Acknowledge them like in 9i OEM Events.

  • Instance Alerts Package on HANA One

    Installing and configuring Instance Alerts package on HANA One.
    This package allows users to set alerts on Disk,  Memory , CPU and Instance Uptime for HANA One instance. If alert is generated user will get email notifications describing type of alert generated, alert level set and value at alert generation.
    This package will be useful if one wants to monitor their Disk, memory, CPU level on the instance and get notified if any parameter goes beyond range level.
    Here are the steps one can follow to install and configure Alert package.
    1) Launch HANA One Rev 70.0 from SAP HANA One on AWS Marketplace
    2) Go to Addons tab -> New section on console page.
    3) On Instance Alerts package click Download & Install and click Install on pop up
    4) You can see the package installed in Installed section on Addons tab.  Click on "Go to App" to open the UI of Instance Alert package.
    You would be able to go to UI of Alert page.
    5) For creating Alerts click on "Create New Alert" button. Various alerts setting are displayed.
    6) Here for example we will set alert on Disk for "/usr/sap"
         i) Select Disc in Alert type
         ii) Select /usr/sap on Disc type
         iii) Set Alert level. Warning range and Critical range. Alerts are in percentage form for Disc, CPU and Memory. While Uptime is in days.
             For setting level just move the slider and set the range.
         iv) Put the Status ON if one wants to get Email notification on Alerts.
         v) Put the email you want to receive notifications.
        vi)  CC list is optional. Add additional comma separated email address one wants to receive notifications
        vii) Click on confirm to set the alert list.
    Below is the screenshot of email alert set on Disc for /usr/sap.
    "My Alerts" section will display the alerts created.
    From the row in My Alerts section one can perform operations of OFF/ON Alerts, Delete Alerts and Edit Alerts.
    "Alerts History" section displays the Alerts generated if levels specified on alert type goes beyond set level.
    Besides seeing the Alert in History section, you also receive email notification on Email specified while creating Alerts.
           Below is the sample email content
    Thanks,
    Priyank

    Hi, I have met this problem very similiar with you.
    It tell me the language of package and logon are different, so I was unable to create package.
    I found a workaround to slove it..
    I change my package language from English to English(USA).
    Just a tip.
    I don't understand it.

  • Error of New report creation in BAM Active Studio

    I just installed Oracle BAM. I entered in WEB-interface and selected Active Studio.
    Then I pressed "Create a New report" Button. I've had the following message report:
    The Data Object was deleted.
    What shall I do to fix this problem? The error details see below.
    Exception Message:
    The data object "_Custom_Parameters" does not exist.
    Stack Trace:
    at Oracle.BAM.ActiveDataCache.DatasetSchema.Load()
    at Oracle.BAM.ActiveDataCache.DatasetSchema.Get(Dataset oDataset, Boolean bCache)
    at Oracle.BAM.ActiveDataCache.Dataset.LoadSchema(Boolean bCache)
    at Oracle.BAM.ActiveDataCache.Rowset..ctor(Context oContext, Modifier oModifier, Boolean bReadOnly, Row oLooksertRow, Boolean bIncludeAllColumns)
    at Oracle.BAM.ActiveDataCache.Rowset..ctor(Context oContext, Modifier oModifier)
    at Oracle.BAM.Middleware.Persistence.Parameters.CustomParameter.GetAllCustomParameterIDs(Context oContext)
    at Oracle.BAM.Middleware.ImportExport.ReportExporter.GetParametersXML(Int64 lReportId, Context oContext, IncludeCustomParameters eIncludeCustomParameters)
    at Oracle.BAM.ActiveStudio.ReportEditor.EditReport()
    Debugging Information:
    The data object "_Custom_Parameters" does not exist. [ErrorSource="ActiveDataCache", ErrorID="ADCDataSetNotFound"] Debugging information: Oracle.BAM.ActiveDataCache.Common.Exceptions.DataObjectNotFoundException: The data object "_Custom_Parameters" does not exist.
    at Oracle.BAM.ActiveDataCache.DatasetSchema.Load()
    at Oracle.BAM.ActiveDataCache.DatasetSchema.Get(Dataset oDataset, Boolean bCache)
    at Oracle.BAM.ActiveDataCache.Dataset.LoadSchema(Boolean bCache)
    at Oracle.BAM.ActiveDataCache.Rowset..ctor(Context oContext, Modifier oModifier, Boolean bReadOnly, Row oLooksertRow, Boolean bIncludeAllColumns)
    at Oracle.BAM.ActiveDataCache.Rowset..ctor(Context oContext, Modifier oModifier)
    at Oracle.BAM.Middleware.Persistence.Parameters.CustomParameter.GetAllCustomParameterIDs(Context oContext)
    at Oracle.BAM.Middleware.ImportExport.ReportExporter.GetParametersXML(Int64 lReportId, Context oContext, IncludeCustomParameters eIncludeCustomParameters)
    at Oracle.BAM.ActiveStudio.ReportEditor.EditReport()
    Assembly: ActiveStudio
    State: Oracle.BAM.ActiveStudio.ReportEditor
    Event: EditReport
    xmlReportDef:
    <Report type="tiled"><Layout maximize="true"><View id="view1" top="0.0%" left="0.0%" width="100.0%" height="39.5%" /><View id="view2" top="40.5%" left="0.0%" width="100.0%" height="59.5%" /></Layout><Views><View id="view1" /><View id="view2" /></Views></Report>

    Looks like one of the system dataobjects wasn't properly loaded.
    I believe you have some/most tables for the Active Data Cache (populated during install) because it appears you are able to start the Oracle BAM Active Data Cache service and get to the Start Page.
    Here's the xml for the system dataobject that appears to be missing.
    Note: I assume you have version 10.1.2.1, the latest version of BAM.
    =========================
    <?xml version="1.0" encoding="utf-8"?>
    <OracleBAMExport Version="862.0" Build="3.4.5109.0">
    <DataObject Version="14" Name="Custom Parameters" ID="_Custom_Parameters" Path="/System/Custom Parameters" External="0">
    <Layout>
    <Description><![CDATA[This data object contains user defined Custom Parameters that are available across all reports.]]></Description>
    <Column Name="Name" ID="_Name" Type="string" MaxSize="64" Nullable="0" Public="1" TipText="The name of the Custom Parameter that appears in reports." />
    <Column Name="Value" ID="_Value" Type="string" MaxSize="1000" Nullable="0" Public="1" TipText="The value of the Custom Parameter." />
    <Column Name="Description" ID="_Description" Type="string" MaxSize="1000" Nullable="1" Public="1" TipText="Optional long description." />
    <Indexes />
    </Layout>
    <Contents />
    </DataObject>
    </OracleBAMExport>
    ===========================
    Paste this into notepad and save as customparameters.xml
    Then import using DOS running this command:
    icommand cmd=import file=filename.xmlThen try to recreate the report again.
    Check that you have all system dataobjects in Architect:
    System\Alerts\External Actions
    System\Alerts\History
    System\Custom Parameters\Custom Parameters
    System\Views\Action Form Templates
    System\Views\Chart Themes
    System\Views\Matrix Themes
    System\Views\Util Templates
    Depending if you have installed and started the Oracle Plan Monitor service, you'll see this also:
    System\Plan Monitor\Oracle BAM Plan Monitor\Journal
    System\Plan Monitor\Oracle BAM Plan Monitor\Lock
    System\Plan Monitor\Oracle BAM Plan Monitor\Plan Status
    System\Plan Monitor\Oracle BAM Plan Monitor\Service Status
    ====================
    IF you have any missing system dataobjects, I would suggest drop the Oracle user account used to install BAM so you would delete all it's tables. Then recreate the same user account with resource and connect privileges. Then run cacheinit.exe from your OracleBAM\BAM directory. This will recreate the entire ADC for you.
    Sincerely,
    Michelle

  • Problem when trying to execute OS Command in Notification Method

    Hi gurus,
    I am using EMGC 10.2.0.2 on windows XP, I have created a Notification method with a OS Command which is a batch file which intern calls a perl script to send a mail notification. When there is an alert the Alert History logs says that 1 OS Command is executed and show s the bat file name, but I am not getting any mail as expected. I have given the absolute path for bat file. What could be the reason for this and where can I find the logs for this knowing the status of OS command execution details.
    Thanks,
    Ashok Chava

    Hi bazza,
    My perl script is running fine in isolation no issues with that. I thought it may be becasue of the some time out issues then I have increased time from 30 second to 120 seconds by changing the property value "em.notification.os_cmd_timeout" in emoms.properties but with out any success. I dont have any logging messages put in the perl script I will check with that also. I have checked bat file by giving some logging messages the bat file eexcuting properly.
    Thanks,
    Ashok Chava.

  • Regarding RZ20...

    Hi,
    In RZ20 transaction under the node sap ccms admin workplace->operating system ->paging am getting red colour in the page_out = 294 pg/s.
    When i double click it it takes me to the operating system monitor:windows NT screen there in errors out/s = 2.
    Can anyone help me out in resolving this issue.
    Regards

    Hi,
    It may be because of some old alerts. Mark "Page_Out" and check [Display alerts] button, then choose [Show alert history], select all alerts and choose [Complete alerts] button. Since then only new problem should infuence your "Page_Out" colour
    Regards,
    Filip Stankowski
    http://www.interia.pl/sap

Maybe you are looking for

  • Problem with Call Transaction opt-RACOMMIT = 'X'.

    Hello Experts I am having a problem with call transction. I am calling a Z transaction in function module. Within the Z transaction I am furhter calling some function modules and doing commit work and then some more processing  after the comit work i

  • Thread pools problem

    How do we know that a given task(implementing Callable) in a thread pool (ThreadPoolExecutor) is completed ? I know that we can use the get( ) method of Future class... but for that the current thread has to wait until the Task given to the Thread po

  • WRT54G as access point

    Hey there first post I have a wrt54g wireless router all firmware is up to date I also have the befsr41 just a regular wired router I've had it set up where the wired router is getting the dhcp and connecting to my wired computer and xbox I have a et

  • Show a url in view

    Hello everyone       Now! I have a problem about how to show url in view.  I will  design a view . In the view has some hyperlinks ,and some links I want to show this url content .but i  needn't  create  window to show .I need show the url content  i

  • Getting "No association list is available in this applet."

    Hi All, Scenario: We are getting some data from partner system and populating the data in Siebel Application.While doing this the above mentioned error is being thrown. Please provide inputs, if any one got the same error. Thanks in advance.