Oracle Fusion Middleware Forms Services title need to be change in JRE

Hi,
When i run the form in the Runtime(JRE) . I ran the form in separateFrame=true and it is working fine ,but it show "Oracle Fusion Middleware Forms Services" in the
title of the JRE .. I need to change the title and ICON of the JRE.
Where do i need to change .. please help.
Regards
Mani

but if you put separateFrame=True .. and that pagetitle is working when separateFrame=False .... >
This setting changes the default title of the Browser window that your Forms Application runs in. If you want to change the title of the Forms Applet window you would need to set the title through code in your Form using the Set_Window_Property() built-in. For example:
/* This sets the title of the Window named "WINDOW1" */
Set_Window_Property('WINDOW1',TITLE,'This is my Window title.');
/* This set the title of the Applet Window */
SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,TITLE,'This is my Application Title');Just set the title in the first form displayed by your application. There is no need to set it in each form, unless of course you want to change the title as you navigate through your application. : - )
Hope this helps,
Craig B-)
If someone's response is helpful or correct, please mark it accordingly.

Similar Messages

  • Install Oracle Fusion Middleware Forms and Reports Services 11g

    Hi,
    I m looking for the installation steps for the oracle fusion middleware 11g forms and reports services only, on the Windows server 2003
    Can anyone help me to download and install the OFM.
    Thanks

    Hello,
    Here you have the installation guide for Forms&Reports11gR2:
    http://docs.oracle.com/cd/E24269_01/doc.11120/e23960/install.htm
    and if you want to download it you can download it from here:
    http://www.oracle.com/technetwork/developer-tools/forms/downloads/index.html
    Hope it helps you :)
    Regards
    Carlos

  • Installing Oracle Fusion Middleware (Forms/Reports) 11g on windows 2012 x64

    Hi All,
    I'm planning to install oracle fusion middleware 11g (forms/reports) on windows 2012 64 bit.
    Once i started the installation of weblog server 10.3.6 it went fine without any error at this stage.
    In second stage i tried to configure it, but in the configuration process "*Creating Domain*" is getting failed.
    Placed some sample message below from the log file.
    [2014-05-22T10:26:30.563+03:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000KOYojYVCWr^pxSP5iW1JVQQa000000,0] Setting valueOf(CREATE_DOMAIN) to:false. Value obtained from:USER
    [2014-05-22T10:26:30.563+03:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000KOYojYVCWr^pxSP5iW1JVQQa000000,0] Setting valueOf(EXTEND_DOMAIN) to:false. Value obtained from:USER
    [2014-05-22T10:26:30.563+03:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000KOYojYVCWr^pxSP5iW1JVQQa000000,0] Setting valueOf(EXPAND_CLUSTER) to:false. Value obtained from:USER
    [2014-05-22T10:26:30.563+03:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid:
    [ecid: 0000KOYolfhCWr^pxSP5iW1JVQQa000003,0] Adding Element:CREATE_DOMAIN_ID for writing.
    Any help in the regard will be greatly appreciated.
    Thanks
    Syed

    Hi,
    1)As per certification matrix Forms and Reports 11.1.1.7.0 is supported on Windows 2012.
       So in order to install Forms and Reports you need to first install the Forms and Reports software binaries then need to run the config.sh command from %ORACLE_HOME%/bin.
       No need to create any domain using the config.sh from Weblogic home.
    2)Please see if the below prerequisites were met :-
       . Assign Proper ip, hostname & domain name
      . Entry of ip, host name & domain name in etc/hosts file
      . Disable anti-virus if any
      . Disable ipv6, a
      . Disable Windows Firewall, Windows Update & Windows Management Instrumentation at Service level (services.msc)
      . Create 2 folder "tmp" & "Java" for temp, jdk & jre installation. And set the path of installed jdk in Environment Variable
    Regards,
    Prakash.

  • Oracle fusion Middleware 11g -- forms issue while hitting url

    Hi ,
    we are facing one issue while hitting the url mentioned below
    http://scrmskr.apac.nsroot.net:7801/forms/html/CRMS_KR.htm
    FRM-92052:fatal error: cannot connect to the server at URL /forms/lservlet
    here in the above CRMS_KR.htm we have hard-coded all the parameters value that in other case is read from formsweb.cfg
    whereas if we hit the same CRMS_KR.htm renaming it to basejpi.htm and hitting below url then its opening our home page i.e our test.fmx called from this .htm file
    http://scrmskr.apac.nsroot.net:7801/forms/frmservlet
    We have gone through Oracle® Fusion Middleware Forms Services Deployment Guide
    11g Release 1 (11.1.1)
    but not able to get the issue.
    Please let us know where we are going wrong or what mapping or config settings are we missing.
    Config files:
    CRMSKR.htm_
    ======================================================
    <HTML>
    <!-- FILE: basejpi.htm (Oracle Forms) -->
    <!-- -->
    <!-- This is the default base HTML file for running a form on the -->
    <!-- web using the JDK Java Plugin. This is used for example when -->
    <!-- running with Netscape on Unix. -->
    <!-- -->
    <!-- IMPORTANT NOTES: -->
    <!-- Default values for all the variables which appear below -->
    <!-- (enclosed in percent characters) are defined in the servlet -->
    <!-- configuration file (formsweb.cfg). It is preferable to make -->
    <!-- changes in that file where possible, rather than this one. -->
    <!-- -->
    <!-- This file will be REPLACED if you reinstall Oracle Forms, so -->
    <!-- you are advised to create your own version if you want to make -->
    <!-- any modifications. You should then set the baseHTMLjpi -->
    <!-- parameter in the Forms Servlet configuration file (formsweb.cfg) -->
    <!-- to point to your new file instead of this one. -->
    <HEAD><TITLE>Credit & Risk Management System</TITLE></HEAD>
    <BODY bgcolor=#c0c0c0 SCROLL="no">
    <!-- Forms applet definition (start) -->
    <OBJECT classid="clsid:CAFEEFAC-0016-0000-0012-ABCDEFFEDCBA"
    codebase="http://java.sun.com/update/1.6.0/jinstall-6-windows-i586.cab#Version=1,6,0,12"
    WIDTH="920"
    HEIGHT="680"
    HSPACE="0"
    VSPACE="0"
    ID="">
    <SCRIPT LANGUAGE="JavaScript" SRC="/forms/frmjscript/forms_ie.js"></SCRIPT>
    <PARAM NAME="TYPE" VALUE="application/x-java-applet;jpi-version=1.6.0_12">
    <PARAM NAME="CODEBASE" VALUE="/forms/java">
    <PARAM NAME="CODE" VALUE="oracle.forms.engine.Main" >
    <PARAM NAME="ARCHIVE" VALUE="frmall.jar,crms_icons.jar" >
    <PARAM NAME="serverURL" VALUE="/forms/lservlet?ifcfs=/forms/frmservlet?acceptLanguage=en-us">
    <PARAM NAME="networkRetries" VALUE="50">
    <PARAM NAME="serverArgs"
    VALUE="escapeParams=true module=/rcrmap1/rcrrgbg2/crms/10as/fmx_dir/CRMS_LOGIN.fmx userid= debug=no host= port= obr=no record= tracegroup= log= term= ssoProxyConnect=no">
    <PARAM NAME="separateFrame" VALUE="false">
    <PARAM NAME="splashScreen" VALUE="">
    <PARAM NAME="background" VALUE="">
    <PARAM NAME="lookAndFeel" VALUE="Generic">
    <PARAM NAME="colorScheme" VALUE="teal">
    <PARAM NAME="serverApp" VALUE="default">
    <PARAM NAME="logo" VALUE="no">
    <PARAM NAME="imageBase" VALUE="CodeBase">
    <PARAM NAME="formsMessageListener" VALUE="">
    <PARAM NAME="recordFileName" VALUE="">
    <PARAM NAME="EndUserMonitoringEnabled" VALUE="">
    <PARAM NAME="EndUserMonitoringURL" VALUE="">
    <PARAM NAME="heartbeat" VALUE="">
    <PARAM NAME="MaxEventWait" VALUE="">
    <PARAM NAME="allowAlertClipboard" VALUE="true">
    <PARAM NAME="disableValidateClipboard" VALUE="false">
    <PARAM NAME="enableJavascriptEvent" VALUE="true">
    <PARAM NAME="MAYSCRIPT" VALUE="true">
    <PARAM NAME="digitSubstitution" VALUE="context">
    <PARAM NAME="legacy_lifecycle" VALUE="false">
    <PARAM NAME="JavaScriptBlocksHeartBeat" VALUE="false">
    <PARAM NAME="highContrast" VALUE="false">
    <PARAM NAME="disableMDIScrollbars" VALUE="">
    <PARAM NAME="clientDPI" VALUE="">
    <PARAM name="applet_stop_timeout" value="800">
    <COMMENT>
    <EMBED SRC="" PLUGINSPAGE="http://java.sun.com/products/archive/j2se/6u12/index.html"
    TYPE="application/x-java-applet;jpi-version=1.6.0_12"
    java_codebase="/forms/java"
    java_code="oracle.forms.engine.Main"
    java_archive="frmall.jar,crms_icons.jar"
    WIDTH="920"
    HEIGHT="680"
    HSPACE="0"
    VSPACE="0"
    NAME=""
    serverURL="/forms/lservlet?ifcfs=/forms/frmservlet"
    networkRetries="0"
    serverArgs="escapeParams=true module=/rcrmap1/rcrrgbg2/crms/10as/fmx_dir/CRMS_LOGIN.fmx userid= debug=no host= port= obr=no record= tracegroup= log= term= ssoProxyConnect=no"
    separateFrame="false"
    splashScreen=""
    background=""
    lookAndFeel="Generic"
    colorScheme="teal"
    serverApp="default"
    logo="no"
    imageBase="CodeBase"
    recordFileName=""
    EndUserMonitoringEnabled=""
    EndUserMonitoringURL=""
    heartBeat=""
    MaxEventWait=""
    disableValidateClipboard="false"
    allowAlertClipboard="true"
    enableJavascriptEvent="true"
    MAYSCRIPT="true"
    digitSubstitution="context"
    legacy_lifecycle="false"
    JavaScriptBlocksHeartBeat="false"
    highContrast="false"
    disableMDIScrollbars=""
    clientDPI=""
    applet_stop_timeout="800"
    >
    <NOEMBED>
    </COMMENT>
    </NOEMBED></EMBED>
    </OBJECT>
    <!-- Forms applet definition (end) -->
    <table border="0" width="1005" height="30" >
    <tr>
    <td width="74%" height="30" align="left"><img border="0" src="/rcrms/icons/f_cblogo.gif" width="65px" height="20px"><br>
    <font face="Garamond" size="1" >www.citigroup.net</font>
    </td>
    <td width="26%" height="30" align ="left" ><font face="Garamond" size="1.5">
    Terms,conditions, caveats and small print.<br>
    Copyright &copy; 2003 Citigroup. All rights reserved. Unpublished.</font>
    </td>
    </tr>
    </table>
    </BODY>
    </HTML>
    ======================================================
    forms.conf
    ====================================================
    # Name
    # forms.conf - Forms component Apache directives configuration file.
    # Purpose
    # It should include the weblogic managed server (routing) directives for
    # the servers where Forms applications are deployed and other miscellaneous
    # Forms component OHS directives.
    # Remarks
    # This file is included with the OHS configuration under
    # $OI/config/OHS/<OHS Node Name>/moduleconf sub-directory.
    # virtual mapping for the /forms/html mapping.
    RewriteEngine on
    RewriteRule ^/forms/html/(..*) /workaroundhtml/$1 [PT]
    RewriteRule ^/rcrms/html/(..*) /workaroundhtml/$1 [PT]
    AliasMatch ^/workaroundhtml/(..*) "/rcrmap2/weblogic/bea/rcrms/config/FormsComponent/forms/html/$1"
    AliasMatch ^/rcrms/icons/(..*) "/rcrmap2/weblogic/bea/ORA_PFRD/forms/java/$1"
    # Virtual path mapping for Forms Java jar and class files (codebase)
    AliasMatch ^/forms/java/(..*) "/rcrmap2/weblogic/bea/ORA_PFRD/forms/java/$1"
    # Virtual path mapping for testcrms (codebase)
    AliasMatch ^/rcrms/java/(..*) "/rcrmap2/weblogic/bea/ORA_PFRD/forms/java/$1"
    <Location /forms>
    SetHandler weblogic-handler
    WebLogicHost kauh0079
    WebLogicPort 8001
    </Location>
    ====================================================
    Thanks,
    Harish

    Hi Michael,
    Thanks for your valuable inputs.
    Below line in CRMS_KR.htm was causing the problem because while directly hitting the CRMS_KR.htm we had hard-coded all the tag values which in other case is read from formweb.cfg
    Before:
    *<PARAM NAME="serverURL" VALUE="/forms/lservlet?ifcfs=/forms/frmservlet?acceptLanguage=en-us">*
    We modified it to
    After:
    *<PARAM NAME="serverURL" VALUE="/forms/lservlet">*
    Now we are able to hit the below URL sucessfully
    http://scrmskr.apac.nsroot.net:7801/forms/html/CRMS_KR.htm
    Thanks & Regards,
    Harish

  • Installing Oracle Fusion 11gR2 Forms and Reports only

    Hello Everyone,
         now that i have the Web logic Server (10.3.6) up and running to include the Admin Server on a windows operating system, does anyone have a watered down easy step by step process to install Forms/Reports 11gR2?
    also, i already had an oracle database instance up and running prior to the weblogic install, does this need to be moved into a domain within weblogic?
    thank you,
    steven

    I already had the instructions from the Link, but they talk about installing everything else except the Forms/Reports.
    Which link are you talking about ? the one I posted ? its title is Installation Guide for Oracle Forms and Reports , so ...
    Additionally, I didn't see anything on how others would actually come into the site?  so once everything is setup and works, and i provide a link to others for testing the application, what gets passed so that the application will pull up?
    Well, that's a different thing. See Oracle&amp;reg; Fusion Middleware Forms Services Deployment Guide 11g Release 2 (11.1.2) - Contents

  • Report Builder is not exist in fusion middleware forms&reports installation

    Dear All,
    i have installed oracle fusion middleware forms & report services ofm_frmrpts_win_11.1.2.1.0_64_disk1_1of1.
    form builder is there, but the report builder is not there? why? where is report builder?
    Regards.

    Hi Maahjoor,
    Try Starting Report Builder using the rwbuilder.bat found in the %ORACLE_INSTANCE%\config\reports\bin\ directory.
    If you still getting issues
    a)Backup the %ORACLE_INSTANCE%\config\reports\bin\ rwbuilder.bat file
    b)Now modify rwbuilder.bat file from the %ORACLE_HOME%\bin\rwbuilder.bat file,by manually hard-coding the correct paths for:
    $$Instance.directory$$\config\reports\bin\reports.bat
    $$Instance.oracle_home$$\bin\rwbuilder.exeThat is, if your instance home is C:\Oracle\Middleware\as_inst1, then change the rwbuilder.bat to reflect:
    C:\Oracle\Middleware\as_inst1\config\reports\bin\reports.bat
    C:\Oracle\Middleware\as_inst1\bin\rwbuilder.exe
    c)Then, re-execute the modified rwbuilder.bat file from the %ORACLE_INSTANCE%\config\reports\bin\ .
    If it still doesnt work...
    Follow these 2 metalink ID's ,They will be helpful
    *REP-50125 "rwbuilder.conf:java.lang.NullPointerException" Trying To Open Reports Builder[Article ID 1532120.1]*
    *Report Builder 11g on MS Windows Errors with: REP-50125[Article ID 1059638.1]*
    Regards
    Fabian

  • Need Patches for Oracle Fusion Middleware 11.1.1.7.0 with OEL 6.3 64-bit Version

    HI,
    I need Patches for OFM 11.1.1.7.0 version in OEL6.3 64-bit version
    I have searched but could not find exact matching Patches. AS i am looking for SOA, OSB and Weblogic Specific Patches.
    CAn any one please find these out.

    Hi,
    Refer to this doc:
    Announcing Oracle Fusion Middleware 11g Release 1 (11.1.1.7.0) (Doc ID 1535341.1)
    Fixed Bugs List - Patch Set 6 (11.1.1.7.0) for Oracle Fusion Middleware 11g (Doc ID 1535354.1)
    Thanks,
    Sharmela

  • Changing Oracle Fusion Middleware text in background of the forms.

    Dear All,
    I have migrated forms 6i into 11g.
    Now In the background of forms, "Oracle Fusion MiddleWare" Text displaying.
    While searching for the solution I got something like JAR and all. I dont understand this.
    Can anybody tell me where to change the setting for "Oracle Fusion MiddleWare" Text display.
    Please help me out.
    Thanks in Advance.
    Regards,
    Raja.

    In formsweb.cfg, change BACKGROUND to point to the image of your choice. The value is a virtual path so you can use a fully qualified path or relative path. For example:
    BACKGROUND=http://myServer/icons/background.gif
    OR
    BACKGROUND=/icons/background.gif
    The same is true for LOGO and SPLASHSCREEN
    Check out the documentation. This is always a good place to start.
    http://docs.oracle.com/cd/E24269_01/doc.11120/e24477/configure.htm#i1077074
    Edited by: Michael Ferrante on Mar 6, 2012 3:55 PM

  • NEW CERTIFICATION: OCP -  Oracle Fusion Middleware 11g Forms Developer

    Oracle Certification announces the release of the new "Oracle Certified Professional, Oracle Fusion Middleware 11g Forms Developer" certification. This certification is for… (READ MORE) http://bit.ly/wGGFut

    Hi Michael,
    Thanks for your valuable inputs.
    Below line in CRMS_KR.htm was causing the problem because while directly hitting the CRMS_KR.htm we had hard-coded all the tag values which in other case is read from formweb.cfg
    Before:
    *<PARAM NAME="serverURL" VALUE="/forms/lservlet?ifcfs=/forms/frmservlet?acceptLanguage=en-us">*
    We modified it to
    After:
    *<PARAM NAME="serverURL" VALUE="/forms/lservlet">*
    Now we are able to hit the below URL sucessfully
    http://scrmskr.apac.nsroot.net:7801/forms/html/CRMS_KR.htm
    Thanks & Regards,
    Harish

  • Oracle Fusion Middleware need Information

    Hi All,
    Oracle Fusion Middleware how is future in development and administration. is that advance level of web logic. please give me some details.
    thanks
    Ravi kumar

    Hi Ravi --
    What you are asking for is not very clear. Can you be a little more specific about the question and type of information you are looking for.
    Administration and management is a large topic so the books in the Administration section of the documentation may be a good place to start.
    Try here: [http://docs.oracle.com/cd/E24329_01/index.htm|http://docs.oracle.com/cd/E24329_01/index.htm]
    -steve-

  • How to change trace file location in Oracle Fusion Middleware

    Hi all,
    I would like to know how to change the location of the trace file in Oracle Fusion Middleware - Report Server 11g ?
    I notice there is logging.xml file in $ORACLE_HOME/config/ReportServerComponenent/logging.xml. In the xml file, it did specify the location of the diagnostic file and other log files.
    Is it the correct way to reconfigure the location of the log file? I havent try it though. :D
    Thanks.

    Hi Fleix,
    For additional instructions for Release 11i, see Note.167635.1 and Note.150168.1.
    For additional instructions for Release 11.0.3 and 10.7, see Note.148982.1 and Note.135715.1.
    a. Append the following to the end of the URL used to login to the Oracle Applications:
    ?play=&record=collect&log=/tmp/oracle.FRD.log
    ** Note: The self service login URL will not work for creating FRD trace files. You may need to talk to your technical team to get the URL that accesses the forms server directly.
    b. If the URL to logon to 11i applications is:
    http://machine:9603/dev60cgi/f60cgi
    Then the following label needs to be included:
    ?play=&record=collect&log=/tmp/'file_name'.frd
    For example to create frd for above url log in to application as
    http://machine:9603/dev60cgi/f60cgi?play=&record=collect&log=/tmp/4764802.992.frd
    c. Now log into the application and go directly to the form with the problem and perform the actions which generate the error.
    Once the error has been generated and cleared, immediately log out of the application so no additional diagnostics are captured.
    d. The diagnostics will be written to the file specifed after "log=". In the example, this would be /tmp/4764802.992.frd
    e. After reproducing the issue, log on the server side of the instance and go to the directory to /tmp (cd tmp)
    f. Retrieve the frd file: /tmp/4764802.992.frd
    This file contains all the details about built-in programs, triggers, procedures in a FORM
    Thanks,
    Anchorage :)

  • Hide "ORACLE FUSION MIDDLEWARE"  message in the front-end

    Hi ,
    I want to hide the "ORACLE FUSION MIDDLEWARE" message in the front-end forms layout.
    Please let me know which file I need to make change in the back-end and do I need to do any-thing from oracle admin also (any deployment or any check).
    Thanks & Regards,
    Harish

    After making some changes in my HTML page the layout is coming properly

  • 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

  • Updating .rpd file in oracle Fusion middleware control 11G

    Hi people,
    I've a problem. I tried to upload my .rpd file by loggin in oracle Fusion middleware control 11G, doing this steps:
    correaplications-> implantation-> repository -> block editconfiguration-> search repository in folder -> insert password-> apply configuration-> restart all services. But, doesn't work. The log errors are:
    severe: element type:domain, element ID: null, opertaion result: waiting_for_opmn, detail message: timeout, waiting for opmn to start process
    severe: element type:BI_INSTANCE, element ID: coreapplication, operation result: failed_to_start, detail message: error in start one or more components of BI instance
    My coreapplication_obis1 is down and i can't start it!!! I need help, can anyone help me?
    I had to done anything before trying to upload the .rpd file?
    Thanks.
    Lucas R. A.

    Hello,
    I've resolved the problem. I just started the BI service without de opmnctl. Import the rpd, start the opmnctl and restart de bi service. After this I login in the analytics

  • 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).

Maybe you are looking for