Re: Database Connection unable to view output of Concurrent Request
Posted by ErmanArslansOracleBlog on Oct 18, 2016; 10:56am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Database-Connection-unable-to-view-output-of-Concurrent-Request-tp1405p1407.html
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