creating a profile with the time period for locking the account: : PROFILE « User Previliege « Oracle PL / SQL






creating a profile with the time period for locking the account:

 

CREATE PROFILE test_profile
LIMIT FAILED_LOGIN_ATTEMPTS 5
PASSWORD_LOCK_TIME UNLIMITED


 

Related examples in the same category