-
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]
-
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.
-
it's used for Parallel query/dml
-
Yes, its PARALLEL_MAX_SERVERS? Thanks for the info