How to send alerts to DBA in RAC?

Hi All,
I have a 2-node 10gR2 RAC. How can we configure/setup to send alerts to DBA's when any tablespaces reached 99% or if there any problem?
Can anybody please help me?
Thanks,
Praveen.

You can run this sql to get the tablespace which is greater then and equal to 98%
set pages 0
set serveroutput on
column tablespace_name format a30
column free_space format 9999999999
column used_space format 9999999999
column percent_used format 9999999999
SELECT Total.name "TABLESPACE_NAME",
Free_space,
(total_space-Free_space) Used_space,
total_space,
round(((Total_space-Free_space)/total_space)*100,2) percent_used
FROM
(select tablespace_name, sum(bytes/1024/1024) Free_Space
from sys.dba_free_space
group by tablespace_name
) Free,
(select b.name, sum(bytes/1024/1024) TOTAL_SPACE
from sys.v_$datafile a, sys.v_$tablespace B
where a.ts# = b.ts#
group by b.name
) Total
WHERE Free.Tablespace_name = Total.name
and round(((Total_space-Free_space)/total_space)*100,2) >= 98
order by round(((Total_space-Free_space)/total_space)*100,2) desc;

Similar Messages

  • How to send alerts to Pager/Fax

    Hi all,
    How to send alerts to Pager/Fax......
    I know that this can be done by checking the checkbox SMS,FAX in alert inbox.
    For receiving the Alert through Email,We define the Receipents in TCode ALRTCATDEF under fixed receipents.
    Where does we provide the Pager number/Fax number /Mob number so that I can receive Alerts Even trough Pager and SMS.
    Thanks,
    Srinivasa

    Go to RWB->Alert Inbox->Personalize->Check SMS,
    Go to SU01->UserId->Change->Give mobile number & Fax Number in Communication Area
    G to SCOT -> Check weather SMS/Pager/Fax is configured or not
    ( It need to be Configured , Otherwise there is no medum to send the alerts to mobile,page,FaX ( Manditory))
    Check out SAP Connect (SCOT).
    http://help.sap.com/saphelp_me21sp2/helpdata/en/2b/d927734b8a11d1894c0000e8323c4f/frameset.htm
    SAPconnect provides a standard interface for external communication, which supports sending with telecommunication services, such as FAX, text message (pager/SMS), Internet mail, and X.400, as well as sending to printers and between different SAP systems. It enables external communication components to be connected to the SAP system.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b6d59590-0201-0010-5f9d-adb9f6b14d80

  • How to send alert when receiver JMS adapter fails? Please help!

    Hi experts,
       I have the following Asynchronous scenario:
       SAP R/3 -
    >IDOC----->XI>JMS--->BizTalk.
       I am sending IDOC from a given SAP R/3 system to XI. XI then sends the same to BizTalk via JMS adapter. In SXMB_MONI the message is successfully processed as it shows checked flag. But if I see the JMS communication channel status in runtime workbench then there it shows error saying JMS queue user id or password not found.
    How to send this JMS adapter error as alert?
    I also tried configuring alert rule in runtime workbench but still it does not trigger any error.
    I have also verified the alert category and everything is fine with that.
    What could be the problem? How can I send an alert when an Async adapter fails?
    Thanks & Regards,
    Gopal

    Hi! GOPAL,
    Once make sure whther all the below mentioned steps are configured correctly or not ok
    1: First make sure whether you are working on SAP XI or PI 7.1
               a) If XI you need to create Alerts (ALert Category) in CCMS ABAP stack in the
                        Tcode. ALRTCATDEF
               b) Open the alert category/classification definition environment (transaction ALRTCATDEF).
         ensure you are in change mode.
               c) In the group box with the alert classifications, right-click All classifications to open the   
                    context menu, and choose Create.
               d) Under Classification, enter a name for the classification.
               e) Under Description, enter a description of the classification.
               f)  Save your entries.
               g) Then go to RWB-->Go to ALERT Configuation and ADD the RULES to your alert category gor 
         which created there in the abap stack.
    Note Suppose if you want those ALERTS to come to your MAIL then again go to ABAP STACK and go to Tcode.  ALRTCATDEF and select your alert category press FIxed Recepients and there give your SAP XI ID's then  u can see those alerts in RWB-->ALERT INBOX
    Suppoe if you want those to mail then ask the basis team to link your company mail or personal mail ID to your SAP ID.
    2. Supppose if you are working on PI 7.1 Server.
         Only difference is creating Alert Category...Here you can create your ALERT Classification I mean   
         alert caltegory in the ESR (Enterprise Service Repository )
         Software Component >S CVersion>NameSpace-->Alert Category.
         You can configure how u configure there in abap stack such as long and short text every thing 
          except Fixed Receipients you need to give that recepients there only in ABAP STACK.
          what ever ALERT CATEGORY you are creating will reflect there in the ABAP STACK
         even you can Use these alerts Category in BPM --> CONTROL STEP -->Configure here in this step
    You can also reach alerts like this.
    NOTE  Most Important point is You can also view your mails or Alerts in the T Code:: SOST.
    Regards:
    Amar Srinivas ELi

  • How to send alerts from XI BPM to Portal's UWL? Please help!

    Hi Experts,
           I have a requirement where I have to send the alerts triggered in XI BPM (for any system or business errors) to Portal's universal worklist. XI and the portal are two separate systems.
    In XI BPM I have control step to trigger alerts.
    I am using XI3.0 (PI 7.0) and Portal 7.0
    1. What configurations are needed to achieve this?
    2. How will the userids in Portal be enabled so that they receive alerts from XI in UWL? Do I have to do anything special from userid perspective?
    3. Are there any limitations?
    Thanks
    Gopal
    Message was edited by:
            gopalkrishna baliga

    Hi Gopalkrishna,
    Please find the below links...will give you hw use alerts in bpm,hope this will help you for som extent to solve your problem
    http://help.sap.com/saphelp_nw2004s/helpdata/en/d0/d4b54020c6792ae10000000a155106/content.htm
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step
    /people/michal.krawczyk2/blog/2005/03/13/alerts-with-variables-from-the-messages-payload-xi--updated
    Please let me know if you need any help.
    Thanks and Regards,
    Chandu.

  • How to send alert email notification through graphical mapping ?

    Hi,
    I want to send an email notification whenever there is an exception raised while doing graphical mapping.
    However my requirements are as follows :
    1. We want to use email adpater sending emails
    2. We don't want to go for BPM approach, to achieve the above requirement
    3. We don't want to connect to any alert framewok.
    I appreciate your early reply.
    Thanks
    Ganesh

    Hey
    >>whenever there is an exception raised while doing graphical mapping.
    as said earlier this is not possible without configuring alerts.
    yeah,if u know the reasons beforehand that why exceptions can be be triggered in mapping,then u can use conditional receiver determination,for e.g suppose u know that you will get a mapping exception if value of tag <OrdersID>=000,then u can use this condition in conditional receiver determination and send a mail to concerned party,but this won't work if u don't know beforehand as to under what conditions the exception will be  triggered in mapping.
    i would vote for configuring alerts as its the most suited way to handle this
    thanx
    Aamir

  • 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 configure alerts for sender AS2 reports channel?

    Hi,
    We have configured sender AS2 reports channel to receive MDN back from our partner. Scenario is working fine and we are receiving MDN. How does "Enable alerts" option under Alerts Settings in Sender AS2  Reports channel work?
    I see following options, but dont know how to trigger an alert when we dont receive successful MDN back:
    Negative transmissionreport alert
    Negative delivery report alert
    Negative receipt report alert
    Has anyone trigger any kind of alrert and route them to an email for negative mdn?
    Regards,
    Riya Patil

    Hi Riya,
    I tried to use 'Enable alerts' option,but it didn't work.
    Please let me know if you get a success in this.
    Thanks.
    Regards,
    Shweta

  • How to send Run time errors alerts to email ?

    Dear Friends,
    I am using SAP CRM ABAP 6.0. I am checking run time errors in ST22 transaction. Usually, i check in morning or evening, based on my free time. I feel, dificully in this. so, i need to configure in somewhere for send this runtime error alerts to my office mail id.
    We are sending report outputs to our office id. But, i dont know, how to send run time errors with log or with out log to emai id?
    thanks in advance.
    Rajagopal
    Chennai - INDIA

    Thanks Dieter.
    Now, i have set the background job as per your suggestions. but, i have below doubts:
    1. I added my office mail id in spool list receipient. This background job alert mail goes to business work place inbox (SBWP). But, i need, in my outlook mail box.
    2. This background job gives all months runtime errors. but, only i need today & yesterday only. I checked in ST22 for create variant. Unfortunately, i did not get option. so, how to set variant?
    Thanks in advance.
    Rajagopal
    Chennai - INDIA.

  • How to send CCMS alerts to HP BAC

    Hi Experts,
    We are evaluating the possibility of sending the alerts configured on the CCMS for HP - BAC.
    The CCMS generates a file with alerts that HP - BAC can capture, SMNP or something?
    Thanks in advance for help
    Regards,
    Sérgio

    Yes, can you check this.
    [How to send CCMS alerts to HP Open View|How to send CCMS alerts to HP Open View]
    jansi
    Edited by: shivjansi on Sep 5, 2010 5:08 PM

  • How to send WCS alert?

    Hi forum,
    How do i configure the WCS to send alert to syslog server or send via emails?
    Thank you,
    paul

    Hi Paul,
    Here is some info to get you started;
    Alarm Email Notification
    WCS includes a built-in email notification function that can notify network operators when critical alarms occur. Refer to the WCS Monitor > All Alarms > Email Notification page to view the current alarm notification settings.
    From this doc;
    http://www.cisco.com/en/US/products/ps6305/products_configuration_guide_chapter09186a008059c9f5.html#wp1073486
    Monitor All Alarms > Email Notification
    Use Monitor/Alarms, then from Select a command drop-down list select Email Notification, then click GO to access this page.
    This page allows you to view the alarm categories with Critical Alarm email notification enabled and disabled, the current From and To email addresses, and the current SMTP server. This page also allows you to enable and disable email notification for any or all of the Alarm Categories, and allows you to access an Alarm Category email notification setup page.
    For every category except Coverage Holes, the alarm severity must be critical to trigger the email. Email notification is available only for Alarms, not for events.
    Email Notification Overview
    Parameter Description
    Enabled Check box; Checked = Email Notification ON, Unchecked = OFF.
    Alarm Category The category of Critical alarms that generate an email notification. Click any of the entries in this column to go to the Monitor Email Notification for `' page.
    From Any valid Transmitting email address.
    To Any valid Receiving email address.
    SMTP Server The name or IP address of the SMTP server that transmits the email notifications.
    From this doc;
    http://www.cisco.com/en/US/products/ps6305/products_configuration_guide_chapter09186a00805c546a.html#wp1041196
    Note: Non-critical alarms do not generate email notifications.
    A WCS administrator currently has no control over which events generate alarms, when they time out, or what severity they are. On the controller, individual types of events can be enabled or disabled (such as management, SNMP, trap controls, etc.).
    From this doc;
    http://www.cisco.com/en/US/products/ps6305/products_configuration_guide_chapter09186a00806b72fe.html
    Hope this helps!
    Rob

  • Even though I changed my email address in my contacts, ICal send alerts to my old email address.  How can I fix this?

    Even though I changed my email address in my contacts, ICal send alerts to my old email address.  How can I fix this?

    Apps are forever linked to the ID used to download them.  The only way to fix this is to delete the apps in question and download them again with the new ID
    01101001 01110000 01101000 01101111 01101110 01100101 00100000 01110100 01101000 01100101 01110010 01100101 01100110 01101111 01110010 01100101 00100000 01001001 00100000 01100001 01101101

  • How do you turn off apps from sending alerts to rate them or advertising new games on sale?

    I just opened my FIFA 12 game app and first thing that popped up was an alert advertising games that are 80% off. In my notifications I had everything off, notfications center was off, alert style was on none, badge app icon was off, sounds where turned off and view in lock screen was off too. So I'm wondering how I can control not getting these alerts from apps like this one and others who sometimes send alerts to rate them.

    I'd do three things,
    1. Contact the app developer and complain about the request for feedback,
    2. Leave feedback that describes the negative aspect of these alerts requesting feedback, and finally,
    3. Delete the app from you iPad.

  • How to send a job log/Spool once the job completed?

    Could you please help me how to send a job log/Spool once the job completed.
    There was an option is available System Send mail to send a mail once the job completed . So could you please help me how we can send a job log using this option .
    I have tried the below but i didn't get any mail . Could some one help this please !
    For example :
    Job chain name : Test_spool
                    Step1 : Reportstep
                                    Job definition u2013 XXX_YYY
                    Step2:  Mailstep
                                    Job definition: system_mail_send
    Expression :  Reportstep,job<(what i need to mention here )>:reportstep/log.txt
    Check the ablove mentioned is correct and correct me , still i didnu2019t get the log in the mail please .
    Thanks
    Ramkumar

    Hi Ram,
    I need your help on getting mail alert with  log file.
    here is how i have provide the parameter valure for job definition: system_mail_sent.
    Step1 with one job1 and step2 with one job1
    In step2 , i have included the job definition to send mail. with below parameter.
    Relative Job: Step 1, Job 1
    Job File: step 1, job 1: step 1/log.txt
    Please let me  know if the above method is correct or not.
    NOTE: mail server and from address are configured.
    Thanks,
    Karthik

  • How to Raise alert in XI when a new file reaches application server

    Hey guys
    i have a requirement in which i need to trigger a piece of  ABAP code whenever a new file reaches a specific directory of Application server.
    i m using File adapter on receiver side and i want to raise a trigger so that the ABAP code is executed automatically whenever some new file reaches the directory
    we are running Win server
    thanx
    ahmad
    Message was edited by:
            Ahmad

    HI,
    It is possible to write a ABAP program to raise alert.and schedule it , In ABAP program we can check the file is existed or not in a specified folder if existes then we can raise Alert.Actually Alerts are maintained by SAP Alert Management only.
    So , but not clear , you said you are using the File receiver adapter .
    -- onoption is -this can bepossible with OS command .
    -- also we can raise alert from Payload itself , why becz i understand whenever you are going to write a file with file adapter then you need to raise an alert right?
    so if message is existed i mean data existed then from raise alert and store the file onoption
    -- Also you can try calling an ABAP program as the auto-reaction method of the MTE in CCMS
    Regards
    Chilla
    See the below links
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/434fa590-0201-0010-1e9a-c27e6283a0fe
    SMS through SAP ABAP program
    XI Alert from BPM with Follow-Up Activity
    ABAP programming BAPI To XML
    How to send qRFC Alert to Internet Email from AP0 3.1 running 4.6D BASIS
    /people/gregor.wolf3/blog/2005/03/05/create-users-in-an-abap-system-with-bapi-ostermiler-java-utilities

  • How to raise alert in BPM

    Hi Experts,
    Please tell me how to raise alert using control step in BPM. What are the other steps to be used with control step for raising alerts?
    Is CCMS Alerts and Alerts by BPM are same? If they are not the same, how they are different to each other?
    my requirement is, simply i want to raise a mapping, data related errors by Alert.
    in addition to it, i want to raise alerts for any failure in IE.
    Could any one tell , what are the sequence of steps needed in BPM for the above requirement?  Plz take a IDOC to FTP receiver scenario and explain me BPM steps.
    thnx
    RAMS

    Hi rams
    for more details refer these
    refer these link for more details about Alert
    For email alerts
    /people/aravindh.prasanna/blog/2005/12/24/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part-2
    /people/aravindh.prasanna/blog/2006/02/20/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part-3
    /people/sap.user72/blog/2005/01/14/alert-management--improving-monitoring-of-your-landscape
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step
    You have to do SMTP Configuration for EMail and SMS.....
    http://help.sap.com/saphelp_nw04/helpdata/en/af/73563c1e734f0fe10000000a114084/content.htm
    Alerts
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-stepCheck out these:
    RWB- Alert Configuration LInk isnot working
    Unable to login into Alert configuration
    Get all the details here
    CCMS ALERTS
    /people/sap.user72/blog/2005/11/24/xi-configuring-ccms-monitoring-for-xi-part-i
    /people/sap.user72/blog/2005/12/05/xi-grmg-customizing-for-xi-ccms-heartbeat-monitoring-part-ii
    /people/aravindh.prasanna/blog/2006/02/20/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part-3
    Alerts
    transaction handling in XI
    /people/michal.krawczyk2/blog/2005/03/13/alerts-with-variables-from-the-messages-payload-xi--updated
    • Auto triggering of alerts
    transaction handling in XI
    • SCOT
    not sending email from alert inbox
    See this link : http://help.sap.com/saphelp_nw70/helpdata/en/da/a3a7408f031414e10000000a1550b0/frameset.htm
    heck this weblogs on creating them and troubleshooting:
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide
    /people/michal.krawczyk2/blog/2005/03/13/alerts-with-variables-from-the-messages-payload-xi--updated
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9418d690-0201-0010-85bb-e9b2c1af895b
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step
    Further reference
    http://help.sap.com/saphelp_nw04/helpdata/en/80/942f3ffed33d67e10000000a114084/content.htm
    Also suggested go through the blog:Alerts with variables from the messages payload
    /people/michal.krawczyk2/blog/2005/03/13/alerts-with-variables-from-the-messages-payload-xi--updated
    /people/bhavesh.kantilal/blog/2006/07/25/triggering-xi-alerts-from-a-user-defined-function
    /people/ginger.gatling/blog/2005/12/02/innovative-ways-to-use-alerts
    /people/matt.kangas/blog/2006/06/27/personalized-alert-delivery
    U may proceed in the following ways:
    1. Reduce the securit settings of ur browser and enable the cookies
    2. Try to SSO enable ur scenario
    Have a look here:
    SAP Note 840849
    The configuration required as per ur patch level
    SAP Note 913858
    Check out these:
    RWB- Alert Configuration LInk isnot working
    Unable to login into Alert configuration
    Thanks !!

Maybe you are looking for

  • Error while opening a component in ACC

    I am getting error while trying to open component in ACC. I can the component is running, but when tried to open it (either thro Open component or by double clicking on it) am getting the following error. Any idea on the cause of this error? Server e

  • Does extproc for Oracle 64-bit 11.1.0.7 on Win 2003 64-bit load 32 bit DLL?

    Hello Background: We had Oracle 11.1.0.7.0 32-bit EE on Windows 2003 32-bit EE and now migrated to 64-bit (both OS and DB) and everything worked brilliantly ok except... Problem: We used to be able to connect to an external application (Postcode Plus

  • Prob in revalidate()

    i m hvng a prob in revalidate() method. I hv a panel over which i am putting some images (in d form of a label) by clicking on that particular image button.After moving the labels on d panel if i click any other button a new label is added but d old

  • Queries on cluster installation with win2k3 & Oracle 10.2.0.4.0 for 640 rel

    Dear All, We are in a process installing sap clustered system for 640 basis release o win 2k3 with Oracle 10.2.0.4.0 However i have followed this steps as below.. Install windows on NODE-A & NODE- B, Update windows, Install required hotfixes which co

  • OO ALV Popup

    Hi all, There is an FM REUSE_ALV_POPUP_TO_SELECT. Is there a similar functionality in OO ALV. But I just want to display the contents. Thank you in advance.