Information
Default passwords should not be used by Oracle database users.
Rationale:
Default passwords should be considered 'well known' to attackers. Consequently, if default passwords remain in place, any attacker with access to the database can authenticate as the user with that default password.
Solution
To remediate this setting, execute the following SQL statement for each PROFILE returned by the audit procedure.
ALTER PROFILE <profile_name> LIMIT INACTIVE_ACCOUNT_TIME 120;