Administrator
|
APPLSYSPUB is a database user.
So , your issue is regarding the database password management, the profiles.
It seems the profile that is given to the APPLSYSPUB db account has a limitation for password.
As for the application db users; it is recommended to have a db profile as follows;
Password Parameters Application Profile Administrator Profile
FAILED_LOGIN_ATTEMPTS UNLIMITED
PASSWORD_LIFE_TIME UNLIMITED
PASSWORD_REUSE_TIME 180
PASSWORD_REUSE_MAX UNLIMITED
PASSWORD_LOCK_TIME UNLIMITED
PASSWORD_GRACE_TIME UNLIMITED
|