Is the initialization parameter for profiles
SET_RESOURCE_LIMT = TRUE
or
RESOURCE_LIMIT = TRUE
Printable View
Is the initialization parameter for profiles
SET_RESOURCE_LIMT = TRUE
or
RESOURCE_LIMIT = TRUE
the second you said.
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