Add second instance to Enterprise Manager 10g database control

Hi,
I have a server with one Oracle 10g database instance, and I
configured the local Enterprise Manager database control for it.
Now I added a second instance on the server, using the same Oracle
home. Can I manage this new instance using the existing database
control or do I have to configure a second database control using
another port? The documentation isn't too clear on this.
Thanks,
Matthias

You can't manage the two database using database control. you have to go for Grid control only if you need to configure two or more instance.

Similar Messages

  • Oracle Enterprise Manager 10g Database Control Release 10.2.0.3.0

    Oracle Enterprise Manager 10g Database Control Release 10.2.0.3.0 is one hour behiend on AIX 5.3.
    I have installed the new timezone version 4 already by oracle DST path database is good OEM main page is showing one hour behiend.
    I have done every possible effort last thing may be i have to update java home i have 1.4 IBM java on the server.
    Please help me in this. Thanks.

    See the Metalink Note *Impact Document for Daylight Saving Time Shift for Enterprise Manager Grid Control [ID 417939.1]* Appendix B - FAQ - point 18
    What is the impact of not patching the JDK on the OMS for 10g Grid Control?
    If you do not patch the JDK on the OMS page refreshed times and possibly other times displayed in the console will be incorrect (they will be off by 1 hour) during an affected period.
    Oracle strongly recommends that you do patch the OMS JDK but we are not aware of any data corruption in the repository nor of any impact on critical EM functionalities (such as severities, notifications and jobs) when the JDK is not patched.

  • Unable to start Oracle Enterprise Manager 10g Database Control

    We have 2 systems.. one with the database and one with the midtier (both Linux). Our site is currently down and after rebooting it, and trying to start the database console ($ORACLE_HOME/bin/emctl start dbconsole), the db console fails to load. I looked at the sysman log files and got the following
    From emoms.trc
    2011-10-29 01:00:02,536 [JobWorker 6217:Thread-13] ERROR em.jobs executeCommand.159 - UpdateARUTables: Oracle MetaLink credentials are incorrect or missing. Click Patching Setup to set required parameters.
    From emagent.trc
    2011-10-29 10:52:53 Thread-3030621104 ERROR util.files: nmeufile_getLength: Error in lfilen. Error = 2 (No such file or directory)
    From emagentfetchlet.log
    2011-10-29 10:52:52,827 [main] WARN track.OracleInventory collectInventory.439 - ECM: The inventory location file for the special Windows NT case does not exist or is unreadable.
    From emdctl.trc
    2011-11-01 23:21:43 Thread-3065480896 ERROR main: nmectl.c: nmectl_validateTZRegion, agentTZoffset =-240,and testTZoffset for US/Eastern:-300 do not match
    Any help would be greatly appreciated.
    Thanks,
    Cecilia

    yes, that link is pretty much right, Ive run those manual commands many times and MOST of them works fine see below. the recommended way of doing this putst the database into quiesce mode which pretty much kills your DB. As far as I can remember, I did the manual way a couple years ago and had awful trouble with one of the steps (cant remember which) and ended up bringing DB down anyway so I would suggest doing the work in a maintenance window just in case. double check all the steps anyway as it looks like something changed in your environment to cause your initial errors, whatever scenario caused that (permissions or whatever) may still exist.
    14:32:48 SQL> DROP USER sysman CASCADE;
    DROP PUBLIC SYNONYM setemviewusercontext;
    DROP ROLE mgmt_user;
    DROP PUBLIC SYNONYM mgmt_target_blackouts;
    DROP USER mgmt_view;
    DROP USER dbsnmp CASCADE;
    -- remove the os folder contents
    rm $ORACLE_HOME/host_sid/
    rm $ORACLE_HOME/oc4j/j2ee/OC4J_DBConsole_host_sid
    -- then easiest way to install the repository is to run
    emca -config dbcontrol db -repos create

  • An instance of Oracle EM 10g Database Control is already running.

    Hello all, I've this problem when I reboot my system and try to start EM console (because it's not working after each reboot until I restarted it):
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.2.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://IC-Server:1158/em/console/aboutApplication
    - An instance of Oracle Enterprise Manager 10g Database Control is already running.
    but if I check the EM status, these are the results:
    IC605 on IC-Server: emctl status dbconsole
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.2.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://IC-Server:1158/em/console/aboutApplication
    Oracle Enterprise Manager 10g is not running.
    Logs are generated in directory /u01/app/oracle/product/10.2.0/IC-Server_IC605/sysman/log
    IC605 on IC-Server:The only way to solve this that I found -at least for now- it's to stop the EM console, and then start it again.
    And contents of file emdctl.trc are these:
    IC605 on IC-Server: cat emdctl.trc
    2008-09-02 00:11:00 Thread-1 WARN http: snmehl_connect: connect failed to (IC-Server:3938): Connection refused (error = 146)
    .... a lot of similar lines ....
    2008-09-12 00:47:17 Thread-1 WARN http: snmehl_connect: connect failed to (IC-Server:1158): Connection refused (error = 146)
    2008-09-12 01:11:35 Thread-1 WARN http: snmehl_connect: connect failed to (IC-Server:1158): Connection refused (error = 146)
    IC605 on IC-Server:
    Could you give any clue about where I must search for the problem?
    Thanks a lot.
    Martin
    P.S.: Some additional info...
    OS Version:
    # uname -a
    SunOS IC-Server 5.10 Generic_137112-06 i86pc i386 i86pc
    DB Version:
    SQL> conn /as sysdba
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 289406976 bytes
    Fixed Size 1279820 bytes Variable Size 159385780 bytes
    Database Buffers 125829120 bytes
    Redo Buffers 2912256 bytes
    Database mounted.
    Database opened.
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Prod
    PL/SQL Release 10.2.0.2.0 - Production
    CORE 10.2.0.2.0 Production
    TNS for Solaris: Version 10.2.0.2.0 - Production
    NLSRTL Version 10.2.0.2.0 - ProductionEdited by: martinmorono on Sep 14, 2008 3:41 PM

    I've done it. Thanks.
    >SQL> alter session set current_schema = SYSMAN;
    >
    >Session altered.
    >
    >SQL> exec mgmt_target.set_agent_tzrgn('IC-Server:3938','America/Buenos_Aires');
    >
    >PL/SQL procedure successfully completed.
    >
    >SQL>
    But I still have the same trouble with EM Console startup... After rebooting my server, I got this error:
    IC605 on IC-Server: emctl status dbconsole
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.2.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://IC-Server:1158/em/console/aboutApplication
    Oracle Enterprise Manager 10g is not running.
    Logs are generated in directory /u01/app/oracle/product/10.2.0/IC-Server_IC605/sysman/log
    IC605 on IC-Server: emctl start dbconsole
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.2.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://IC-Server:1158/em/console/aboutApplication
    - An instance of Oracle Enterprise Manager 10g Database Control is already running.
    IC605 on IC-Server:I must to stop and then to start it "again" to be able to use the EM.
    Have you any idea?

  • Installing Enterprise Manager 10g Grid Control Using an Existing Database

    I want to install Enterprise Manager 10g Grid Control 10.2.0.3 using an existing database. This database is RAC 10.2.0.2. and I use it as Infrastructure Metadata Repository.
    I is said in Oracle documentation that SYSMAN schema has to be dropped, thus Database console repository has to be dropped. As far as I understand after Grid Control installation I will not be able to use Database console for my RAC 10.2.0.2 Infrastructure Metadata Repository database. I will be able to use only Grid Control for this database.
    Am I right? Could you give me any advice about Installing Enterprise Manager 10g Grid Control Using an Existing Database?
    Thank you.

    I am trying to install the OEM rel 2.0 on AIX 5L from the downloaded software zip files which are as below,
    AIX_Grid_Control_full_10201_disk1.zip (656,766,406 bytes) (cksum - 2157028496)
    AIX_Grid_Control_full_10201_disk2.zip (655,758,726 bytes) (cksum - 2350778444)
    AIX_Grid_Control_full_10201_disk3.zip (641,760,716 bytes) (cksum - 2053607771)
    AIX_Grid_Control_full_10201_disk4.zip (606,903,411 bytes) (cksum - 4162514797)
    AIX_Grid_Control_full_10201_disk5.zip (576,555,758 bytes) (cksum - 3304661461)
    AIX_Grid_Control_full_10201_disk6.zip (459,658,650 bytes) (cksum - 3120478203)
    AIX_Grid_Control_full_10201_disk7.zip (311,903,435 bytes) (cksum - 2438252536)
    AIX_Grid_Control_full_10201_disk8.zip (224,594,251 bytes) (cksum - 2618845234)
    I am unable to locate the runInstaller in any of the disks 1- 8 ,can somebody help me on this. Thanks

  • Oracle Enterprise Manager 10g Grid Control Release 5

    Hi All,
    Has anyone here already using Oracle Enterprise Manager 10g Grid Control Release 5? Currently we are using Release 2 of Oracle Enterprise Manager as a package upon installation of Oracle 10g. Curious about Release 5 I want to try it out in our Dev Environment. But before making any changes. I would like to ask guidance from you.
    Upon installation does it needs Operating System Patches, Packages etc.? Currently we are using AIX 5L Based Systems (64-Bit) and 10g for Database. Is this a complete installation or Just an upgrade?
    Regards,
    Dexter

    We are using 10.2.0.5 on windows.
    10.2.0.5 is just an upgrade
    How to install and upgrade on AIX?
    http://www.oracle.com/technology/software/products/oem/htdocs/Grid_Control_10.2.0.5.0_AIX5L_readme.html
    quick installation quide.
    http://download.oracle.com/docs/cd/B19306_01/install.102/b28033.pdf
    Hope that will help you.
    Anil Malkai

  • Oracle Enterprise Manager 11g Database Control log file location

    Any one knows where the log file is for Oracle Enterprise Manager 11g Database Control. I am trying to set up EUS proxy authentication and running into issues when trying to search proxy user in my DB. The search returns no results and I am not sure where to look for. Please not my setup does work for EUS with shared or exclusive schema. I need to use Oracle DB proxy authentication for my application and that would need a setup of EUS with proxy permissions so please advice if you know where the log file is for Oracle Enterprise Manager 11g Database Control or if there is any logging I can turn on to see what search parameters are passed from Oracle Enterprise Manager 11g Database Control to my DB by using DB audit etc.
    Thanks,

    Be patient...wait for report.
    If after some time report does not appear, go to Advisor Central and find it there.
    :p

  • Oracle Enterprise Manager 10g Grid Control Release 4 (10.2.0.4) HP_UNIX

    Is there a date that the above would be available? I do see that it is ready for Windows, Linux, Solaris, HP_Itanium but not HP_UX PA_RISC. Any ideas?
    Matthew

    Below is what's available for download thru OTN. To ensure my question is clear, approximately when will the MICROSOFT WINDOWS version finally be released:
    Enterprise Manager 10g Grid Control Release 1 (10.1.0.2)
    Oracle Enterprise Manager 10g Grid Control Release 1 (10.1.0.2) for Linux x86
    Oracle Enterprise Manager 10g Grid Control Release 1 (10.1.0.2) for Solaris Operating System (SPARC) (32-bit)
    Oracle Enterprise Manager 10g Grid Control Release 1 (10.1.0.2) for HP-UX
    Oracle Enterprise Manager 10g Grid Control Release 1 (10.1.0.2) for AIX5L Based Systems
    Oracle Enterprise Manager 10g Grid Control Release 1 (10.1.0.2) for HP Tru64 UNIX

  • Oracle Enterprise Manager 10g Grid Control Release 1 (10.1.0.2) for Windows

    Any new guestimates when product "Oracle Enterprise Manager 10g Grid Control Release 1 (10.1.0.2) for WINDOWS" will finally become available.
    Thanks.

    Below is what's available for download thru OTN. To ensure my question is clear, approximately when will the MICROSOFT WINDOWS version finally be released:
    Enterprise Manager 10g Grid Control Release 1 (10.1.0.2)
    Oracle Enterprise Manager 10g Grid Control Release 1 (10.1.0.2) for Linux x86
    Oracle Enterprise Manager 10g Grid Control Release 1 (10.1.0.2) for Solaris Operating System (SPARC) (32-bit)
    Oracle Enterprise Manager 10g Grid Control Release 1 (10.1.0.2) for HP-UX
    Oracle Enterprise Manager 10g Grid Control Release 1 (10.1.0.2) for AIX5L Based Systems
    Oracle Enterprise Manager 10g Grid Control Release 1 (10.1.0.2) for HP Tru64 UNIX

  • Problem using Enterprise Manager 11g Database Control in Firefox 3.6.6

    Hello all,
    I just intalled Oracle 11g and trying to familiarize myself with Enterprise Manager 11g Dataabse Control using Firefox 3.6.6 in Windows XP.
    I'm able to login to Enterprise manager successfully.
    However, when I click on on "Performance Tab", the "SYSTEM_MOVING_WINDOW" is empty, and there's a prompt "Click Here to Download Plugin."
    When I do click on it, I get message:
    No suitable plugins were found.
    Unknown plugin (application/octet-stream) [Manual Install].
    I'm not sure what plugin I need so I can use Enterprise Manager properly.
    Please help!
    Thanks
    Giovanni

    I use the Opera browser so I can split the screen to monitor multiple instances at the same time on my 2nd monitor. I am not having issues with the 10g OEM but having the same problem listed in this thread with the 11g OEM ( we have both running during our migration to 11g). The posts here didn't help me with the 11g OEM as there must be some difference from 10g OEM. I will hate it if I can't do the split screen to monitor multiple instances at the same time. And if you are connecting via solaris or lunix browser then IE is not an option ( W3C standards please ).

  • Oracle Enterprise Manager 10g Grid Controlにアクセスできない

    OS:Linux Oracle:11.2 GridControl:10.2.0.1
    VM上にGridControlをインストールしアクセスしてみましたが(http://192.168.0.1:4889/em)
    ページが表示できないと出ます。。
    リポジトリ用のDBは11gを使用しています。
    GridControlはまだ詳しくないのですが、どのあたりを調査すれば宜しいでしょうか?
    基本的な事で申し訳ありませんが、宜しくお願いいたします。

    いつもお世話になっております。
    Grid Control10.2.0.5のインストールまでは完了したのですが
    やはりアクセスできません。。
    [oracle@vm1 /]$ /u01/app/oracle/oem_home/oms10g/opmn/bin/opmnctl status
    Processes in Instance: EnterpriseManager0.vm1
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    DSA | DSA | N/A | Down
    HTTP_Server | HTTP_Server | 4623 | Alive
    LogLoader | logloaderd | N/A | Down
    dcm-daemon | dcm-daemon | N/A | Down
    OC4J | home | 4624 | Alive
    OC4J | OC4J_EM | 4621 | Alive
    OC4J | OC4J_EMPROV | 4622 | Alive
    WebCache | WebCache | 4631 | Alive
    WebCache | WebCacheAdmin | 4619 | Alive
    コマンドで確認したところ、OMSは稼動しているように見えるのですが
    http://vm1:4889/em でアクセスすると
    Forbidden
    You don't have permission to access /em/console/home on this server.
    Oracle-Application-Server-10g/10.1.2.2.0 Oracle-HTTP-Server Server at vm1 Port 4889
    と表示されてしまいます。。
    またOMAの起動が以下のように失敗してしまうのですが
    これも関係あるでしょうか?
    [oracle@vm1 ~]$ /u01/app/oracle/oem_home/agent10g/bin/emctl status agent
    Oracle Enterprise Manager 10g Release 5 Grid Control 10.2.0.5.0.
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    [oracle@vm1 ~]$ /u01/app/oracle/oem_home/agent10g/bin/emctl start agent
    Oracle Enterprise Manager 10g Release 5 Grid Control 10.2.0.5.0.
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    Starting agent ........................................................................................................................... failed.
    OMAが起動していなくても、Girdへのアクセスは出来るのでは??という認識なので。。
    宜しくお願い致します。

  • Index Tuning Wizard in Enterprise Manager 10g Grid Control

    Hi,
    9i OEM has an Index Tuning Wizard. Does anyone know where is it located in 10g Enterprise Manager?
    Thanks!
    -Ranit.

    10g has an SQL Access Advisor (for tuning related to indexes and Materialized views) that is accessible via the OEM GC Advisor Central Link.
    Look to DB Targets - Select the DB - Select Advisor Central from the Related Links Section at the bottom - Select SQL Access Advisor.
    HTH,
    Tony

  • Enterprise Manager 10g Grid Control?

    Hi,
    I have one doubt regarding workflowserver.
    I am using OWB 10g R1.
    I installed workflow server 2.6.3 as per the instructions given in installation guide.
    OEM OMS (oracle management service is not installed).
    I am able to create process flows and able to execute those using OWB (client).
    Now I want to shedule the process flows.
    Do I need to install OEM 10g?
    Or Is workflow server fulfills this requirement?
    Could you please suggest me.
    Thanks and regards
    Gowtham Sen.

    You can submit them as Database Jobs since it is running on Standalone
    Ask and Check in the WorkFlow Forum for more WorkFlow stuff answers
    Workflow

  • Problems with Enterprise Manager 10g

    Greetings!
    We have 3 databases up and running fine so far. Yesterday I mentioned that the Enterprise Manager for one of the databases is not reachable, although it is up and I can connect to it with SqlPlus. So I checked emctl and it is up and running, and the port I use is also right. Has anyone an idea what I could do in addition to get EM working again? I only have these problems with one db, all others are working great.
    best regards,
    Jörn

    Hi there,
    here is the status of the dbconsole and the agent:
    emctl status dbconsoleTZ set to Europe/Berlin
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.3.0
    Copyright (c) 1996, 2006 Oracle Corporation. All rights reserved.
    http://orahost.fzh:1158/em/console/aboutApplication
    Oracle Enterprise Manager 10g is running.
    Logs are generated in directory /u01/app/oracle/product/10.2.0/db/orahost.fzh_kms/sysman/log
    emctl status agentTZ set to Europe/Berlin
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.3.0
    Copyright (c) 1996, 2006 Oracle Corporation. All rights reserved.
    Agent Version : 10.1.0.5.1
    OMS Version : 10.1.0.5.0
    Protocol Version : 10.1.0.2.0
    Agent Home : /u01/app/oracle/product/10.2.0/db/orahost.fzh_kms
    Agent binaries : /u01/app/oracle/product/10.2.0/db
    Agent Process ID : 23765
    Parent Process ID : 21612
    Agent URL : http://orahost.fzh:3938/emd/main
    Started at : 2008-02-11 12:23:39
    Started by user : oracle
    Last Reload : 2008-02-11 12:23:39
    Last successful upload : 2008-02-14 08:25:48
    Total Megabytes of XML files uploaded so far : 27.19
    Number of XML files pending upload : 0
    Size of XML files pending upload(MB) : 0.00
    Available disk space on upload filesystem : 52.00%
    Agent is Running and Ready
    I restartet the agent and the dbconsole without any success. I still cannot reach the EM for the second DB. Any other suggestions?
    best regards,
    Jörn

  • Oracle Enterprise Manager 10g is not running.

    Hi All,
    I cloned e-Business suite application/db to another server.After cloned Oracle Enterprise Manager 10g is not running. I've been noticing following messages during start/stop/status.
    status
    Oracle Enterprise Manager 10g is not running.
    start: doen't show any error.
    stop:
    Stopping Oracle Enterprise Manager 10g Database Control ...
    ... Failed.
    Log info:
    servername.domain_SID/sysman/log shows following errors.
    emos.log : ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sys
    emdb.nohup log
    --- Wed Apr 16 12:37:14 2008::The agentTZRegion value in /orafissbx1/u00/app/oracle/10.2.0.3/cob-eamdbd-01.wssc.ad.root_FISSBX1/sysman/config/emd.properties is not in agreement with what agent thinks it should be.Please verify your environment to make sure that TZ setting has not changed since the last start of the agent.
    If you modified the timezone setting in the environment, please stop the agent and exectute 'emctl resetTZ agent' and also execute the script 'mgmt_target.set_agent_tzrgn' to get the value propagated to repository -----
    emoms.trc
    [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.
    I opened the SR but still issues has n't fixed. I did all steps mentioned in TZ and etc according to metalink.
    Please suggest.
    Thanks

    This is expected behavious. It is because Enterprise Manager cannot run with the new server name. You can either go through loads to change the config files or simply drop and recreate the console.

Maybe you are looking for

  • New feature:wanted? Sun wants to know

    Please search the i18n forum, Sun requested I post my RFE and they would monitor the topic, just search on "new feature:wanted? Sun wants to know" and you should find it. The RFE is included and Sun says they will monitor it. thanks for giving your o

  • Photo Albums? How?

    How do you make a separate album from the Camera Roll one? I know you can, I saw they had multiple albums on the videos, but I can't figure out how to make one. I've looked through the online manual, and it doesnt say how to make them, it just says y

  • When using BW Bex query analyzer users cannot change reporting queries ....

    Issue: When using BW Bex query analyzer users cannot change reporting queries. Any attempt to change queries results in errors. Error: BEx Query Designer: Run-time error '-2147221499 (80040005) Fatal Error - Terminating Impact: Business reporting is

  • Need help with 30gb M

    Ive had this Zen-M 30GB for about 3 or so years. For the past year I Can Not get my computer to reconize it. Ive uninstalled and reinstalled the zen disk "factory disk" 0x with No luck. Ive changed usb cables, I tried using the Front &rear usb port.

  • Space being used when syncing

    795 songs are using 6.43 GB which is almost all of the 7gb memory on my i touch. Does anyone know why this is happening and what I can do to fix it? I dont have anything else on the i touch that is taking up space so I cant understand it. I have trie