Cause
A GRANT CONNECT statement was issued without the keyword IDENTIFIED.
Action
Check the syntax and insert the keyword IDENTIFIED after the last username. The format is
GRANT CONNECT TO user-list IDENTIFIED BY password-list;
Error Message
missing IDENTIFIED keyword
A GRANT CONNECT statement was issued without the keyword IDENTIFIED.
Check the syntax and insert the keyword IDENTIFIED after the last username. The format is
GRANT CONNECT TO user-list IDENTIFIED BY password-list;