Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

select value from v$parameter where name='processes';

select value from v$parameter where name='sessions


select resource_name, current_utilization, max_utilization from v$resource_limit
where resource_name in ( processes , sessions );

You might also like