Increasing the maximum number of sessions

Hi,
I am working on a web application which requires 3000 concurrent users as a part of the NFR and almost all of them would trigger operations which would require DB hits. Hence my Oracle server (10g) needs to support at least 3000 sessions. I checked the value in the V$parameter. Currently the value for sessions and process is set to 170.
I guess to increase the value i would need to change it in the init ora file and restart the DB. I have the following doubts -
1. What would be the basic system configuration (for the server machine) to support 3000 sessions?
2. What are the other related parameters which need to changed? What values need to be set for the same and how do we calculate the same. Is there any model which can be used for calculations purposes.
3. Are there any in built mechanisms supported by Oracle to handle such high load? I presume there should be available and i am blissfully unaware about of it !
Request you to kindly guide me accordingly. Any help / pointers are greatly appreciated !!
Thanks & Regards,
Sriram

The problem i face is if i limit the pool size to 300; then there is a good probability that while 3000 users access the application simultaneously reposes will be greatly delayed as the connections would be used up. This would affect the NFR.
Also setting the increment value for the pool does not help pas the server limits the maximum number of connections. I am simultaneously checking the code to ensure that there is no connection leak. As this might also aggravate the probelm. On initial analysis i do not find any such issues.
I am also parallely looking into the design to check if any of the frequently used data can be cached on the application server to improve performance and reduce the number of DB hits.
Hope i am on the right track. Do let know your thoughts and suggestions.
Thanks a lot for highlighting the issue.
Thanks & Regards,
Sriram

Similar Messages

  • How can we increase the maximum number of records which we export from UME

    Hi All,
             Is there any way to increase the maximum number of records which we can export from the UME.
    Please give your valuable suggestions as soon as possible.
    Thanks in Advance
    Regards,
    Ramalakshmi.S

    I didn’t find any configuration you can set to increase the number. I think it is related UI. The number is designed programmatically.
    Lisa Zheng
    TechNet Community Support

  • How do I increase the maximum number of images I can acquire in a sequence using the IMAQ 1424 with 80 MB of onboard memory and a Duncan Tech camera?

    I've increased the maximum number of buffers to higher than I need, but I still cannot acquire more than 139 images with the Duncan Tech digital video camera before I get a memory lock error. Is there any way to increase the number of images I can acquire in a sequence using the IMAQ 1424 with 80MB of onboard memory?

    It sounds like you are already bypassing the onboard memory. If you weren't, you would only be able to acquire about 20 images.
    If I understand correctly, you do not convert the images until after you acquire them. This means each acquired image is 4.13 MB, and 139 images will take 574 MB of memory. I wouldn't be surprised if that was all the free memory available on a 1 GB machine. The operating system, LabVIEW and any other software running probably take up the rest of the memory. You might want to put your computer on a diet and minimize the number of other programs and utilities running. The only other option I see is getting more memory if possible.
    Is there a way that you can reduce the number of images you need to acquire? Pe
    rhaps skipping every other frame? Do you really need more than 139 images?
    Is it possible to acquire the images in monochrome? That would triple the number of images that you could acquire.
    Bruce
    Bruce Ammons
    Ammons Engineering

  • How do you increase the maximum number of migration batches using EAC?

    When I try to run a new batch, I'm getting the following error message:
    The maximum number of migration batches is already running. Please remove a batch before you add another one.
    How do I increase the maximum number of migration batches using EAC? Thanks for your help.

    Hi WinndowsGuy,
    Is there any update on this thread?
    Thanks,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Simon Wu
    TechNet Community Support

  • ICCMP_BP_SEARCH. Increasing the maximum number of search hits from default

    Hi,
    ICCMP_BP_SEARCH use for search partners.
    How I can increase the maximum number of search hits? By default is 100.
    I know about parameter SEARCH_MAX_HITS, but this not applicable for this situation.
    Denis.

    Hi Denis,
    You can increase it at your identification profile (t-code crmc_ic_bpprofx), at parameter 'Max. Number of Hits'.
    Kind regards,
    Garcia

  • How do I increase the maximum number of list items in the Step Type Menu Editor?

    I am trying to create a lot of custom steps and have reached the point where they no longer appear in the "Insert Step" menu. Message reads "Max Menu Items Reached". Is there a way to increase this maximum?

    Hi,
    You have hit the same problem as I.
    Unfortunately you wont beable to easy resolve this unless you are using TestStand 3.0.
    see here for answer:
    http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=506500000008000000A98C0000&UCATEGORY_0=_8_&UCATEGORY_S=0
    Using TestStand 3.0 the problem goes away as it is capable of handling more than the 256 step types.
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • Maximum number of Sessions ever reached in the last two days

    DB version:11gR1
    We are studying the number of sessions created by one of our JAVA oltp application. We would like to know the maximum number of sessions reached in the last two days.
    I can see max_utilization column from the query
    select * from v$resource_limit where resource_name='processes'But i don't know the time interval (no of days) on which this value is based upon.

    Hi,
    One alternate option will be noting the value before you start the experiment using following statement.
    select value from v$sysstat where name = 'user calls';
    And running this SQL after you are done with making calls. Then you can subtract the two values to get the users calls made between the two times. Keep in mind that this will include all calls made to the database.
    Regards

  • Maximum number of sessions in the portal

    Hi,
    Please, do you know the maximum number of sessions that a particular user can open in the portal 7 ?
    and it´s posible to limit the number of sessions of a user
    thanks in advance.

    carlos,
    you can set a maximum session limit for each web module. so, if you for example want to limit the number of sessions in your portal, you could do it for the Web Module "irj"
    Use NWA and navigate to Configuration / Application Module
    check: http://help.sap.com/saphelp_nw70/helpdata/EN/b9/665b42cfca5542e10000000a1550b0/frameset.htm
    kr, achim

  • Maximum Number of Sessions per User

    I am using OAM 11.1.1.5.0 running on Solaris 10. When we change the "Maximum Number of Sessions per User" to 1 (per customer requirement), a user is restricted to having one active OAM session at a time (as expected). However, if the user does not explicitly log out (e.g. they just close their browser), they are unable to log back in to OAM until their existing OAM session times-out/expires. Given the above max sessions of 1 requirement, is it possible to config OAM to auto-kill the user's session and create a new one if they attempt to login before their initial OAM session times-out/expires? This was possible in Sun's Access Manager. Is it possible in Oracle's OAM? Thank you in advance for your reply.

    Hi,
    Maximum session per user 0-9 and how can configure see the below link:-
    http://help.sap.com/saphelp_nw70/helpdata/en/97/76a341ac57ef0be10000000a1550b0/content.htm
    Regards,
    Anil

  • Which is the maximum number of simultaneous IP sessions on 7600 with/out SAMI?

    Please I need help from someone who has ever wondered and get to know the maximum number of simultaneous IP sessions on 7600.
    On the documentation, this is the applicable information that we find regarding the number of sessions:
    http://www9.cisco.com/en/US/docs/ios/isg/configuration/guide/isg_acess_sub_sessns_ps6922_TSD_Products_Configuration_Guide_Chapter.html
    Beginning in Cisco IOS Release 12.2(33)SRE, the Cisco 7600 router supports IP subscriber sessions only on the SIP400 and ES+ line cards
    The Cisco 7600 router enforces limits on the number of IP subscriber sessions per line card and router chassis. If the number of active sessions exceeds the following limits, an error message displays:
    - Cisco 7600 chassis—32,000 subscriber sessions (supported in Cisco IOS Release 12.2(33)SRE1 and later releases)
    - ES+ line card—4000 subscriber sessions per port group; 16,000 sessions per line card (supported in Cisco IOS Release 12.2(33)SRE and later releases)
    - SIP400 line card—8000 subscriber sessions (supported in Cisco IOS Release 12.2(33)SRD4 and later releases)
    Let us suppose that we use the SIP400 line card, since ES+ is far from our networking requirements.
    Please confirm/answer the following:
    No special license is required to use ISG with SIP400.
    Is the 8000 session limitation per SIP400 module or per SPA attached to it?
    I read in the documentation, that the SAMI card enhances the maximum number of ISG sessions:
    http://www.cisco.com/en/US/docs/ios/isg/configuration/guide/isg_sup_sami_blade.html
    The ISG Support for SAMI Blade feature combines the subscriber management features and functions of the Cisco Intelligent Services Gateway (ISG) with the processing power of the Cisco Service Application Module for IP (SAMI). The Cisco SAMI blade has six PowerPC (PPC) processors and occupies just one slot in the Cisco 7600 series router. This means that you can support many ISG features for up to 600,000 subscribers on a single router. 
    We then assume that the SAMI blade overcomes the limitations noted above: 32,000 session/chassis and 8,000 sessions/SIP400. Correct?
    No extra license is required to use ISG with SAMI.

    How I can load a license in a home agent (modulo SAMI), which is installed in a 7606-S router?.

  • What is the Maximum Number of Concurrent Sessions allowed on a Shared Exchange Mailbox ?

    Hi,
    I have a query that how many concurrent sessions are allowed on a Resource Mailbox ?
    E.g. I have a scenario in which i run a Helpdesk, and it has an email address ([email protected]), where company employees can email thier IT Issues/requests.
    Now I have hired say 50 Service Desk agents, now is it possible that all 50 can access the IThelpdesk mailbox at one time ? Are there any limits on the number of the concurrent sessions of the mailbox ? What are the the permutations and combinations in this
    case ?
    ** The mailbox is on Exchange Server 2003**
    Regards,
    Tojo Thankachan
    +91 7875039665

    Hi,
    Exchange Server 2003 SP1 imposes a restriction on the number of permitted MAPI sessions per user. By default, the maximum number of permitted MAPI sessions per user is set to a hexadecimal value of 0x20 after you apply Exchange Server 2003 SP1.
    Generally, Event ID 9646 will be logged in the application event log of your Exchange Server 2003 computer when a client opens many MAPI sessions. Here is a KB descripted the details of it:
    http://support.microsoft.com/kb/842022
    For more information about MAPI session limit, please refer to:
    http://technet.microsoft.com/en-us/library/dd159906(v=exchg.80).aspx
    Thanks,
    Winnie Liang
    TechNet Community Support

  • Increase the Maximum Debuggers Limit

    Hi all,
       Am trying to debugg a background job through SM50
    But i get an error stating the maximum no debugging sessions crossed
    is there any way to increase this by any customization
    Regards
    Simin.R

    this is not reomended in production system since debugging can effect performance of the system
    you can increase the parameter "rdisp/wpdbug_max_no" for increasing the number of debug sessions
    Samrat

  • What is the maximum number of Active Connection in SSG 7206VXR?

    Hi,
    What is the maximum number of SSG Host or active connection (show ssg service package) for Cisco 7206VXR which running with NPE-G1? The SSG is deploying with Web-login and the TCP-Redirect, Port-bundle and Pass-through is enabling. The SSG is to handling IP session authentication. The SSG is binding Gigabit Ethernet.
    The current version of IOS is show as below.
    Cisco IOS Software, 7200 Software (C7200-ADVIPSERVICESK9-M), Version 12.4(9)T1, RELEASE SOFTWARE (fc2)
    Thanks,
    Chia

    To set the maximum number of services per user, use the ssg maxservice command in global configuration mode. To reset the maximum number of services per user to the default, use the no form of this command. ssg maxservice number and no ssg maxservice
    If you want to know more please click following URL:
    http://www.cisco.com/en/US/products/sw/iosswrel/ps5187/products_command_reference_chapter09186a008017cf59.html

  • The maximum number of files have been indexed

    Hi
    I've just tried using Edge Code with a large project. Upon attempting to use Quick Edit on a class name I got the following error: "Error indexing files. The maximum number of files have been indexed. Actions that look up files in the index may function incorrectly."
    After closing the pop-up window, the Quick Editor fails to work.
    Are there any plans to increase the size of the index limit? I'm very impressed with the software so far, but not being able to use the quick edit function defeats the purpose of using Edge Code.
    Cheers,
    Roberto

    Each device can only set up 3 iCloud accounts.  After that, all you can do is re-use one of the accounts that has already been set up on this device, or set up a new account on a different device if you have one.

  • SRM 5.00 web Maximum number of sessions reached

    hello
    it seems a problem very simple anyway i don't know how to resolve it.
    the error "Maximum number of sessions reached" occurs in the ITS of SRM 5.00 using the web.
    It happens on all transactionsn anyway it works properly in abap gui but not in webgui.
    If I go in all transactions and i try to open another mode the popup appears with the error descrpted.
    the session with that user are very few ...anyway the number of sessions is smaller than the parameter limit set in rdisp/max_alt_modes
    Do you have any idea?
    thanks
    Nick

    Hello Nick,
    Nicola Blasi wrote:
    If I go in all transactions and i try to open another mode the popup appears with the error descrpted.
    I do not understand what you mean by "all transactions" and "open another mode". Where do you open it? You can not open another mode from the SAP GUI for HTML (Webgui) itself, since this is not supported. You will need to start a new session.
    Best regards,
      TJ

Maybe you are looking for

  • My iPads sleep/wake button no longer works.

    It is only 3 months old and I use a magnetic lock instead of the button. I don't know if my warranty covers this issue. Also, occasionally the button glitches and it locks, unlocks, then asks to "slide to shutdown" all in one go. Please help!!!!!!!!

  • HOW CAN I DOUBLE SIDED PRINTING ON MY HP ENVY 4500 SERIES PRINTER

    I  recently bought my HP ENVY 4500 series printer and love it.  The only problem I have is I can seem to work out how to do double sided printing, cant see any options and the booklet doesnt tell me...maybe  I am missing something. Please help! I hat

  • Select Vendor Email Address when creating PO

    Hi Guys; When I create PO for send by email, the system get Email Address from Vendor.   But some vendors got two or more email address.   For example; 001 [email protected]    Standard 002 [email protected] 003 [email protected] In the PO Header dat

  • Can i use Stored procedures and triggers with SDK

    hi all How to use the stored procedure and Triggers with SDK, can i get a sample code Regards Salah

  • N97 Problem

    hey guys I'm not sure if this is common, but my n97 is running software version 20.2.019. I bought just recently and it was working fine for the first 2 months. Then i started having problems, like the usual resets and lags.  Lately my phone has been