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

Thread: parallel server

  1. #1
    Join Date
    Jan 2001
    Posts
    72

    Cool

    If you have max_parallel server specified in your init.ora file but, actually you do not run parallel server. Is that a problem?

    I have inhereted a system and MAX_PARALLEL SERVER has been set in the init.ora file but to my knowledge, they are not running in a parallel server environment. Is there any reason why this was set in the initialization parameter

    [Edited by mybear on 03-13-2001 at 04:08 PM]

  2. #2
    Join Date
    Dec 2000
    Location
    Ljubljana, Slovenia
    Posts
    4,439
    Ar you sure it is MAX_PARALLEL_SERVER and not PARALLEL_MAX_SERVERS?

    MAX_PARALLEL_SERVER is not known to me, even for parallel server environment. PARALLEL_MAX_SERVERS on the other hand is quite commonly used parameter - it limit s the max number of parallel query server proceses when query or DML is done in parallel.
    Jurij Modic
    ASCII a stupid question, get a stupid ANSI
    24 hours in a day .... 24 beer in a case .... coincidence?

  3. #3
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    it's used for Parallel query/dml

  4. #4
    Join Date
    Jan 2001
    Posts
    72
    Yes, its PARALLEL_MAX_SERVERS? Thanks for the info


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