DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Sessions problem - urgent

  1. #1
    Join Date
    Feb 2001
    Posts
    49
    Hi,

    I'm frequently facing sessions problem in oracle8.1.6 (ora-0018). The application is web based and coding written in java. In the webserver(IPLANET) the setting for max sesions is 1000 which means 1000 users can connect simultaneously. To what extent I can increase session variable in oracle and what is its dependency? What is the maximum value I can set for sessions?

    The database is now running in MTS. The present setting for
    sesssions = 280. And the server have 2GB of RAM. And my present SGA is 790 MB.

    Could any one throw some light on this....?





  2. #2
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938
    First, SESSIONS is not a variable but a parameter.

    The maximum you can set is 2^31. Remember also that the two parameters ENQUEUE_RESOURCES and TRANSACTIONS are derived from SESSIONS.


    Oracle Certified Master
    Oracle Certified Professional 6i,8i,9i,10g,11g,12c
    email: ocp_9i@yahoo.com

  3. #3
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    and sessions is derived from processs parameter

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width