Hi learn,

You can look parameter names up with this type of query.

select name from v$parameter
where name like '%resource%'
/

So it's the second one.

HTH tycho