OEM Reports

Hi all,
I have installed Oracle DB 9i on a fresh machine. I configured a local management server and Logged in with no problem. But When I try to view any of the predefined reports, OEM show quickly a window that desappear instantly, and nothing else. I have this problem with all the reports.
Could you please help me ?
Thanks a lot

When running on a Windows 2000/98 machine this can be due to bug 1856434, for which a patch is available (EM_9.0.1_1856434). Apply this patch to your client PC. Sometimes the browser launches, when closing the EM Console window. On UNIX/Linux platforms you must add the user.browser parameter to the clientconfig.properties file to point to the web browser executable.
Hope you get it working
Regards
Lars Bo

Similar Messages

  • OEM Report Generation Failed

    Hi Guys,
    I have been trying to set up ORM Reporting, I have changed the REPORTS_USER password, I have run the "oemctl configure rws" script and I have stopped and started the HTTP server. However when I log on to http://server.name.com:3339/ and try to access the reports it comes up with this error:
    "Generation of the report failed because a connection could not be made to the Oracle Management Server oem.hazpower.com. Ensure that the Oracle Management Server is running and that the webserver has been appropriately configured for Enterprise Manager Reporting."
    I can't find out where the problem sits, are there any logs etc that I can look at???
    Thanks,
    Craig

    Hey..
    I found the fix, if anyone else has the same issues you can find it on Metalink under
    Note:202533.1 Cannot View Reports After Configuring The OEM Report Webserver
    Cause: ===== The JSERV.PROPERIES file contains two LD_LIBRARY_PATH entries. One of which is incorrect and pointing to non 32bit environment. Fix: === Navigate to the LD_LIBRARY_PATH in the $ORACLE_HOME/Apache/Jserv/etc/jserv.properties file and correct the entry. Restart Apache and access the Reports.
    Cheers,
    Craig

  • Pass a parametervalue to OEM Report-sql

    Hi,
    I want to create a report with an input field
    and then run a sql-query with that value.
    I have three report elements:
    "HTML"
    <SCRIPT LANGUAGE="JavaScript">
    function setDefaultDate() {
    l_date = new Date();
    l_date_str = l_date.getFullYear() + "-"
    + (l_date.getMonth() + 1) + "-"
    + l_date.getDate();
    document.ext_form.p_datum.value = l_date_str;
    function getDatum() {
    l_date_str = document.ext_form.p_datum.value;
    return l_date_str;
    </SCRIPT>
    "HTML(1)"
    <FORM name="ext_form" method="POST">
    <table BORDER="0">
    <tr>
    <td><b>Datum:</b></td>
    <td><input type="text" name="p_datum" value="datum")></td>
    </tr>
    </table>
    <SCRIPT LANGUAGE="JavaScript">
    <!--
    setDefaultDate();
    // Hide -->
    </SCRIPT>
    </FORM>
    "Table from SELECT statement"
    SELECT ...
    WHERE run_date = getDatum()
    This does not work because there is no getDatum
    function available in the database.
    Can this be solved ?
    Regards
    Ulf Magnusson

    Hi,
    I am trying to link some OEM reports with an existing intranet website. Some of the OEM reports we developed are showing user's tablespace usage, User's Indexes, User-groups total space, etc. For these reports I have to pass userid in OEM reports. How do I do that?
    Thanks in advance.

  • Automating OEM Reports

    Config: OEM Grid Control 10.2.0.3, Repository 10.2.0.3
    How to??
    Take an existing out of the box OEM Report and automate it so that it runs each Monday morning at 6:00 and it emailed to one or more email addresses.
    Thanks,
    catharine

    Assuming it is the same screen as 10.2.0.2 (not using 10.2.0.3 yet). You make a copy of it because you cannot edit it.
    1. Select the required Report
    2. Click "Create Like"
    3. Give it a new Title in General Tab.
    4. Go to Schedule Tab
    6. Select to Schedule Report
    7. Select Repeating
    8. Select Frequency Type as Weekly
    9. Select Days od the Week asn Monday
    10 Fill in other fields as you require
    11. Select to E-mail report each time the scheduled report completes
    12. Enter the required Email Addresses
    13. Click OK

  • OEM - Reporting

    Hi All,
    can OEM report accept schema name as a parameter ? want to creating a report that will takes the dbname as target and schema name to check in the target database. it will accept these 2 parameter from user and through target_user_table_from_sql will get the result.
    " select username, created, account_status from dba_users where username like '%&&aa%';"
    any advice.

    By default the Reporting System (Information Publisher) allows you to access the OEM repository schema SYSMAN only. So you will not be able to access the target database.
    There are however some tricks to go around this, but you need to check this forum on that.
    Regards
    Rob

  • HTTP 302 Error When Scheduling OEM Report

    I'm trying to schedule a custom report to run out of OEM 11.1 and am receiving the below error. The report displays properly from the OEM console, but seems to get an HTTP 302 error when trying to schedule the report to run, have changed the schedule options from daily, weekly, one-time immediately, one-time later and all generate the same error. Not sure what is causing the HTTP 302 redirect during the report execution, any help is appreciated.
    This is a scheduled report.
    The most recently generated report completed with the following error.
    Error: Unexpected error getting the HTTP response stream while generating report: oracle.sysman.eml.ip.publishJob.HttpConnectionException:Response code:302
    Error Message :302 Moved Temporarily
    This document you requested has moved temporarily.
    It's now at https://<<hostname>>:7799/em/console/logon/logon&#59;jsessionid=6NJRQGKd2NVwNdbpWpVfHlG7vRxnvmn3VW71JdJbtnLyCJt5hyYt!544936836
    Connection: https://<<hostname>>:7799/em/console/home URI:/em/onetime/reports/render?printablePage=true&reportID=C47BD93ACFE176D4E040007F01004FA6&action=save&scheduled=true
    Thanks,
    Shawn

    Issue was related to the Console URL setting in the Grid Control Overview tab, it was set to http://<host>:<port>/em/console and should have been set to http://<host>:<port> instead.

  • Swedish characters in OEM reports

    Hi,
    I have created a report that lists a table that have text with swedish characters in it.
    When i publish the report as "Whenever the report web page is viewed" the charachters is shown correctly,
    but with the option "Only when scheduled" all the swedish charachters are replaced with a "?".
    The Oracle account has default NLS_LANG=Swedish_Sweden.WE8ISO8859P1
    and root has the same when the Apache server is started.
    Where and what should i change ?
    Environment:
    Solaris SunOS 5.9
    OEM 9.2.0.1
    Oracle 9.2.0.5.0
    Thanks in advance.
    /Uffe

    If anyone is interested ?
    I found a "Japanese" solution in Metalink's FAQ Note:220379.1
    Add the lines :
    wrapper.env.copy=NLS_LANG
    wrapper.env.copy=LANG
    in the file $ORACLE_HOME/Apache/Jserv/etc/jserv.properties
    /Uffe

  • OEM reports using SQL queries

    Hi
    I'm working in oracle 9i
    Aix 5.3
    I dont have oem access. How ever, I would like to generate reports using queries for the following.
    1. Response time overview - per statement execution response times and response time break down.
    2. wait analysis overview
    3. CPU Overview - stats that can pin point cpu usage areas.
    4. TOP i/o's - at session level/ statement level.
    I would appriciate queries/URLs
    /Raj

    Again what limitation? Afraid to ask the password? Do not know how to override the password?
    Other than that: if some people don't want to tell you the perfstat password (maybe for valid reasons), do you think they will be happy when you start running your own queries against the v$ views (often quite expensive)
    or do you think you will gain more by cooperate with them. Other than that: if you want to run your own v$ queries why do you outsource writing them to this forum?
    Sybrand Bakker
    Senior Oracle DBA

  • Why my OEM reporting that listener is down?

    Hi All,
    11.2.0.1
    Linux 6
    If I login via putty and check listener, it is ok. But my listener is configured as listener2 because I have other database with its own listerner1 name.
    But why is that if I use OEM, it is asking for the default LISTENER with port 1521. Hence it is reporting as down. What can not it see the other configured LISTENER2???
    Thanks,
    pK
    [oracle@DGOracleTest ~]$ echo $ORACLE_SID
    orcl2
    [oracle@DGOracleTest ~]$ lsnrctl status listener2
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 21-JAN-2014 14:36:33
    Copyright (c) 1991, 2009, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1522)))
    STATUS of the LISTENER
    Alias                     listener2
    Version                   TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date                20-JAN-2014 18:40:42
    Uptime                    0 days 19 hr. 55 min. 50 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u02/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u02/app/oracle/diag/tnslsnr/DGOracleTest/listener2/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1522)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.25.23.19)(PORT=1522)))
    Services Summary...
    Service "orcl2" has 1 instance(s).
      Instance "orcl2", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    [oracle@DGOracleTest ~]$ sqlplus system/manager@orcl2
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Jan 21 14:36:54 2014
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL>
    Status
    Down
    Host
    DGOracleTest
    Port
    1521
    Name
    LISTENER
    Oracle Home
    /u02/app/oracle/product/11.2.0/db_1
    Location
    /u02/app/oracle/product/11.2.0/db_1/network/admin
    DetailsTNS-12541: TNS:no listener

    f55237a7-2c38-4db3-a7a3-1d77256f0730 wrote:
    I thank you all
    I was just thinking that each app&db(which have different db versions) will independent on their own. If I retart app1+db1, it will not affects app2+db2. Sometimes our app need listeners to be restarted. I will also test DG on this machine, will DG on 11.2.0.1 listeners will be ok if I used the listener of 11.2.0.3?
    Sometimes our app need listeners to be restarted.
    I'd like to see the technical justification for this statement.  The listener is just a connection broker.  It receives a connection request, sets up the requested connection, then is out of the picture.  What action on the app could possibly cause a need for a listener restart?

  • OEM Report in excel format

    Hi All,
    Anyone know a way to get the report as excel format instead of html?
    Regards,
    Satheesh Shanmugam
    http://borndba.com

    Hi Satheesh,
    In EM 12c, BI Publisher (BIP) integration allows generating reports in Excel format (also in HTML, PDF, RTF, and PowerPoint 2007 formats).
    For information on integrating BIP with EM 12c, see:
    http://docs.oracle.com/cd/E24628_01/install.121/e24089/install_em_bip.htm#CEGBEJDJ
    Regards,
    - Loc

  • OEM Report Generation.

    Customer is on 11g EM GC and looking for ability to schedule periodic reports.
    Which can generate and email(HTML/pdf) every morning for management review.
    Reports:
    a) Resource usage : cpu, memory, wait events, I/O
    b) Top instance Activity
    c) Top SQLs
    d) Top Wait events
    e) Other AWR report info that would be of use
    Customer is not ready to buy any additional tools/products to develop the same and can't use existing AWR Data.
    Looking for help and pointers on setting up these reports in “Enterprise Manager Grid Control” if doable.

    See Chapter 8, Information Publisher, in the 11g documentation set for how to create reports in EM 11g.
    http://docs.oracle.com/cd/E11857_01/em.111/e16790/information_publisher.htm#BGBGDBCG
    -Dan

  • OEM reports with charts

    How to email a report with embedded images of metric charts?
    My mailed reports are showing a text message like "Chart titled" instead of an image in the place of a chart !

    I know this sounds like a joke, but give it a try, we had the same problem. It seems that reports is waiting for an event.
    Move the mouse over the screen (I believe in particularly the reports progess dialog).
    This should make it run a lot faster.

  • OEM Reporting Cluster in Broken State

    I received a couple of errors in OEM the other day and they don't clear out. The cluster seems to be fine but I have the following collection errors in OEM:
    Target is in broken state. Reason - Compute dynamic property takes too long
    Anyone seen this?

    Hi, did you resolve your issues? I have simmilar problems with a cluster. It's actually not too bad under these circumstances that OEM timed out while configuring the cluster. If OEM has configured the cluster it will do regular checks which leads to several crs_stat.bin processes consuming lots of ressources. I have seen very high load just from the cluster tools. I shut down the nodeapps and still had about the same CPU usage. Commands like olsnodes, crs_*, srvctl all take a long time to finish.
    I have played a few times with OEM to configure the cluster in OEM. I wanted it to fail for both nodes so I don't get the check from the agent until I resolve the underlying problem that caused the error while discovering the cluster. Now that it timed out with "Compute dynamic property takes too long" on both nodes I see dratically reduced load. But OEM is not the problem, it just has these issues, because it depends on the cluster commands.
    I have spent some time investigating the problem. It seems to be an issue with OCR:
    $ cluvfy comp ocr
    Verifying OCR integrity
    Checking OCR integrity...
    Checking the absence of a non-clustered configuration...
    ERROR:
    CSS is probably working with a non-clustered, local-only configuration on all the nodes.
    Verification cannot proceed.
    OCR integrity check failed.
    Verification of OCR integrity was unsuccessful on all the nodes.
    I cannot find much on this error on Metalink.
    Doc B14202-04 tells me:
    CSS is probably working with a non-clustered, local-only configuration on
    nodes:
    Cause: OCR configuration error. The error message specifies the nodes on
    which this error is found.
    This error occurs when, for each specified node, either the contents of the
    OCR configuration file ocr.loc cannot be retrieved, or the configuration key
    local_only is set to TRUE in the configuration file of nodes listed in the
    error message.
    Action: Confirm that Oracle Clusterware was installed on the node. Correct
    the OCR configuration, if it is incorrect. Also, ensure that you have typed the
    node name correctly when entering the CVU command.
    I now know that something with my OCR is not ok, but:
    1. Clusterware is installed
    2. How do I identify and correct the error with OCR?
    3. /var/opt/oracle/ocr.loc is present. Both OCR raw devices are listed. The
    last line is local_only=false
    We have Version 10.2.0.2 wich has been installed by upgrading an existing 10.1.0.5 installation to 10.2.0.1 as per the 10gR2 Clusterware Installation guide and then the 10.2.0.2 patch.
    Best regards,
    Daniel

  • Create OEM report - Databases using Oracle Partitioning option

    Hi
    Is it possible to draw a report on Oracle Enterprise Manager 10g to discover which of its list of target databases are using the oracle partitioning option. It is for license purposes. Oracle partitioning is installed by default, but it is not always used.
    Thanks and Regards

    Yes that is possible if you create a report using a query like
    SELECT
    HOST, DATABASE_NAME, INSTANCE_NAME,
    TARGET_TYPE,NAME,
    CURRENTLY_USED, DETECTED_USAGES, FIRST_USAGE_DATE,
    LAST_USAGE_DATE, VERSION, LAST_SAMPLE_DATE,
    DESCRIPTION
    FROM SYSMAN.MGMT$DB_FEATUREUSAGE
    WHERE
    NAME = 'Partitioning (user)'
    AND
    CURRENTLY_USED = 'TRUE'
    Eric

  • Status metric for the OEM plugin for DB2 Databases

    Hi,
    I am doing some testing of the OEM system monitoring plug-in for an IBM DB2 Database. I am starting with some very basic alerts such as when an instance is down. However, it is not working as I would expect. When the instance is stopped using the command db2stop I would expect OEM to determine that the database is down. However, OEM reports a metric collection error and not the database being down.
    Does anybody have any experience with DB2 databases and OEM?
    Thanks,
    Christine

    By creating Groups for specific targets and authoriizing access to these groups you can have users only "seeing" databases or certain databases and other users only being able to see certain Middleware components etc.
    Check
    Oracle® Enterprise Manager Administration
    11g Release 1 (11.1.0.1)
    http://download.oracle.com/docs/cd/E11857_01/em.111/e16790/group_management.htm#DAFFHDCJ
    for this
    Regards
    Rob
    http://oemgc.wordpress.com

Maybe you are looking for

  • Control File Sequential Read in 11.2

    Hi to all, i'm in 11.2 database and i'm looking an awr report. Time: Begin Snap: 9642 31-Gen-12 16:00:26 51 2.5 End Snap: 9643 31-Gen-12 16:40:27 52 2.6 This is my load profile: Load Profile              Per Second    Per Transaction   Per Exec   Per

  • How can I open a file in a seperate window. for example how can"D:\asd.doc"

    how can I open a file in a separate window. for example how can I view "D:\asd.doc" in ms words window ??

  • How to make external programs open pages in a prescribed profile (window)?

    I crated one more profile a couple of days ago. After that, the external programs, such as the email client, all open links with the new profile, whether or not it is open. I was wondering whether there is a way to open the links with my default prof

  • Problem with mvt. 544 O

    Hi gurus. We have a subcontracting model for purchase our FERT goods. The reception process is make trough tx. MIGO, generate a material document with a movement type 101 for FERT and 543 O for the component. The BOM structure for 1 PC are: 12 PC com

  • Gnu aspell6-en-6.0-0 compile problems

    gmake Making all in . gmake[1]: Entering directory `/opt/aspell-0.60.6' depbase=`echo common/convert.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\      /bin/sh ./libtool tag=CXX   mode=compile g++ -DHAVE_CONFIG_H -I. -I./gen -I./gen -I./common -I./interf