You execute the commands:

Which two statements are true? (Choose two.)
You execute the commands:
Which two statements are true? (Choose two.)
When creating a user in an Oracle database, existing roles with the same name will cause the create user command to fail, as a user cannot have the same name as an existing role in the database. This makes option A correct. Additionally, after granting the CREATE SESSION privilege, the user can connect to the database. However, to create objects in the USERS tablespace, the user needs further privileges such as CREATE TABLE or CREATE ANY TABLE, making option D correct.
Correct answers are A & D
A & D is correct