Cannot start Enterprise Manager for Fusion Middleware 11g

Dear all,
Because I want to install Oracle EGRCM v8.0.1 in Linux x86_64, so I installed Oracle Weblogic 11gR1 and SOA Suite 11g first.
After installation successfully, I created a base_domain as default, and can start weblogic administration server ( http://localhost:7001/console ) successfully.
Now I want to use Enterprise Manager for Fusion Middleware 11g. Per "*Oracle® Fusion Middleware Administrator's Guide 11g Release 1 (11.1.1)*", the EM should be available now and the access URL should be http://localhost:7001/em . But when I try to access it, the following error returned:
Error 404--Not Found
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
+10.4.5 404 Not Found+
The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
So I try to start with emctl in *$MW_HOME/oracle_common/bin/*, the error is as following:
+./emctl: line 387 /d02/Middleware/oracle_common/perl/bin/perl: No such file or directory+.
I check the path and find out that no directory named "perl" under */d02/Middleware/oracle_common*. So I try to copy the necessary dir from the dir installed Oracle Database 11g ( *$ORACLE_HOME* ), but it returns following error:
OC4J Configuration issue. /d02/Middleware/oracle_common/sysman/j2ee not found.
I try to copy necessary dir from *$ORACLE_HOME* but still cannot start EM.
Please give some advise about how I can start EM for Fusion Middleware 11g, any idea is appreciate!
Best Regards,
Kenny Wang

Ravi Jegga wrote:
Hi Kenny
See this post of mine: Re: Fusion Middleware Console
For any SOA Domain, unless you have Enterprise Manager Facet enabled (during domain creation process or adding later on by extending it), you will not be able to access the EM Console. For quick testing, open config.xml file for your domain and check the modules specially em module as shown below. It should be there. This is for one of my SOA Cluster Domains with SOA on top of WLS 10.3.2
<app-deployment>
<name>em</name>
<target>AdminServer</target>
<module-type>ear</module-type>
<source-path>C:\beawls1032\user_projects\applications\soaDomainCluster1/em.ear</source-path>
<deployment-order>400</deployment-order>
<security-dd-model>DDOnly</security-dd-model>
<staging-mode>nostage</staging-mode>
</app-deployment>
Thanks
Ravi JeggaHello Ravi:
I too like Kenny experienced the EXACT same thing this morning. I was trying to figure out how to modify the formsweb.cfg and I remembered from when I install Oracle9i/10g AS a few years back, that it was on the Enterprise Manager Console for forms (different than the EM for the database). Well that's different than the consoles for Weblogic Server and Weblogic Server for Forms. I ran into the same errors Kenny did, and I followed your steps except that I did install into the domain the Enterprise Manager so when I looked at the config.xml I do see the same code that you posted above. Yet I still get the error when accessing
http://computer:7001/em
Also when trying to run emctl (I copied the perl directory from the database) and same error as Kenny. Any tips/clues?
I'm running on Red Hat Enterprise Linux 5, Oracle 11g (database, Fusion Middleware).
Thanks,
Gio

Similar Messages

  • Trouble with Documentation ZIP File for Fusion Middleware 11g (11.1.1.6)

    Hello,
    I downloaded E23943_01.zip, which is the 2.5 GB documentation set for Fusion Middleware 11g (11.1.1.6), WebLogic 10.3.6. WinZip will not open the ZIP file due to this error: too many entries in central directory according to end of central directory info. My other ZIP programs report essentially the same error as WinZip.
    When I first encountered the error, I assumed my download did not complete correctly; but I downloaded it three times, with the same error. All three downloads had the same file sizes, and I even binary-compared two of them, which were identical.
    I am suspicious that the source E23943_01.zip file on Oracle's site is corrupt. Can anyone corroborate or refute my suspicions?
    Thanks,
    effdj

    you can download from the edelivery site
    https://edelivery.oracle.com/EPD/Download/get_form?egroup_aru_number=11493752

  • Cannot start enterprise manager - please help!

    Hello,
    I installed 11.2.0.1 on RHEL 5.6.2 64 bit. Before the installation I changed SELinux to permissive mode.
    After the installation, I set these variables in /home/oracle/.bash_profile:
    export ORACLE_HOME=/opt/app/oracle/product/11.2.0/dbhome_1
    export ORACLE_SID=testsid
    export ORACLE_HOME_LISTNER=$ORACLE_HOME
    export ORACLE_UNQNAME=testsid
    PATH=$PATH:$ORACLE_HOME/binHere is the tnsnames.ora file, that has been generated during install:
    TESTSID =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.170.76)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = testsid.mydomain.com)
      )I started the listener:
    $ lsnrctl status
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.170.76)(PORT=1521)))
    Services Summary...
    Service "testsid.mydomain.com" has 1 instance(s).
      Instance "testsid", status READY, has 1 handler(s) for this service...
    Service "testsidXDB.mydomain.com" has 1 instance(s).
      Instance "testsid", status READY, has 1 handler(s) for this service...
    The command completed successfullyAnd the database instance is running:
    $ sqlplus sys/sys@testsid as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Oct 11 16:55:52 2011
    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> select status from v$instance;
    STATUS
    OPEN
    SQL> select database_status from v$instance;
    DATABASE_STATUS
    ACTIVEAnd then, I just can't start the EM console!
    $ emctl start dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation.  All rights reserved.
    https://192.168.170.76:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 11g Database Control ............................................................................................. failed.
    Logs are generated in directory /opt/app/oracle/product/11.2.0/dbhome_1/192.168.170.76_testsid/sysman/log What am I missing here? How is it possible to make a fresh install and not be able to start the EM?
    I'll appreciate any help!

    1. Ensure that the REPOSITORY_URL configured in the <AGENT_HOME>/sysman/config/emd.properties file has the correct hostname of the OMS machine.
    Refer Note 737373.1: Communication: Agent to OMS Communication Fails if the Agent's REPOSITORY_URL Parameter has Incorrect Value
    2. If the OMS is secured and locked (accepts uploads only in the https mode), then secure the Agent also.
    Refer:
    Note 428874.1: How to tell if the EM OMS is locked or unlocked?
    Note 283091.1: How To Secure / Unsecure The Grid Control Components (Agent / OMS) In 10g
    cd <AGENT_HOME>/bin
    emctl secure agent
    This will prompt you for the Agent Registration password, which is needed for secure operation to complete.
    If the Agent Registration password is not known, it can be re-set using the steps in
    Note.433828.1: How to secure an agent when the registration password is not known.

  • VM Template for Fusion Middleware 11g

    How often do the VM templates get refreshed? Is there a new one for the latest SOA suite? I think it would save us some time to have a VM for the SOA suite set up for development environments

    I don't think VM templates are available for 11g yet. Few links which may be useful for you -
    http://www.oracle.com/technetwork/server-storage/vm/index-087253.html
    SOA Suite 11g VM Templates
    http://sun.systemnews.com/articles/148/1/Virtualization/23106
    Regards,
    Anuj

  • How can i install Enterprise Manager for Fussion Middleware Control 11.1.2

    I was lookig information on oracle support but only find how to install it on release 11.1.1.5
    I need to monitor my adf 11.1.2 application..

    ty.. I find many release from sherman patch.. i have to install all release?? my .ear file was build from jdeveloper 11.1.2.1.0

  • How to start Enterprise Manager Server on SUN Solaris 2.8

    I need to start Enterprise Manager for ORACLE 8.1.6; on server for do same think (same action not possible on client machine).
    thank you all

    Hi
    From the Unix prompt enter oemapp console(for v9.x). If you are using earlier versions it is oemapp console (for starting the console) and oemapp dbastudio(for starting dba studio)
    For starting OMS enter: oemctrl start oms.
    Hope this helps
    sarath

  • Report Instance not getting started in Oracle Fusion Middleware 11g Report

    Hi
    Report Instance not getting started in Oracle Fusion Middleware 11g Report Instance Error
    Rep-50125 Java.lang.nullpointerexception
    I just installed Oracle Forms,Reports 11g 11.1.1.3.0 in my machine
    Even I started opmnctl(Oracle Process Management Control). Its too running fine.
    Please Guide me the settings need to do to start the report instance.
    Regards
    Murali N S

    Hello,
    Copy rwlpr.exe from Oracle_Home\bin to Oracle_Instance\config\reports\bin
    Regards

  • Roadmap / Overview / Steps/Tasks for 11gR2 DB and Fusion Middleware 11g

    hello all
    is there any website / URL that shows the roadmap or an overview of DB 11gR2 and Fusion Middleware 11g? I found this http://download.oracle.com/docs/cd/E14571_01/install.1111/e10421/overview.htm but lack of the overview together with Oracle DB HOME.
    Also helpful will be the steps to check or tasks to complete in assisting with installation of DB11gR2 to Fusion.
    Thanks in advance.

    Provided that you have enough resources like RAM, diskspace, CPUs etc.
    why database on separate OracleHome?
    You can use the existing Oracle Home if you want to create a new 11g DB.

  • Enterprise Manager For WebLogic Server 10.3

    Hi,
    I have a weblogic server version 10.3.
    I want to access the Enterprise Manager for the same.I believe standalone version of weblogic server 10.3 doesnt come with
    Enterprise Manager.
    I believe we can have EM if we download Application Development Runtime.
    I tried doing the same ,but I am unable to launch the Enterprise Manager Website.
    My server is running on on port 7001 ,hence I tried accessing the Enterprise Manager
    using the below url i.e http://localhost:7001/em,but i was not able to access.
    Could somebody help me on how I can access the enterprise Manager.
    Regards
    Harish

    Actually, with FMW 11g (WLS version 10.3.1 NOT 10.3), there is now an application called Fusion Middleware Control that is part of the Enterprise Manager family. This typically binds to http://host:port/em on the AdminServer. This is for the FMW components in a single domain, plus any other web tier components like Oracle HTTP Server or Web Cache.
    http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10223/17_em.htm
    Check the docs for installation instructions of this component.

  • Accessing Enterprise Manager for multiple db's on same machine

    I've installed Oracle 11g Enterprise Edition (basic installation with starter database) on my laptop. I've created two databases and the link to
    access Database Control (Enterprise Manager) for each is as follows
    [https://192.168.2.3:5500/em]
    [https://192.168.2.2:1158/em]
    I cannot access either of them. I've tried [https://localhostname:####/em,] still no access.
    The system variable(s) ORACLE_HOME is not currently defined. I've tried to define it as follows, ORACLE_HOME=C:\app\product\11.1.0\db_1.
    In Windows XP services OracleDBConsoleMyDB1 and OracleDBConsoleMyDB2 each service is
    set to Automatic . . . but neither shows current status.
    The databases are up and running, I can connect and query from each.
    How can I get the web interface to Enterprise Manager to work?
    Thanks.

    Ok, I found the two directories;
    C:\app\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_192.168.2.2_alpdev
    C:\app\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_192.168.2.3_cnpdev
    I also found these two as well;
    C:\app\product\11.1.0\db_1\192.168.2.2_alpdev
    C:\app\product\11.1.0\db_1\192.168.2.3_cnpdev
    My machine name is xxxxxx1700, so I had to make the following changes to get
    any meaningful output.
    Renamed directories (folders) under C:\app\product\11.1.0\db_1
    to xxxxxx1700_alpdev and xxxxx1700_cnpdev, OC4J_DBConsole_xxxxx1700_alpdev did not work,
    neither did OC4J_DBConsole_xxxxx1700_alpdev.
    Under C:\app\product\11.1.0\db_1\oc4j\j2ee, created two new directories OC4J_DBConsole_xxxxx1700_alpdev
    and OC4J_DBConsole_xxxxxx1700_cnpdev and copied contents into these two folders from
    OC4J_DBConsole_192.168.2.2_alpdev and OC4J_DBConsole_192.168.2.3_cnpdev.
    I then SET ORACLE_SID's;
    C:\> set ORACLE_SID=alpdev
    C:\>emctl start dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.1.0.6.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    https://192.168.2.2:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 11g Database Control ...The OracleDBConsolealpdev service is starting.
    The OracleDBConsolealpdev service could not be started.
    A system error has occurred.
    System error 3 has occurred.
    The system cannot find the path specified.
    C:\>set ORACLE_SID=cnpdev
    C:\>emctl start dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.1.0.6.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    https://192.168.2.3:5500/em/console/aboutApplication
    Starting Oracle Enterprise Manager 11g Database Control ...The OracleDBConsolecnpdev service is starting.
    The OracleDBConsolecnpdev service could not be started.
    A system error has occurred.
    System error 3 has occurred.
    The system cannot find the path specified.

  • How to Install and apply the Diagnostic Pack for Fusion Middleware on EM

    Hi
    we have installed ADF Runtime along with Enterprise Manager on IBM-AIX-64-BIT-7.1 version. now, we are planning to install the Diagnostic pack for fusion middleware inorder to monitor the ADF Application deployed on weblogic 10.3.6 server from Enterprise Console. Can anybody suggest, the diagnostic pack for fusion middleware compatability version for our OS,weblogic 10.3.6.
    Regards
    Nagaraju Manchala

    Hi Nagaraju,
    The packs just represent packaged licensing and usually don't need to be installed. However, I assume you are referring to the Diagnostic Pack for Oracle Middleware. If so, the functionality is actually not part of Enterprise Manager Cloud Control. All of the WLS and FMW management features are licensed via WebLogic Management Pack EE or the appropriate FMW pack licensing such as SOA Management Pack EE for SOA Suite and OSB and Management Pack for Oracle WebCenter for WebCenter and UCM. The Diagnostic Pack for Oracle Middleware includes the standalone AD4J and JRMC diagnostic tools which can be downloaded from e-Delivery and installed separately. It is solely dedicated to diagnostics at the end of the day as opposed to monitoring.
    Most prefer WLS Management Pack EE for monitoring and managing WebLogic and Oracle App Server apps along with the RUEI product, but you definitely can take advantage of AD4J and JRMC today. It should be noted that WLS Management Pack EE allows the usage of JVM diagnostics as well which is much broader in its 24/7 diagnostics and monitoring capabilities at the JVM level than the standalone AD4J component. In addition, the diagnostics is supplemented with the middleware diagnostics advisor, performance summary and composite application dashboards, diagnostic snapshots, and other functionality. In addition, WLS Management Pack EE includes all of the configuration management (config compare, compliance policies, patch tracking, etc) and lifecycle management features (domain and Java EE provisioning, patch automation). Anyways, it is probably just easier to take a look at the self-running demos for the features on OTN under EM and YouTube in the WebLogic Server or Oracle Learning channels.
    Also, to your oriiginal point, you don't need to install the pack. You can discover WLS and FMW targets out of the box immediately. There are additional components you can download under the EM umbrella such as Real User Experience Insight (RUEI - monitors actual user activity on the front-end and associates it with EMCC targets) and Business Transaction Management (BTM - formerly AmberPoint, which provides payload aware business transaction monitoring). Both RUEI and BTM data integrates with EMCC via the Business Application dashboard, so you can still have a single console view of your application even though the RUEI and BTM components are installed separately.
    -Glen

  • Unable to drop Oracle Enterprise Manager console in Oracle 11g

    Hello all,
    I am trying to drop the Oracle Enterprise Manager console in Oracle 11g (Windows server 2008 32 bit). I am getting the following error.
    D:\Oracle\Ora11G\BIN>emca -deconfig dbcontrol db -repos drop
    STARTED EMCA at Jun 16, 2009 9:59:58 PM
    EM Configuration Assistant, Version 11.1.0.7.0 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: NM45
    Listener port number: 1529
    Password for SYS user:
    Password for SYSMAN user:
    Password for SYSMAN user:
    Do you wish to continue? [yes(Y)/no(N)]: y
    Jun 16, 2009 10:00:20 PM oracle.sysman.emcp.util.EMCALogManager addLogFileIntern
    al
    WARNING: Adding log file D:\Oracle\Ora11G\cfgtoollogs\emca\ENMSCSDB\emca_2009_06_16_22_00_20.log failed. Messages will not be logged in this file.
    Jun 16, 2009 10:00:20 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at D:\Oracle\Ora11G\cfgtoollogs\emca\ENMSCSDB\emca_2009_06_16_22_00_20.log.
    Jun 16, 2009 10:00:21 PM oracle.sysman.emcp.util.DBControlUtil stopOMS
    INFO: Stopping Database Control (this may take a while) ...
    Jun 16, 2009 10:00:22 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Can't find file D:\Oracle\Ora11G\F1SMLFS_NM45\sysman\config\emoms.properties
    Refer to the log file at D:\Oracle\Ora11G\cfgtoollogs\emca\ENMSCSDB\emca_2009_06_16_22_00_20.log for more details.
    Could not complete the configuration. Refer to the log file at D:\Oracle\Ora11G\cfgtoollogs\emca\ENMSCSDB\emca_2009_06_16_22_00_20.log for more details.
    D:\Oracle\Ora11G\BIN>
    Even though the D:\Oracle\Ora11G\F1SMLFS_NM45\sysman\config\emoms.properties is exists in the disk. Any Idea.
    In Oracle 9i " Enterprise manager Configuration Assistant" (Open “Start ---> Programs ----> Oracle - OraHome92 ---> Configuration and Migration
    Tools -----> Enterprise manager Configuration Assistant) was present. Is there any replacement of this in Oracle 11g ?
    Thanks
    With Regards
    Hemant

    hem_kec wrote:
    Hello all,
    I am trying to drop the Oracle Enterprise Manager console in Oracle 11g (Windows server 2008 32 bit). I am getting the following error.
    D:\Oracle\Ora11G\BIN>emca -deconfig dbcontrol db -repos dropBefore this you shoud do :
    ORACLE_HOME/bin/emca -x <sid>
    ORACLE_HOME>/sysman/admin/emdrep/bin/RepManager <hostname> <listener_port> <sid> -action drop
    Refer to the log file at D:\Oracle\Ora11G\cfgtoollogs\emca\ENMSCSDB\emca_2009_06_16_22_00_20.log for more details.did you check this log ?
    Even though the D:\Oracle\Ora11G\F1SMLFS_NM45\sysman\config\emoms.properties is exists in the disk. Any Idea.yes. you could visit metalink and see      278100.1 How To Drop, Create And Recreate DB Control In A 10g Database
    In Oracle 9i " Enterprise manager Configuration Assistant" (Open “Start ---> Programs ----> Oracle - OraHome92 ---> Configuration and Migration
    Tools -----> Enterprise manager Configuration Assistant) was present. Is there any replacement of this in Oracle 11g ?
    Thanksok
    With Regards
    Hemantbest regards

  • Fusion middleware 11g installation steps

    Hello,
    I am trying to install Oracle Fusion Middleware 11g and found some of the binaries to be installed.Please let me know if these are the software needed and
    Also, please confirm which product needs to be installed first. Here, is what my guessing order is currently. Please correct me if I am wrong.
    1.     Install Oracle 11g Database
    2.     Create Repository for OIM 11g Through Repository Creation Utility(RCU) ofm_rcu_win32_11.1.1.3.3_disk1_1of1
    3.     Install Web logic Server wls1033_oepe111150_win32
    4.     Install Identity Management 11.1.2.0 ofm_idm_win_11.1.1.2.0_32_disk1_1of1
    5.     Overwrite Identity Management 11.1.3.0 ofm_idm_win_11.1.1.3.0_32_disk1_1of1
    6.     Install Identity And Access Management 11.1.1.3.0 ofm_iam_generic_11.1.1.3.0_disk1_1of1
    7.     Install SOA Component ofm_soa_generic_11.1.1.2.0_disk1_1of1
    8.     Overwrite SOA Component ofm_soa_generic_11.1.1.3.0_disk1_1of1
    Thanks,
    Krish.

    Krish,
    There are two main installable products in IdM 11g
    A) OID/OVD/OIM 11.1.1.4 (current in 11.1.1.5) - You don't need SOA for this and steps to install/configure are documented on my blog http://onlineappsdba.com/index.php/2011/03/23/install-oracle-identity-management-oimidm-11114-oid-ovd-oif-high-level-steps/
    B) OAM/OIM/OAAM/OIN/OAPM 11.1.1.3 - You need SOA 11.1.1.3 only if you are selecting OIM . For step by step installation and configuration check
    http://onlineappsdba.com/index.php/2010/08/05/oracleidm-11g-step-by-installation-of-oam-oim-oaam-oapm-oin-111130-part-i-load-schema/ (This is 8 part series)
    Note : If you are installing 11.1.1.3 then select weblogic 10.3.3 and for 11.1.1.4 select weblogic 10.3.4 ()
    Atul Kumar
    - Book "OAM/OIM 11g for Administrators" -> http://onlineappsdba.com/index.php/2011/02/23/my-book-oracle-identity-access-manager-11g-for-administrators-is-now-available-in-raw-format/

  • Oracle Application Server 10g/Oracle Fusion Middleware 11g

    Hi folks, This question related to migration/upgrade of Oracle Application Server infrastructure.
    I see that the Oracle has come up with Oracle Fusion Middleware 11g. Is it the next release of Oracle Application Server 10g. I have the following questions. Appreciate if any one can provide answers to the following questions. Please correct me if my understanding of these oracle products is not right! Thanks
    1. What is the future of Oracle Application Server?
    2. Is it Oracle Fusion Middleware(OFM) 11g is the upgrade path if one need
    to upgrade?
    3. Is it expected that expected that customers need(if require) to move to OFM 11g?
    4. Does OFM 10g comes with Oracle Application Server? If not what does
    it comes with?
    5. If it does not, what about customers having applications built using oracle forms and reports? Does OFG 11g
    support Oracle forms and reports?
    I understand that OFM 10g comes with Oracle web logic server!
    Thanks in advance.
    movva

    To run Forms and Reports in Oracle Fusion Middleware 11g you have to use the distribution "Portal, Forms, Reports and Discoverer" in the FMW 11g software pack.
    The structure of what we used to call "the application server" has changed a bit however, in the following way:
    - In 11g you need to install the Javaserver WebLogic software (version 10.3.3 for the current Forms 11g version 11.1.1.3) first.
    In 10g the installation of the Javaserver (OC4J) was part of the App server install.
    Note that you just have to install the software, the configuration script for creating a Forms app server instance creates the WebLogic domain (comparable with the OC4J instance) for you.
    - In 11g the Fusion Middleware software installation is separate from the creation of an application server instance.
    This is more convenient and comparable to Oracle database and Weblogic installation.
    - The Fusion Middleware Configuration script installs two parts of the product: 1. A WebLogic Domain. 2. A Fusion Middleware instance.
    The first contains everything related to Java, such as the servlet configuration file (formsweb.cfg), while the latter contains everything that has less to do with the Javaserver
    - No more Infrastructure server
    The Infrastructure server does not exist anymore. If you want to use Single Sign On with Forms/Reports 11g you can install Identity Management 10.1.4.3 (or use Identity Management 11g, and configure separately the 10.1.4.3 Single Sign On) or keep your old 10g Infrastructure installation.
    During installation you just have to specify you want to use OID and SSO and it configures out of the box.
    Under normal circumstances the same licenses apply to 10g and 11g (as long as you do not use WebLogic for other purposes).

  • In-place upgrade of Enterprise Manager for RAC databases is not supported

    upgrading 2 node RAC from 10.2.0.1 to 10.2.0.3 on Windows 2003 64 bit. I got the following:
    In-place upgrade of Enterprise Manager for RAC databases is not supported in this release
    Now I cannot log in to the database control as sys with sysdba role . I get "invalid username/password" error
    I can login as a dba user
    I also get a java error after I log in, some thing about class not found, but then I'm in and I can do everything that I try, although I haven't tried scheduling a backup yet
    Can I upgrade EM to 10.2.0.3?
    If so, how?

    On the patchset readme...
    11.3 Upgrade of Oracle Enterprise Manager Not Supported
    When you start Oracle Database Upgrade Assistant to upgrade 10.2.0.1 database to 10.2.0.3 patch set, the following error occurs:
    Inplace upgrade of Enterprise Manager is not supported for RAC databases is not supported in this release
    Workaround:
    Ignore warning.
    If you drop and recreate the EM repository?
    1). emca -deconfig dbcontrol db repos drop
    2). emca -config dbcontrol db -repos create
    Be careful, doing this put the database on QUIESCE mode.
    Regards,
    Rodrigo Mufalani

Maybe you are looking for