SV-24564r2_rule
V-2552
Oracle IDLE_TIME profile parameter
DO3536-ORACLE11
CAT II
10
Modify profiles to meet the idle time requirement.
From SQL*Plus:
alter profile default limit idle_time 15;
alter profile [profile name] limit idle_time [IAO-approved value];
Authorize and document any profiles that require idle times greater than 15 minutes in the System Security Plan.
From SQL*Plus:
select profile, limit from DBA_PROFILES
where profile = ’DEFAULT’
and resource_name = ’IDLE_TIME’;
select profile, limit from DBA_PROFILES
where profile <> ’DEFAULT’
and resource_name = ’IDLE_TIME’;
If the idle time on the DEFAULT profile is greater than 15 minutes, this is a Finding.
If any non-default profiles have an idle time setting greater than 60 minutes or are set to an UNLIMITED value and not documented in the System Security Plan or not authorized by the IAO, this is a Finding.
V-2552
False
DO3536-ORACLE11
From SQL*Plus:
select profile, limit from DBA_PROFILES
where profile = ’DEFAULT’
and resource_name = ’IDLE_TIME’;
select profile, limit from DBA_PROFILES
where profile <> ’DEFAULT’
and resource_name = ’IDLE_TIME’;
If the idle time on the DEFAULT profile is greater than 15 minutes, this is a Finding.
If any non-default profiles have an idle time setting greater than 60 minutes or are set to an UNLIMITED value and not documented in the System Security Plan or not authorized by the IAO, this is a Finding.
M
Database Administrator
1367