SV-24942r2_rule
V-2593
Oracle RESOURCE_LIMIT parameter
DO3696-ORACLE11
CAT II
10
Enable resource limit checking on the database.
From SQL*Plus:
alter system set resource_limit = TRUE scope = both;
The above SQL*Plus command will set the parameter to take effect immediately and permanently at next system startup.
From SQL*Plus:
select value from v$parameter where name = 'resource_limit';
If the value returned is not set to TRUE, this is a Finding.
V-2593
False
DO3696-ORACLE11
From SQL*Plus:
select value from v$parameter where name = 'resource_limit';
If the value returned is not set to TRUE, this is a Finding.
M
Database Administrator
1367