UCF STIG Viewer Logo

The IDLE_TIME profile parameter should be set for Oracle profiles IAW DoD policy.


Overview

Finding ID Version Rule ID IA Controls Severity
V-2552 DO3536-ORACLE11 SV-24564r1_rule ECLO-1 Medium
Description
The Idle Time Resource Usage setting limits the maximum idle time allowed in a session. Idle time is a continuous inactive period during a session, expressed in minutes. Long-running queries and other operations are not subject to this limit. Setting an Idle Time Resource Usage limit helps prevent users from leaving applications open when they are away from their desks.
STIG Date
Oracle 11 Database Instance STIG 2014-01-14

Details

Check Text ( None )
None
Fix Text (F-26529r1_fix)
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.