Sending Comparison Report from OEM Grid

Hi All
I have configured a job to compare a schema objects in two database. I used Grid Control's Change Manager for this. I want an email
to be sent me when ever a comparison job completes and this email should
contain the comparison report of the comparison. I need a report same as we use
to have in change manager which comes with Oracle Administration Client and
generates and HTML report of schema comparison. Can you please help me setting
this. I have already setup configuration of my mail server and email adderess
in my OEM Grid control.
Thanks

What you first need to do is set up a notification method.
Then you will need to set up your own notification schedule.
Then add the job you are wanting to run and be alerted on to the notification rules.
Then you will want to subscribe to that/those rules.
Then you will want to check the notification you wish to get in the job itself.

Similar Messages

  • Generate a report from the grid to get all the 10g instance name and size

    Hi Guru
    Greetings foe the day
    can you help me to Generate a report from the grid to get all the 10g instance name and size.
    If its passible you would help me a ton
    Thank you

    If you can see in you query, you asking to view dba_segments for one instance and the other query is over the MGMT$DB_TABLESPACES view but NOT "WHERE" clouse is using, and if ypu have more once instance then than view sum all the tablespaces sizes.
    How many instanced are registed in your grid control?
    http://www.jpuga.cl
    Regards
    user625256 wrote:
    Hi
    can any one help on this
    The o/p
    SQL> select sum(bytes)/1024/1024/1024 from dba_Segments;
    SUM(BYTES)/1024/1024/1024
    3549.80879
    when i query from the above mgmt its returns 1,507,473.149 GB
    select target_name DB_NAME,host_name Host,sum(trunc(tablespace_used_size/1024/1024/1024,2)) size_GB
    from MGMT$DB_TABLESPACES group by host_name,target_name order by target_name
    it gives the size as 1,507,473.149 GB
    Thank you in advance

  • Need to run Shell script based report from EM Grid Control

    Hi DBAs,
    I have a monitoring script for host which I want to run from OEM and send me the email report every day. I have configured soem reports for SQLs but not sure how can I get it working using OEM. Looking for your help. I am using Grid Contro Version 10.2.0.4.
    Regards
    -Samar-

    OK.. I was under the impression that u have a script ready :)
    Now u different way's to implement.
    1.If it's an application which has a login page url,u can monitor URL from OEM with HTTP ping
    2.U can have a job where it will check for process using ps -ef and set that job will fail if it doesn't get N no.of processes somthing like that.

  • From 6i to 10g "How to run a 10g report from OEM scheduler"

    We recently converted all of our 6i form and reports to 10g. We had forms and reports running as batch processes.
    Now that we are using 10g it is understood that we cannot run the forms as we did in 6i using OEM scheduler, so they were converted to scripts.
    Our problem still remains, How do we run 10g reports as batch processes?
    Can we use OEM scheduler?
    Is there a better product to accomplish this task?
    ...

    Hello,
    How do you execute your Reports ?
    Do you execute it from the Builder ?
    If you execute it from the Builder, do you use Run Web Layout or Run Paper Layout ?
    (If you have upgraded a Reports From 6i, there is no web layout , so you have to use the Run paper Layout
    The web layout is something new that appeared in Reports 9.0.2)
    Regard

  • Deploying BI publisher report from OEM plug-in

    Hi!
    I am a bit confused about how to deploy & access BI publisher report from the plugin I develop
    I've found only the http://docs.oracle.com/cd/E24628_01/doc.121/e25161/bi_pub.htm and am a bit confused
    What I did:
    1) Integrated BI publisher with OEM
    2) Developed a BI publisher report
    3) Downloaded 2 files : xdoz and xdmz (DataModel & report)
    4) made folder structure
    /bipublisherreports/
    /EM_Datamodels
    5)packed into jar
    jar cf myjar.jar ./bipublisherreports
    6)put jar into ../oms/reports/emreports
    7)written report.xml (in ../oms/reports/) file:
    <?xml version = '1.0' encoding = 'UTF-8' ?>
    <BIPublisherReports
    xmlns="http://<what ip is here???>/DataCenter/BIPublisherReport">
    <ReportFile relativePath="emreports" fileName="myjar.jar"/>
    </BIPublisherReports>
    The plug-in does not pass validation...
    cvc-elt.1: Cannot find the declaration of element 'BIPublisherReports'. for the MDS id report
    Error is ungooglable =(
    Can anybody help or point to some clear doc?

    cd /tmp
    mkdir STAGE
    cd STAGE
    mkdir bipublisherreports
    cd bipublisherreports
    mkdir EM_Datamodels [notice the underscore]
    mkdir "My Sample Report" [notice, the quotes are necessary since the directory name contains spaces]
    The datamodel needs to go in the following directory:
    -------------- "bipublisherreports/EM_Datamodels/My Datamodel.xdmz" [there is an underscore between EM & Datamodels]
    The reports go in a report directory, for example:
    --------------- "bipublisherreports/My Sample Report/My Report.xdoz" [use spaces here wherever you prefer]
    Make sure your report refers to the datamodel in the right location. So, in BIP, when editing the report, use the above folder names, under the 'Enterprise Manager Cloud Control' shared folder.
    For example, your BIP catalog will look like this:
    Shared Folders
    ---Enterprise Manager Cloud Control
    -------- EM_Datamodels
    -------------- My Datamodel
    -------- My Sample Report
    -------------- My Report
    You then create a jar file with this:
    cd /tmp/STAGE
    jar cvf myemreports.jar bipublisherreports
    Now, you need to make your bip reports part of your plugin source code.
    You put your report.xml in your sysman/metadata/bipublisherreport [note the singular] directory.
    For example:
    <BIPublisherReports
    xmlns="http://www.oracle.com/DataCenter/BIPublisherReport">
    <ReportFile relativePath="emreports" fileName="myemreports.jar"/>
    </BIPublisherReports>
    You then create a subdirectory, sysman/metadata/bipublisherreport/emreports
    And you put your myemreportrs.jar file here.
    You then rebuild your opar using standard EM procedures.
    When a customer later on instals your plugin, the BIP reports that go with the plugin are installed into the EM database repository automatically.
    they can simply do this to deploy the bi publisher reports from em to BIP at any point:
    emcli deploy_bipublisher_reports -plugind="my.sample.plugin" -pluginversion ="12.1.0.3.0" [-force]
    The -force operation overwrites the reports.
    See the complete help text like this:
    emcli help deploy_bipublisher_reprorts
    If they have not yet configured BIP with the configureBIP script, this deploy step happens automatically when they run configureBIP.

  • Delete alert from OEM gride home page

    Hi,
    in 10g R2, on home page of OEM grid home page , there are alerts. Many of them belong to 10 or 11 days ego. How can I delete them ?
    Thank you.

    Hi,
    I think there are forwards comming from your oracle account to my mail.. Please check and deactivate it as the mail forward it is cramping my mailbox .. /i....
    regards

  • How to schedule a job of target host from OEM grid without credentials

    Hi,
    We are trying to schedule a backup from OEM to one of the target database.
    To do this OEM requires host credentials. Is there anyway that we can do this without providing any host credentials? (because we dont have server username password)
    We dont have host username password, what we have is sudo access to the user.
    Thanks,

    You have not given your OEM version or platform but this is very possible from 10.2.0.5 and up. Check the documentation (http://download.oracle.com/docs/cd/B16240_01/doc/em.102/e14586/security3.htm#sthref336) or My Oracle Support site for details as there are a few hoops to jump through as a prerequisite.

  • Can I send a report from apex to a non-apex user?

    I am new to apex, and using ver 2.0. The users would like to click "email this report", put in any email address (someone internal to the organization or external), and have an html file sent to the recipient, that is the report they were just reviewing in apex. The recipient is NOT an apex user.
    In addition to this, they'd like to indicate that they want an associated report (one that they are currently not viewing) to be emailed as well (lower priority as I can tell them to go to the other report and click the same "email this report" link over there)
    The more details the better, as i'm new to this environment.
    Thanks in advance! :-)

    This is do-able, but it is not just a few clicks and it's done. If you're new to Apex you probably want to start with getting email working first. This isn't that big a deal, but you want to make sure your email delivery from Apex is reliable before you start moving on to emailing attachments.
    The first hurdle is that the apex_mail package doesn't support file attachments, which sounds like a fundamental requirement for your situation. This means that you need to either use utl_smtp (which I would not recommend - it's a bit complex) or utl_mail, which isn't installed by default in the typical Oracle installation. You'd have to ask your DBA to install it and set the SMTP host parameters that is requires.
    Once (if) you get utl_mail up and running you'd want to look into the SEND_ATTACH_VARHAR2 or SEND_ATTACH_RAW procedures to do the actual email send procedure.
    You'll also need to create the report via a custom PL/SQL procedure that would output the report as a either plain text or HTML so the user can read the output when they get the email attachment.
    I know it sounds complicated, but if you just take it one step at a time you can get there, and you'll be quite happy with the results when you do.
    Hope this helps.
    Earl

  • Consolidated Reports from OEM

    Hi Gurus,
    This is little long post, read it and share your views.
    We are in large environment where 140 databases. Biggest chalange here is moniotoring.
    I want to utilize OEM data,
    Here are my thought suggest me best way, if you already using this pls share with me
    OEM collects
    1) I want to utilize oem storage data and wants to retain for 6 months and generate graphs and wants do capacity planning can I do this?
    2) We have groups for each environment. like dev, it, ua and prod.
    and also each business/application groups are also there.. like apps A databases fall under this group A. like that
    Pls let me know can we do this?
    -RK

    Ok then
    if you want to change retention settings in 10.2.0.2 , not possible without applying patch
    3900473
    Documentation link http://download-west.oracle.com/docs/html/B12013_03/repository.htm#sthref849
    And in 10.2.0.3, this is how you go
    However, if you plan to extract or review the raw or aggregated data using data analysis tools other than Enterprise Manager, you may want to increase the amount of raw or aggregated data available in the repository. You can accomplish this by increasing the retention times for the raw or aggregated data.
    To modify the default retention time for each level of management data in the repository, you must insert additional rows into the MGMT_PARAMETERS table in the repository database. Table 8-3 shows the parameters you must insert into the MGMT_PARAMETERS table to modify the retention time for each of the raw data and aggregate data tables.
    Table 8-3 Parameters for Modifying Default Data Retention Times in the Management Repository
    MGMT_METRICS_RAW mgmt_raw_keep_window 7 days
    MGMT_METRICS_1HOUR mgmt_hour_keep_window 31 days
    MGMT_METRICS_1DAY mgmt_day_keep_window 365 days
    For example, to change the default retention time for the table MGMT_METRICS_RAW from seven days to 14 days:
    1. Use SQL*Plus to connect to the repository database as the Management Repository user.
    The default Management Repository user is sysman.
    2. Enter the following SQL to insert the parameter and change the default value:
    INSERT INTO MGMT_PARAMETERS (PARAMETER_NAME, PARAMETER_VALUE) VALUES ('mgmt_raw_keep_window','14');

  • Steps to generate AWR report from Oracle 11g OEM

    I have gone through online documentation for generating an AWR report from Oracle 11g OEM but the documentation is more focused on generating the AWR report manually. I would request if there is a link or documentation to go through for generating AWR report from Oracle 11g enterprise manager.
    I hope my question is clear.
    Please revert with the reply to my query.
    Regards

    HI ,
    Please check following link: Siva Oracle: How to generate AWR Report from OEM Grid
    Thank you

  • Printing from ALV Grid

    Hi Friends,
    I am facing a problem while printing a report from ALV grid .. The report display is coming perfectly based on the SORT criteria .. but while trying  to print or print preview or Download to  Excel  the sorting is not working .. If any one know how to print the report as it look like the  screen display ..Please let me know..
    Thanks in advance..
    Regards.
    Elango

    Hi Vinni,
    Thanks for your repaly , I am using 4.7.
    Function module used to display grid is  REUSE_ALV_GRID_DISPLAY and for  
    build the field catlog  I am using REUSE_ALV_FIELDCATALOG_MERGE 
    function module .
    Regards,
    Elango

  • Performance Report using OEM-11g

    Hi All,
    Is there any way to get the Monthly Database performance report using OEM Grid Control... I am able to grab only one week data in Historical option....
    Thanks In advance

    I have the same problem in OEM 11g, the calendar on the Performance tab - Historical selection - only shows "January 0" and can not be changed...a bug?
    Oracle 11.2.0.2.0 database on AIX.
    Using OEM Cloud 12c on some test instances again 11.2 on AIX and it works fine there.
    Any updates?

  • Send a Report as attachment by Email

    Hello,
    I'm a rookie in Apex. I read a lot of thread based on how to send a email from an Application.
    it seems easy to create the body of the email with a SELECT query. I'm using APEX_MAIL.SEND().
    I would like to now if it's possible to send a report from the page as an attachment to an Email?
    Maybe with something like create a csv file from the SELECT of the form and then attach it to the Email??
    If somebody have an idea?
    Thanks
    Fred

    Hello Tony,
    Yes, I would like first to created a simple file as 'column a';'column b';'column c'.
    I had a look on the link you put. Very interesting and hepfull. But I still have one problem and I tryed to find informations about on the web without good results.
    Now, I'm able to create a file into a BLOB using the function get_report() showned in your link.
    To attach the file to an Email. I will use APEX_MAIL.ADD_ATTACHMENT().
    Here is the code example:
    DECLARE
    l_id number;
    l_body CLOB;
    s varchar2(200) := 'this is some info';
    l_file BLOB;
    BEGIN
    l_file := get_report('SELECT * FROM MyTable');
    l_body := 'Test in the APEX_MAIL.'||utl_tcp.crlf||'This is my first test to test the mail functionnality.'||utl_tcp.crlf||utl_tcp.crlf;
    l_body := l_body ||' Fred'||utl_tcp.crlf;
    l_id := apex_mail.send(
    p_to => '[email protected]',
    p_from => '[email protected]',
    p_body => l_body,
    p_subj => 'APEX_MAIL Package - Plain Text message');
    apex_mail.add_attachment(
    p_mail_id => l_id,
    p_attachment => l_file,
    p_filename => 'test.csv');
    apex_mail.push_queue();
    END;
    But a line is missing in the attachment process ===> p_mime_type => xxxx.
    I don't know how to define the mime_type.
    Could you help me?
    Thanks and Regards,
    Fred
    Edited by: FerdoD on 11 sept. 2009 01:56

  • Calling reports from forms - arabic data

    if i send my reports from reports builder to RTF format
    then if i open word then all arabic characters are looking good
    but if the same report is called by forms and then if i open the ms-word then all arabic characters are changing its direction
    pls help

    Thanks Mr.Frank
    so far i didnt call thru reports url ,
    now i am calling reports thru the url which you gave
    then its working fine
    http://server:port/reports/rwservlet?reports=.....
    i put the above code with web.show_document
    user is happy with this
    however if i am calling thru run_report_object and open it
    the allignment and direction changing to opposite side

  • Report from Grid Control:Monthly Growth of each database in Single Report

    Hi,I want to make the report from Grid Control for Monthly Growth of each Database for Capacity planning
    I can See under Report->Storage->Oracle Database Tablespace Monthly Space Usage
    But this is only for once database and I want to include all the database in single report that too with limited INfo
    Want the format something like..just wanted to make you guys
    Database     Actual Size on 1st     Actual Size on 30th     INcrease in Size
    1.
    2.
    Something close to above format will do...
    Thanx
    Gagan

    Hi Thanx for the reply
    But Which Tablespace Metric You are talking about?I can See 5-6 Tablespace Metric and infact I dont want the data at the tablespace level and I want the total size of the database and growth in last month as shown in ' Oracle Database Tablespace Monthly Space Usage '.
    But Thanx again for the reply
    Regards
    Gagan

Maybe you are looking for

  • How to access the data stored in Java tables in E-Commerce 7.0

    For the CRM E-Commerce 7.0 Web shop all the data related order templates, Shop Id and catalog variants are not getting stored in CRM tables. Can anyone please let us know where all the details are getting stored. By searching here, in SDN Forum we fo

  • Rank in break footer

    Hello, I have a table with 3 informations : CompanyName (dimension) Employee (dimension) Salary (indicator) I have a break on the CompanyName. Break definition : Break Footer - Remove Duplicates- Fold I have choosen the option "Fold" because, at the

  • Movement type for customer returns

    Hi all, We've lost in SPRO while trying to findout how we can change transaction type from 651 to 653 on LR - customer return good receipt document. Can anyone give us a hint hot to and where to change movement type ? Thanks in advance. Levent Arslan

  • How to reduce storage in "other"?

    So recently I've been trying to free up some space on my MacBook Pro. I have been able to reduce the size of most of the categories (music, movies, apps, etc.) But I dont know exactly how to reduce "other". As of now I have 165.36 gb in my "other" se

  • Stuck on Java Project

    /**so here is my project. if you run the gui you can see sorta what i am trying to do. Im trying to get have data input for the three categories to find averages for the players and keep them in the memory for a short time so you can flip through the