ORA-01045: user ... lacks CREATE SESSION privilege; logon denied 해결법
프로그래밍/DataBase 2009. 9. 1. 22:49This error is thrown if a user wants to log on a database but lacks the create session system privilege. In order to give someone this privilege, use:
grant create session to the_user;