Search notes:
Oracle: Init parameter PROCESSES
See also
The number of semaphores that are allocated in startup nomount phase corresponds to the value of
processes
(MOS Note 15566.1)
select * from
v$resource_limit
where name = 'processes';
The value of
sessions
is derived from
processes
.
init parameters
Index