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

Thread: increase the no. of sessions

  1. #1
    Join Date
    Aug 2001
    Location
    chennai,bangalore
    Posts
    840
    i want to increase the no of session for my database..
    How do i do it...

    regards
    anandkl
    anandkl

  2. #2
    Join Date
    Sep 2000
    Location
    Chennai, India
    Posts
    865

    Thumbs up

    Increase the value of processes in your parameter file.

    This will increase your sessions as will be evident with the show paramter.

    sessions = (1.1 * PROCESSES) + 5

    HTH



    [Edited by ggnanaraj on 07-22-2002 at 05:31 AM]

  3. #3
    Join Date
    Aug 2001
    Location
    chennai,bangalore
    Posts
    840
    thanks nagaraj..one more question

    how do i know the database is approching max sessions..

    regards
    anandkl
    anandkl

  4. #4
    Join Date
    Jul 2002
    Posts
    132
    U can do count(*) in the v$session table to know the number of sessions

  5. #5
    Join Date
    Feb 2000
    Location
    Singapore
    Posts
    1,758
    Code:
    SELECT SESSIONS_HIGHWATER FROM V$LICENSE;
    Sanjay

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