Forms 11g Services... OHS and Webcache?

Hi,
Do I need webcache running form forms services? I can run the forms services using the OHS port or the Webcache port... Is there any advantage by having the webcache overhead ?
Regards
Ricardo

You can run Forms using any of the above. At a given time any one of them should be up and running.
You can run using any of the ports.
If you don't require WC then you can very well shut it down.

Similar Messages

  • Does Forms 11g uses opmn to startup the services like in 10g?

    Hi,
    In 10g forms services opmn was responsible for starting components such as forms, reports, discovery... does it works the same way in 11g? Do i need to start opmn to run forms 11g services? Or just startManagedWebLogic.sh WLS_FORMS ?
    Regards
    Ricardo

    Hi,
    As far as I know we need to keep any of these two to be up and running with WLS_FORMS
    ohs or WC
    You have to start this using opmnctl which you can find at $OI/bin directory

  • Copy/Paste functionlity is not working in oracle forms 11g

    Hi All,
    We are using custom built big application (oracle 11g/forms 11g).
    1. And few user are not able to copy/paste from oracle forms 11g to winword.And its random sometime they can ,sometime they can't .
    2. If they have problem means they have copy/paste issue and (When we close application and run it again it is working fine)
    3.it's random we are not able to re-produce in development environment.
    What i noticed both user have problem and both are using left hand mouse ,generally we use left/right they are using right/left.
    Here the Environment Detail:
    Java runtime :1.6.0_26
    Weblogic server
    oracle forms 11g
    So just wondering is there any changes required. Seniors/Guru please advise.
    Thanks!

    It is very important to make clear which direction you are going. If you are not able to copy from Forms and paste to an external application, this could be any one or more of the following:
    1. There is a problem with the JRE. Consider uninstalling ALL currentlly installed JREs and install the latest supported version 1.6.0_33
    2. There may have been an issue with the Forms version you are using. Be sure you are using 11.1.1.6 or 11.1.2.0. If not, install the latest patch.
    3. The JRE was unable to properly identify or store the digitial signature in the Forms jar file or one which you included (custom code). If you are using any customer jar files, ensure that they have been properly signed. Also be sure that JRE cache is being stored on the local client machine and not a remote location as this is not supported. If you have not altered the default, the cache is stored in the user's home directory under Application Data (AppData for Win7)
    4. Could be a mouse driver issue. Go to the mouse vendor's web site and get the latest driver for that mouse. Do not use the MS drivers.
    Example:
    C:\Users\<USER NAME>\AppData\LocalLow\Sun\Java\Deployment\cache
    So, recommendations:
    1. Uninstall all JRE versions currently installed. Install 1.6.0_33
    2. Ensure that you are using 11.1.1.6 or 11.1.2.0
    3. Clear the JRE cache. To do this close ALL open browsers and open the Java Control Panel. Look on the General tab for Temporary Internet Files > Settings > Delete Files > Ok
    4. Install the latest mouse driver.
    5. Retest
    Edited by: Michael Ferrante (Oracle) on Jul 25, 2012 2:58 PM

  • Forms 11g WebUtil upload/download

    I've been working on writing an upload/download button in Forms 11g using WebUtil and doing the configurations on the server and such and I was told by someone in my office that this project originally started in Forms 10g with WebUtil with her but that she discovered that to get WebUtil to work we would have to have jInitiator installed on the client side computers. Does anyone know is this still the case in 11g as well?

    I have been following the "Configuring WebUtil" and "Runtime Setup Checklist" help documents that were in Forms 11g Help section. I am trying to use the Upload and Download features. client_to_db and db_to_client. And also the open_file_dialog.
    I did just notice where in the Configuring WebUtil document it says that WebUtil will install to the client computer anything that is needed for it to run, but I'm not sure that with the security settings on the computers that our clients will be using would allow something like that, I'm pretty sure the servers probably do not have admin rights to the client computers, most of the clients don't even have admin rights to their own computers.

  • Middleware Forms 11g crashes when opening library file

    Hey Everyone,
    I've been having some issues opening a library file in Middlware Forms 11G Designer.
    Forms 11G locks up and crashes.
    This library opens and compiles fine with any 10g forms developer.
    Has anybody ran into this issue?
    What could be wrong with the library file or the designer software?

    Thanks for the help!
    This approach didn't work as the covert from text-to-binary kept failing with internal errors on the 11g side.
    In order to get the library to compile for 11G, i had to create a new blank library in 11G designer, open the problem library in 10G designer copy the modules and paste them into the blank 11G library and save it/compile it.
    That solved the issue.

  • Can not display graph bean for specific chart types in Forms 11g Rel2

    Hi all, I have this piece of code:
    declare
    v_tx_data varchar2(200);
    v_delimitador varchar2(1);
    begin
    set_custom_property('control.BeanArea1',1,'CLEAR_GRAPH','');
    v_delimitador :=',';
    go_block('CLC');
    first_record;
    loop
    v_tx_data := :clc.nb_clase_cliente||v_delimitador||'Monto'||v_delimitador||to_char(:clc.mn_venta);
    set_custom_property('control.BeanArea1',1,'ADD_ROWDATA',v_tx_data);
    exit when :system.last_record = 'TRUE';
    next_record;
    end loop;
    set_custom_property('control.BeanArea1',1,'ENABLE_TOOLTIPS','ALL');
    set_custom_property('control.BeanArea1',1,'GRAPHTYPE',:control.v_tipo_grafico_clc);
    set_custom_property('control.BeanArea1',1,'SET_DEPTH','30,75');
    set_custom_property('control.BeanArea1',1,'SET_DELIMITER','#');
    set_custom_property('control.BeanArea1',1,'SET_TITLE','Ventas x Tipo Cliente#120,234,120#bi#12');
    set_custom_property('control.BeanArea1',1,'SET_DELIMITER',',');
    set_custom_property('control.BeanArea1',1,'ADD_DATA_TO_GRAPH','');
    end;
    The graph type is selected from a list item. It all works perfectly except when :control.v_tipo_grafico_clc takes the following values:
    - VERTICAL_STACKED_LINE_GRAPH.
    - HORIZONTAL_STACKED_LINE_GRAPH.
    Is there a special requirement for this type of chart...? Something i missed reading...?
    Best regards, Luis ....!

    All graphs are working fine.
    This is a list of graphs:
    HORIZONTAL_BAR
    VERTICAL_BAR
    VERTICAL_STACKED_BAR
    HORIZONTAL_STACKED_BAR
    VERTICAL_PERCENT_BAR
    VERTICAL_PERCENT_BAR
    HORIZONTAL_PERCENT_BAR
    VERTICAL_LINE_GRAPH
    HORIZONTAL_LINE_GRAPH
    VERTICAL_LINE_SPLIT_GRAPH
    RING_BAR_GRAPH
    MULTI_RING_GRAPH
    MULTI_RING_PROPORTIONAL_GRAPH
    VERTICAL_STACKED_LINE_GRAPH
    HORIZONTAL_STACKED_LINE_GRAPH
    VERTICAL_AREA_GRAPH
    VERTICAL_PERCENT_AREA_GRAPH
    VERTICAL_STACKED_AREA_GRAPH
    PIE_GRAPH
    PIE_BAR_GRAPH
    MULTI_PIE_GRAPH
    MULTI_PIE_PROPORTIONAL_GRAPH
    RADAR
    STOCK_HIGHLOW_GRAPH
    3D_AREA_GRAPH
    3D_AREA_GROUP_GRAPH
    3D_CUBE_GRAPH
    3D_BAR_GRAPH
    There is diff in size between formsgraph in forms demo pack (http://download.oracle.com/otndocs/demos/forms/11g/demos_11g.zip)
    and formsgraph in Oracle Forms Graph Java Bean Demo (http://www.oracle.com/technetwork/developer-tools/forms/downloads/formsgraph-522400.jar).
    Formsgraph in demo pack is old one (from version 9i) but it's working.
    Regards

  • Can i start oracle forms and reports 11g services in linux with opmnctl ?

    Hi:
    I am so confused with weblogic and forms 11g that i don't know nothing at all looll :)
    Someone told me that to start oracle forms i need to this
    [oracle@biz ~]$./startManagedWebLogic.sh WLS_FORMS
    This scripts asks for a password and that's annoying... and it just stays waiting there.. i mean does not stay running in background... So if i finish my ssh session it will shutdown...
    Today at oracle support they told me that i still can start forms with OPMN using opmnctl as we use to do in 10g... Is this possible? Does anyone here have a startup script for forms and reports 11g under linux? How do you guys start forms and reports?
    Regards
    Ricardo

    Hi Ricardo,
    Someone told me that to start oracle forms i need to this
    [oracle@biz ~]$./startManagedWebLogic.sh WLS_FORMS
    This scripts asks for a password and that's annoying... and it just stays waiting there.. i mean does not stay running in background... So if i finish my ssh session it will shutdown...After starting WLS_FORMS, you can very well send it to background.
    Press Ctrl+Z and then type bg it will move it to background
    >
    Today at oracle support they told me that i still can start forms with OPMN using opmnctl as we use to do in 10g... Is this possible? Does anyone here have a startup script for forms and reports 11g under linux? How do you guys start forms and reports?
    with just opmnctl we cant run Forms I believe, we need to have WLS_FORMS also running ..
    Forms requires ohs or wc to be up and running along with WLS_FORMS , thats is what is my understanding ..

  • Weblogic/forms 11g servlet and webforms app menu error

    Help!
    I have OWLS 11gR1 (10.3.3) and FWM, FormsReports (11.1.1.3) installed on Windows 2008-64bit.
    I also have OWLS 11gR1 (10.3.3) and FWM, FormsReports (11.1.1.3) installed on Windows XP (32-bit).
    I've compiled my app in each environment, respectively, and I'm getting different results: FRM-41068 on 64bit; No errors on 32bit.
    Here's the scenario:
    I have a custom menu with parent and menu items built from the database (cursor fetches in menu start up code and placed using set_menu_item_property built-in). Based on the user's privs, the menu is built dynamically.
    After I log into my 64bit version, I immediately get error "FRM-41068: Error in Set_Menu_Item_Property."
    Once I "OK" my way through the messages, my form is displayed with the attached menu, however, my menu placeholders display "<New Item>", as though the cursors failed on the fetch to the database and did not return my menu item names. If I click on one of the "<New Item>" menu items, I again "OK" my way through the messages... just as mentioned above.
    I don't have this problem in my 32bit XP environment (This also was not an issue with 10g AS (10.1.2.3, 32bit)).
    Also, to add, when I turn on session tracing for the session getting the FRM-41068, the errors go away, the forms and menus load correctly.
    Is there a Weblogic setting I'm missing somewhere (forms/ohs1/webcache)?
    [Forms 11g - Windows 2008 64bit - FRM-41068 - Menu Issues]
    Thanks for your help!

    Why wouldn't you post in the proper forum, i.e the Forms forum

  • Forms 11g - after deinstallation OPMN Service not deleted

    after deinstallation of forms 11g, the OPMN Service is not deleted.
    when rebooting windows, a message is shown that opmn.exe has detected an error.
    what can i do? the uninstaller is now uninstalled ...
    Just the start-menu items are not deleted.
    why there are still 1.64 Gbyte / 21.516 files in the oracle/middleware directory after deinstallation?

    Hi,
    You need to delete the entries from registry.
    Search for instance name and opmn and try deleting that.

  • RE: Calling a Web service from Oracle Forms 11g

    I wonder if anyone could please help with the following
    We have a requirement for a real time communication between Oracles Forms (11g) and SAP over the RR LAN network.
    This would require the need to send info to and receive info from SAP as it will be an on-line validation of a Part from an Oracle FORM to SAP (response less than 1 second).
    What would be the best and easiest way to code this an Oracle FORMS trigger.
    Thanks very much
    Durjoy
    tel 07790 495 626

    Hello,
    <p>Did you read this paper ?</p>
    Francois

  • Problem in opening 'Find Service Request' and 'Create Service Request' HTML forms

    Hi,
    I  am working on creating some date for EBS Service, and I am unable to open 'Find Service Request' and 'Create Service Request' HTML forms.
    I keep getting the error message :
    Oracle error - 20001: ORA-20001: APP-FND-02902: Multi-Org profile option is required. Please set either MO: Security Profile or MO: Operating Unit profile option. has been detected in MO_GLOBAL_INIT.
    I have min knowledge of EBS set up and configuration. We just use EBS as a source system for our ETLs.  Please suggest any workaround to get resolve the issue.
    Thanks,
    Kishore

    Navigate to System Administrator responsibility > Profile > System. Search for the profile MO: Operating Unit and under responsibility field, put in the responsibility name you are using for creating the service request, click OK and enter the desired operating unit value in the next window. It pulls up all operating units defined and you can chose the desired one.
    Thanks
    Shree

  • Form 11g and Jar file issue

    I have migrated all the forms from 10g to 11g. When i run the form 11g using my config i get the below error
    USING Java Plug-in 1.6.0_23 i get the below error
    java.lang.SecurityException: class "oracle.forms.demos.enhancedItems.InfoButton"'s signer information does not match signer information of other classes in the same package
         at java.lang.ClassLoader.checkCerts(Unknown Source)
         at java.lang.ClassLoader.preDefineClass(Unknown Source)
         at java.lang.ClassLoader.defineClassCond(Unknown Source)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.access$000(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.ButtonItem.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    I tried using the Java Plug-in 1.6.0_12
    Loaded image: jar:http://130.1.3.171:9001/forms/java/frmall.jar!/oracle/forms/icons/bgnd.gif
    Forms Session ID is formsapp.9
    The proxy host is null, and the proxy port is 0.
    Native HTTP implementation is being used for the connection.
    The connection mode is HTTP.
    Forms Applet version is 11.1.1.4
    Loaded image: jar:http://130.1.3.171:9001/forms/java/frmall.jar!/oracle/forms/icons/frame.gif
    Exception "java.lang.IllegalArgumentException: failed to parse:"while constructing DataFlavor for:
    Exception "java.lang.IllegalArgumentException: failed to parse:"while constructing DataFlavor for:
    java.lang.ClassNotFoundException: oracle.forms.demos.enhancedItems.InfoButton
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.ButtonItem.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed:http://130.1.3.171:9001/forms/java/oracle/forms/demos/enhancedItems/InfoButton.class
         at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 35 more
    My config section is
    [form11g]
    jpi_download_page=http://java.sun.com/products/archive/j2se/6u12/index.html
    jpi_classid=clsid:CAFEEFAC-0016-0000-0012-ABCDEFFEDCBA
    jpi_codebase=http://java.sun.com/update/1.6.0/jinstall-6-windows-i586.cab#Version=1,6,0,12
    jpi_mimetype=application/x-java-applet;jpi-version=1.6.0_12
    archive=frmall.jar,modcursor.jar,Images.jar,keyfilter.jar,ticker.jar,rolloverbutton.jar,activation.jar,javamailintegration.jar,mail.jar,uploadserver.jar,uploadclient.jar,infobutton.jar,hyperlink.jar,colorpicker.jar
    form=login.fmx
    pageTitle=Oracle Application
    splashScreen=No
    Previously i used to use jinitiator for 10g. Is there any configuration need to be done or should i sign the jar files.

    You might want to use google:
    http://www.google.com/#q=signer+information+does+not+match+signer+information+of+other+classes+in+the+same+package
    cheers

  • Oracle forms 11g , mailmerge errors WUO-712 and WUO-707

    error
    client_ole2.set_property(mm_obj, 'Destination', 0);
    WUO-712 Unable to set Property: {0}; Exception: {1}.Type: UserDescription: WebUtil was unable to set the specified Property tothe specified value
    client_ole2.invoke(mm_obj, 'Execute');
    WUO-707 Unable to invoke Method: {0}; Exception: {1}.Type: UserDescription: WebUtil was unable to invoke the specifiedMethod
    I migrated oracle forms 10g application to Oracle forms 11g.
    One form uses mailmerge is failing. This options was working in previous 10g version using WinWord 2003.
    Failing in current version Oracle 11g and Winword 2007
    Three documents are invovled in the process
    mailmerge_data.docx --- datasource document -- have address attributes
    FOBSENT.docx -- template document
    output.docx -- using mail merge options address are populated from mailmeger_data.docx into FOBSENT.dox and created a new output word document which we send it to customer.
    ------------------------------------------------------- WUO-712 and WUO-707
    client_ole2.set_property(mm_obj, 'Destination', 0); -- 0 is value of constant wdSendToNewDocument
    client_ole2.invoke(mm_obj, 'Execute');
    Any help to resove this is apprciated.
    Thanks in Advance
    Raghav

    Sorry I was away,
    We migrated 10G forms to 11g also Winword 2003 to Winword 2007
    It's erroring at this point
    mm_obj := client_ole2.get_obj_property(template_doc, 'MailMerge');
    Failing ---> client_ole2.set_property(mm_obj, 'Destination', 0); -- 0 is value of constant wdSendToNewDocument
    Failing --->client_ole2.invoke(mm_obj, 'Execute');
    Not able to read or open document use to work in previous version.
    Raghav

  • Automate the database and forms / reports services to start on windows 2008 server R2 startup

    Dear memebers,
    I want to automate the database and forms / reports services to start on windows 2008 server R2 startup. whats the possibilities and which method is the best?
    Regards:

    Hi,
    type services.msc at run
    then check for Oracle Services--> Right Click-->Properties-->Startup type-->start automatic
    HTH

  • Oracle Forms 11g SSO with OID and IAM

    What versions of OID and Access Manager are required to get an Oracle Forms and Reports 11.1.1.2 application
    on Weblogic 10.3.2 configured for Oracle SSO using OID authentication?
    We want the OID to store and authenticate Users for username and password logins to the database, then
    ultimately by user Certificate authentication in OID. I have OID 11.1.1.2 installed and SSO enabled for Forms
    in Enterprise Manager.
    Is Access Manager required for Forms SSO with OID authentication to work or just to allow user interaction
    for registration and Password reset?
    Things mention OAM 10.4.3 and others talk about IAM 11g for Forms 11.1.1.2 SSO to work with OID.
    We did this back in Oracle Forms and OID 10g with JSP and LDAP to setup users but I understand 11g is
    different and IAM can help or is required for this type of SSO to work.
    Any help?
    Edited by: Kirch on Apr 30, 2013 7:39 AM

    Hi,
    According to Oracle's certification matrix found at http://www.oracle.com/technetwork/middleware/downloads/fmw-11gr1certmatrix.xls, Oracle Forms 11.1.1.2 is not supported to use any Oracle Access Manager (OAM) version. OAM is a component of IAM. It is only supported with Oracle SSO 10.1.4.x. The best solution would be to upgrade the Forms and Reports environment to either 11gR2 (11.1.2.1) or to the latest 11gR1 patchset 11.1.1.7. Both versions are compatible with OAM 11.1.1.7.0 and OID 11.1.1.7.0 where only Forms 11gR2 (11.1.2.1) is compatible with OAM 11.1.2.0 and OID 11.1.1.7.0. That would be the best solution as we have ran into configuration problems in the past with using Oracle SSO 10.1.4.x.
    Since OID 11.1.1.2.0 is already installed, you should be able to patch it up to 11.1.1.7.0.
    For user authentication in OID, it is required to have OAM or Oracle SSO as both products use WebGate or mod_osso agents for authentication and authorization. For purposes of allowing end users to register accounts and password reset, you will either need to also install another IAM component called Oracle Identity Manager (OIM) or create a customized SSO login page that can be coded to perform these actions. I believe there are some examples available on the Internet.
    Thanks,
    Scott
    http://pitss.com/us

Maybe you are looking for

  • Apple Mail search not working for Inbox

    In the last few weeks I've notice the Apple Mail (5.2) search feature has stopped working correctly.  It used to turn up all relevant results in a mail box, then lately it seems (based on the results) to go back just a few weeks and not the full year

  • Opening Raw files saved as DNG?

    Having had some great assistance in the Elements HowTo forum I can now load Raw files to Organizer and edit them with ACR 5.2 ( I'm shooting them with a Panasonics FZ28)When I save them I get two options .DNG or .dng Whichever one I use (and I'm not

  • ITunes doesn't open when I double-click the icon.

    It doesn't give me an error message. I'll just see my arrow spin and then nothing. I have windows 7. It doesn't even attempt to open.

  • Deployment Failed

    HI OTN I encounter this error message when i try to run my application: *** Using port 7101 *** C:\Users\shirleen\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\bin\startWebLogic.cmd [waiting for the server to complete its initializ

  • Can't delete old files from used TC

    I bought a 500GB time capsule on ebay. No problem with the wireless, but I can't do a back up because it looks like the files from the old user are still on there.