CREATE USER john IDENTIFIED BY j345 LOGIN POLICY lp;
Because John belongs to lp login policy
where max_failed_login_attempts=5,
then this user will not be able to log in to the IQ server as soon
as he exceeds the limit 5 for max_failed_login_attempts.