Oracle PARALLEL_MAX_SERVERS

If you need to fiddle around with PARALLEL_MAX_SERVERS you will find millions of pages, describing its use and how to set it but you won’t find the hint on how to read it…until now:


select name, value, isdefault, isses_modifiable, issys_modifiable,isinstance_modifiable, isdeprecated, description from v$parameter where upper(name) = 'PARALLEL_MAX_SERVERS';