A new user account, 'DEV01', has been successfully created using the `CREATE USER` statement. However, when the user attempts to connect to the database, they receive an 'ORA-01045: user DEV01 lacks CREATE SESSION privilege; logon denied' error. What is the most likely cause of this issue?
-
A
The user account is locked.
-
B
The user has not been granted the CREATE SESSION system privilege.
-
C
The user's default tablespace quota is set to zero.
-
D
The user entered an incorrect password.