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

Thread: is there a way - Increasing the number of processes- Proirity

  1. #1
    Join Date
    Jan 2004
    Location
    Washington , USA
    Posts
    132

    is there a way - Increasing the number of processes- Proirity

    hi

    The number of processes has reached its limit of 400.

    I want to increase it.

    I know we can increase the number of process paramater to 700 in init.ora file, But i dont want to stop the Database server and restart it.

    Is there a way DYNAMICALLY i can increase to 600 from 400.

    please let me know

    Thanks in advance

  2. #2
    Join Date
    Jan 2001
    Posts
    2,828
    Hi

    I dont think so its possible in any version of oracle without bouncing the database.

    SQL> select name,ISSYS_MODIFIABLE from v$parameter
    2 where name like 'proc%';

    NAME ISSYS_MOD
    ---------------------------------------------------------------- ---------
    processes FALSE

    i am on 9i.

    regards
    Hrishy

  3. #3
    Join Date
    Jan 2004
    Location
    Washington , USA
    Posts
    132
    SORRY i am using 8.1.7 under Linux

  4. #4
    Join Date
    Jan 2001
    Posts
    2,828
    Hi

    On 8.1.7 or even 9i its not possible to alter it without bouncing back the database.

    regards
    Hrishy

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