Password profile for system accounts
Hi team,
I have received request to create password profile for our system accounts (sys, system). Database is version 12.1 and internal auditors wish to place in these values for password profile:
CREATE PROFILE SYS_PROFILE LIMIT
SESSIONS_PER_USER UNLIMITED
CPU_PER_SESSION UNLIMITED
CPU_PER_CALL UNLIMITED
CONNECT_TIME UNLIMITED
IDLE_TIME 15
LOGICAL_READS_PER_SESSION UNLIMITED
LOGICAL_READS_PER_CALL UNLIMITED
COMPOSITE_LIMIT UNLIMITED
PRIVATE_SGA UNLIMITED
FAILED_LOGIN_ATTEMPTS 5
PASSWORD_LIFE_TIME 97
PASSWORD_REUSE_TIME 5
PASSWORD_REUSE_MAX 5
PASSWORD_LOCK_TIME 0.0206
PASSWORD_GRACE_TIME 1
PASSWORD_VERIFY_FUNCTION ORA12C_STRONG_VERIFY_SYS;
My only concern is IDLE_TIME = 15 minutes for SYS user. Does this setup will affect database in any way? Just to mention database is a part of EBS.