Setting a user connection timeout in E-Business suite 11i

Hello
I want to be able to disconnect user from the system after a certain amount of idle time to save system resources. Unfortunately, the options offered by oracle support and documentation aren't good enough. One option is to use IICX:Session Timeout profile which shows a message when the connection times out, but that doesn't really free system resources as it keeps the user session.
Another option is to use FORMS60_TIMEOUT and apache heartbeat variables to disconnect the session after certain idle time.
A third option is to use database profiles to limit sessions idle time.
The problem is that the two last options causes the system to show the user "raw" error messages (usually FRM-92100 error) that says that the session has been reset. Then the users are confused and call support, saying something is wrong with the system.
Is there another, better way to do it ? A fourth option ?
If not, is there a way I can capture the FRM-92100 error and present the user a more informative message ?
Thanks
Guy

In addition to ICX: Session Timeout, you must also setup session.timeout in zone.properties (or s_sesstimeout in the $CONTEXT_FILE) in milliseconds to exactly match the ICX: Session Timeout in minutes or the sessions termination does not work.
Forms session timeout
If you require a more informative error message, you will need to capture the error message and massage it in CUSTOM.pll.

Similar Messages

  • Is there a risk of setting a console connection timeout and what is the recommended setting?

    Is there a risk of setting a console connection timeout and what is the recommended setting? Please suggest if there is any best prctice documentation that can be referred.

    Hi Henrik
    depend on what you need or what your security policy says for my lab gear i use 60 minutes. because i know how can access this. if you have gear outside in insecure space set it to a minimum or disable the console. everybody how can access your gear can break in. simple restart and boot w/o config. and you are in.
    it realy depends how secure is your space and how much security you need.
    and than the settings for policy have to match, what sec do you have if your console login and logout is secure. but when you restart you can simple break in by starting w/o config and than load it.
    HTH
    Patrick

  • ORACLE E-BUSINESS SUITE 11i Query to find users who never logged in

    Dear, All -
    ORACLE E-BUSINESS SUITE 11i
    Is there a query to find out a list of users who were created but never logged into the system. I believe these users do no appear in FND_USER table since they never logged in.
    Thanks in advance!

    FAIRE wrote:
    Dear, All -
    ORACLE E-BUSINESS SUITE 11i
    Is there a query to find out a list of users who were created but never logged into the system. I believe these users do no appear in FND_USER table since they never logged in.
    Thanks in advance!All application users details are stored in FND_USER table (whether they logged in or not).
    To find the list of those users, please run this query:
    SQL> select *
    from FND_USER
    where LAST_LOGON_DATE is NULL
    and END_DATE is NULL;Thanks,
    Hussein

  • Oracle 10G application server integrate with e-business suites 11i

    Hello,
    Server A:
    i have one UAT server which is installed with e-business suites 11i. The users logon to discoverer from e-business suites using the username and password stored in e-business suites.
    Server B:
    then, i now hv to set up a 10G application server and 10G discoverer on a new server. The user request that they want to login to discoverer using the username and password as mentioned above. They reject to logon to database using 'connect directly', 'open connection' or 'private connection'.
    what can i do in order to synchronize the username from Server A to Server B so that they can logon using the username and password they created in e-business suites.
    thank you.

    follow note 313418.1 it will let you use your oracle apps 11i with discoverer 10g, with the same user name and password, i did it before you may want to check my post after you check oracle note
    http://oracle-magic.blogspot.com/2006/11/upgrading-discoverer-4i-to-10g-on-apps.html
    fadi hasweh
    http://oracle-magic.blogspot.com/
    Oracle is not Magic, it just takes years of experience

  • Integrate an Apex Application with the E-Business Suite 11i

    Hi !
    I'm currently working to get connected to APEX (Application Express 3.2.1.00.11) using an E-Business Suite 11i form function then using the ICX cookie.
    I'm using a document created by Rod West(consultant at Cabot Consulting) to help me doing this connection.
    The document is : http://www.oracle.com/technology/products/database/application_express/pdf/apex_ebs_wp_cabot_consulting.pdf
    I always have errors when I try to get connected using the method suggested in the document.
    The error I have received is :
    ORA-00942: table or view does not exist ORA-00942: table or view does not exist ORA-06512: at "APPS.ICX_SEC", line 2388 ORA-06510: PL/SQL: unhandled user-defined exception
    This error seems to come from wfa_sec.getsession(:P101_USERNAME) used in the Before Header process of the login page(Page101).
    See code here (Figure 10 in the document) :
    BEGIN
    wfa_sec.getsession(:P101_USERNAME);
    :P101_PASSWORD :=
    XXAPX_SECURITY_PKG.generate_hash
    (FND_GLOBAL.user_name);
    IF :P101_PASSWORD IS NOT NULL THEN
    APEX_CUSTOM_AUTH.login(
    P_UNAME => :P101_USERNAME,
    P_PASSWORD => :P101_PASSWORD,
    P_SESSION_ID => v('APP_SESSION'),
    P_APP_PAGE => :APP_ID||':1'
    END IF;
    EXCEPTION WHEN OTHERS THEN NULL;
    END;
    I have done a "GRANT EXECUTE ON apps.WFA_SEC" to my APEX Schema, so the APEX Schema should have access to everything used by the package... I have tried to "GRANT EXECUTE ON" ICX_SESSIONS but I still have the same error...
    Do I need to do other "GRANT" ? Have you experienced the same problem ?
    Thanks for your help !

    Hi !
    Yes, I have already created synonyms but I still got the same errors...the error seems to be related to a table used in the package icx_sec...I have tried to grant and create synonym for tables icx_transactions and icx_sessions but I still got the error. Any ideas ?
    I have also tried to use the method (OWA_COOKIE.send) suggested in the 2007 version of the Rod West's document (the method you mentionned in the thread) and I'm able to get connected to my APEX application using the E-Business Menu but I have an intermittent problem with this method.. In fact, some days I'm able to get connected to APEX at the first try but some days I received "Invalid Login Credentials" at the first try and at the second try I get connected...And we haven't found any reasons yet for the intermittent "Invalid Login Credentials" ?
    Have you experienced the same intermittent problem on your side ?
    Thanks !

  • Error while accessing Oracle E-Business Suite 11i from Linux/firefox

    error while accessing Oracle E-Business Suite 11i from Linux/firefox
    OS: SUSE Linux Desktop 11(SLED11)
    Web browser: firefox 3.x
    Java versions:
    # rpm -qa |grep java
    java-1_6_0-sun-plugin-1.6.0.u18-0.1.1
    java-1_6_0-sun-1.6.0.u18-0.1.1
    # java -version
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) Server VM (build 16.0-b13, mixed mode)
    when I access the url firefox says
    "Additional plugins are required to display all the media on this page"
    then I clicked on "Install Missing Plugin" button
    then I got the following message
    No Suitable Plugins were found
    Unknown Plugin (application/x-java-applet;jpi-version=1.4.1)
    please help/suggest
    Regards

    Hi user;
    Its not certified to login EBS from linux client
    Please check:
    Linux-cleint (ebs) certification
    pluggins
    Hope it helps
    Regard
    Helios

  • BI Publisher with Oracle e-Business Suite 11i in EBS security mode

    Seems I submitted below in wrong forums earlier so posing to correct one now. Appreciate any help.
    Hi All,
    I want to configure BI Publisher that comes as a part of OBIEE in Oracle E-Business Suite security mode. My Oracle E-Business Suite 11i runs on 3 node RAC database and 3 node apps tier/cm tier. As per configuration guide, I changed security mode in BIP to 'Oracle E-Business' and uploaded DBC file from E-business suite Web&Forms tier. In DBC file TWO_TASK parameter has value of test_806_BALANCE which is just an alias in tnsnames.ora for load balancing. Now when I go to BI publisher and click on 'Roles and Permission' tab in security center, it gives me 500 Internal server error.
    But if I change this TWO_TASK value to any particular RAC instance sid, I am able to see all responsibility in Roles and Permission tab. This seems that BI Publisher makes jdbc connection url to database on the fly by reading DB_HOST, dB_Port and TWO_TASK parametes from dbc file and due to this my BI Publisher is single point of failure if the RAC instance goes down which I mentioned in DBC file. Even though E-Business Suite is in HA, BI publisher is not taking advantage of this HA db.
    Any one has idea how to over come this situation.

    You can try for a luck by posting the thread in BI Publisher Section of this Forum..

  • Load Balancing E-Business Suite 11i using BIG-IP

    "Has anyone deployed an Oracle E-Business Suite 11i solution in a load balanced environment based on the F5 BIG-IP 2400 device?"
    Background:
    When loadbalanced, Oracle forms requires a form of persistence to be in place, presumably to maintain state information.
    If using simple persistence based on client source IP address, then there is no problem.
    However in our environment, 1000s of clients are hidden behind the single IP address of a proxy server, therefore simple persistence will provide true load balancing.
    The alternative is cookie based persistence which will allow true load balancing even with clients hidden behind a proxy. However the challenge here is that Oracle Forms is java and not http based which means that BIG-IP cannot insert an http cookie into the java packets sent to the client by the Oracle server.
    If anyone has come across this issue and found a way round it, could you please describe how this is achieved? Either by configuration of the BIG-IP switch or at the Oracle Application side.

    Metalink doc id 290807.1 says that Internet Explorer 8 is now ccertified using Sun JRE 1.6.0_03 and higher. I have JRE 1.6.0_07 with Internet Explorer 8 for my Oracle 11i and the windows are freezing up consistently and works fine with IE 7, but i have users in IE 7 and IE 8, could you anyone help me with this issue. my full version is oracle 11.5.10.2 and my desktop in Windows XP.
    Thanks in advance

  • ADF and E-Business Suite 11i

    Hi,
    I am looking for some information about using Oracle ADF with E-Business Suite 11i, JDeveloper version is 9i.  Most of the documentation I've seen has been specific for R12.
    Hoping someone can provide some information/links to documentation about the following:
    -Requirements for setting up the environment (hardware, servers, versions) for Oracle ADF for E-Business Suite 11i.
    -Can you call an ADF form from E-Business Suite 11i OAF form or menu?
    -Any tutorials, demos related to ADF/E-Business Suite 11i/JDeveloper9i
    Thanks in advance!

    You can find the specific hardware specs for your development environment in the JDeveloper install guide.
    Documentation
    I would recommend you'll go with the latest 11.1.2.4 version for custom application development.
    As for server requirements, this is something that will depend on the load your application expects to get and on its specific functionality. It can best be answered by doing some performance tests of your specific app.

  • Oracle E Business Suite 11i vision instance on windows xp - Jinitiator

    Hello,
    I installed Oracle E Business Suite 11.5.10 on windows xp.
    **The login form is successful. But, I am not able to navigate to (or) start any of the forms other than self service forms. I have tried IE, Firefox, and Netscape.**
    **Jinitiator 1.3.1.18 is being installed again and again, but the form would not pop up.**
    I read that I need 1.3.1.21, I have installed that but in vein.
    Can someone help me find the correct browser and jinitiator verison

    Hi user;
    I installed Oracle E Business Suite 11.5.10 on windows xp.
    **The login form is successful. But, I am not able to navigate to (or) start any of the forms other than self service forms. I have tried IE, Firefox, and Netscape.**Please follow:
    Recommended Browsers for Oracle E-Business Suite 11i Doc ID: 285218.1
    **Jinitiator 1.3.1.18 is being installed again and again, but the form would not pop up.**
    I read that I need 1.3.1.21, I have installed that but in vein.please add your login page trusted site,please turn of pop-up blocker,please uncheck IE>>tools>>advence>> Enable third party browser extencion
    If you have still problem please post it
    Regard
    Helios

  • I am interested to Marketing of product Oracle E-Business Suite 11i

    Faisalabad (Pakistan) is a big industrial city in which there is a very high potential for your product Oracle E-Business Suite 11i.
    I have visited few groups of industries and find that they are interested to purchase e-Business Portal (all contents and functionality consolidate on line single window). Looking to the potential it will be highly appreciating if you contact to me. I am interested to sale your product in Faisalabad.
    My observation is that more than 100 Textile Industrial Groups in our area are able to spend 200,000 USDollar for purchasing of Software.
    I am interested to take dealership (reseller) of your product.
    Following your product must be sale in Faisalabad (Pakistan) beacuse these are required for completion of
    e-Business Portal (all contents and functionality consolidate on line single window):
    1-Oralce9i Application Server
    2-Oralce9iAS Portal
    3-Oracle9iAS Wireless
    Phone office : 92-41-750604, 750605, 750606
    Phone Residence : 92-41-780479
    Company : e-Business Portal Vision
    Name : Saif Ali Sabri
    Address : Street 4, Manzoor Park, Nishatabad
    Faisalabad. Pakistan

    FAIRE wrote:
    Dear, All -
    ORACLE E-BUSINESS SUITE 11i
    Is there a query to find out a list of users who were created but never logged into the system. I believe these users do no appear in FND_USER table since they never logged in.
    Thanks in advance!All application users details are stored in FND_USER table (whether they logged in or not).
    To find the list of those users, please run this query:
    SQL> select *
    from FND_USER
    where LAST_LOGON_DATE is NULL
    and END_DATE is NULL;Thanks,
    Hussein

  • E-Business Suite 11i apps on RedHat Linux 4 or 5

    Hi,
    Our E-business suite 11i has been running on the application tiers RHEL 4, due to the requirement to support large memory configurations on a 32-bit system.  Is it true that from RHEL 5, the “hugemem” kernel which achieves this 32-bit memory scalability has been deprecated in favour of the use of 64-bit kernels?
    Our Oracle 11g database is running on RedHat Linux 5.8. Is E-Business suite 11i (application tiers) certified to run on RHEL 5.8?
    Also for future planning, is E-Business suite 12 (application tiers) certified to run on which versions of RedHat?
    Thanks,
    Jimmy

    Jimmy,
    Our E-business suite 11i has been running on the application tiers RHEL 4, due to the requirement to support large memory configurations on a 32-bit system.  Is it true that from RHEL 5, the “hugemem” kernel which achieves this 32-bit memory scalability has been deprecated in favour of the use of 64-bit kernels?
    Your 11i application tier will be limited to 32-bit even if you install 32-bit OS on x86-64 hardware.
    Our Oracle 11g database is running on RedHat Linux 5.8. Is E-Business suite 11i (application tiers) certified to run on RHEL 5.8?
    Yes.
    Also for future planning, is E-Business suite 12 (application tiers) certified to run on which versions of RedHat?
    Please see:
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86-64 (Doc ID 761566.1)
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) for Linux x86-64 (Doc ID 1330701.1)
    Thanks,
    Hussein

  • Try to use J2SE Version 6 with Oracle E-Business Suite 11i

    Dears ,
    i have an upgrade task from 11.5.10.2 to R12.1.1 and database from 9.2.0.8 to 11.2
    so i apply patches :
    1- 7429271
    2- Upgrading Developer 6i with Oracle Applications 11i [ID 125767.1]
    3- 9535311
    4- 6241631
    5-upgrade to JRE : Using J2SE Version 6 with Oracle E-Business Suite 11i [ID 401561.1]
    when i run :
    txkrun.pl -script=SetJDKCfg -contextfile=$CONTEXT_FILE -runautoconfig=Yes -appspass= <APPS_schema_passwd> -jdktop=[JDK60_TOP]
    faced error :
    java.lang.NoClassDefFoundError: java/util/HashMap
    at
    at oracle.apps.ad.tools.configuration.Customizer.getProdTopDrivers(Compiled Code)
    at oracle.apps.ad.tools.configuration.Customizer.getAllDrivers(Compiled Code)
    at oracle.apps.ad.tools.configuration.VersionConflictListGenerator.getAllConflicts(Compiled Code)
    at oracle.apps.ad.tools.configuration.VersionConflictListGenerator.main(Compiled Code)
    Exception in thread "main" Using Context file : /vol3/oracle/prdappl/admin/PRD_mcd-test.xml
    Context Value Management will now update the Context file
    and when try to run autoconfig on APPSTier i faced :
    java.lang.NoClassDefFoundError: java/util/HashMap
    at
    at oracle.apps.ad.tools.configuration.Customizer.getProdTopDrivers(Compiled Code)
    at oracle.apps.ad.tools.configuration.Customizer.getAllDrivers(Compiled Code)
    at oracle.apps.ad.tools.configuration.VersionConflictListGenerator.getAllConflicts(Compiled Code)
    at oracle.apps.ad.tools.configuration.VersionConflictListGenerator.main(Compiled Code)
    Exception in thread "main" ERROR: Version Conflicts utility failed.
    Terminate.
    how can i solve it .
    your response will be highly appreciated
    Regards ,,,
    Mohamed Mahgob

    Please see these docs.
    Creating "appsutl.zip" Failed On "java.lang.NoClassDefFoundError: java/util/HashMap", What is the Potential Solution ? [ID 1310838.1]
    AdMKAppsUtil.pl Failing Can't Find Java HashMap [ID 1338399.1]
    After Applying Patch 9535311 Get java.lang.NoClassDefFoundError: java/util/HashMap Error [ID 1188327.1]
    Thanks,
    Hussein

  • E Business Suite 11i Server Spec for Linux?

    Does anyone know, or can suggest possibilities, of a server spec for 11i on Linux. This is for a small company installation of 11i.
    Where can I go to ansewer questions like this?
    What Linux distributions are supported for 11i?
    I was thinking of multiple CPU's, highpoint raid controllers to give RAID 0+1, and 1 or 2 Gb of memory.
    thanks
    Dave Darrall.

    Jimmy,
    Our E-business suite 11i has been running on the application tiers RHEL 4, due to the requirement to support large memory configurations on a 32-bit system.  Is it true that from RHEL 5, the “hugemem” kernel which achieves this 32-bit memory scalability has been deprecated in favour of the use of 64-bit kernels?
    Your 11i application tier will be limited to 32-bit even if you install 32-bit OS on x86-64 hardware.
    Our Oracle 11g database is running on RedHat Linux 5.8. Is E-Business suite 11i (application tiers) certified to run on RHEL 5.8?
    Yes.
    Also for future planning, is E-Business suite 12 (application tiers) certified to run on which versions of RedHat?
    Please see:
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86-64 (Doc ID 761566.1)
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) for Linux x86-64 (Doc ID 1330701.1)
    Thanks,
    Hussein

  • Best practice for E-business suite 11i or R12 Application backup

    Hi,
    I'm taking RMAN backup of database. What would be "Best practice for E-business suite 11i or R12 Application backup" procedure?
    Right now I'm taking file level backup. Please suggest if any.
    Thanks

    Please review the following thread, it should be helpful.
    Reommended backup and recovery startegy for EBS
    Reommended backup and recovery startegy for EBS

Maybe you are looking for

  • Windows 2008 R2 backup fails with event 521 error code 2155348001

    Windows Server 2008 R2 SP1.  Hyper-V role installed.  OS on drive C.  All VMs stored on Drive D. I am attempting to run a Bare Metal backup of the host system to a network share.  Drive D is not included in the backup job.  I am getting the following

  • BP - default and check classification data at CREATE/SAVE using BDT + BADI

    Hi, I do have several requirements around Business Partners and BDT. 1. When a BP is created, I want to default certain fields depending on what BP role is maintained, specifically I am looking at fields on the classification tab (BDT application CRM

  • Dvd won't play in iMac

    I just burned a DVD of iPhoto slide show using idvd on my iMac but the same dvd isn't recognized by my iMac ("dvd you inserted is not recognized by this computer") and it wouldn't play. Neither does it play ANY DVD from any source. HELP Please!!!!! T

  • Can't add photos to nano

    I just got my black 4gig a couple hours ago and I love it, I got music added to it all right but I have 27 MB left and I can't add photos to it. I get through all the steps and select about 6 photos to add (not full size) but then I get an error mess

  • Launching a JWS-based applet with dynamic parameters

    Hi all, is it possibile to return a jnlp content for an applet with session-related parameters in a dynamic manner through cgi? I've got a cgi program which authenticates the user and, after some forms, launches an applet passing some parameters to i