Which two statements are true?

You execute the commands:

Which two statements are true?

You execute the commands:

Which two statements are true?

A.
The create user command fails if any role with the name Sidney exists in the database.

B.
The user Sidney can connect to the database instance but cannot perform sort operations because no
space quota is specified for the temp tablespace.

C.
The user Sidney is created but cannot connect to the database instance because no profile is default.

D.
The user Sidney can connect to the database instance but requires relevant privileges to create objects in
the users tablespace.

E.
The user Sidney is created and authenticated by the operating system.



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Richard

Richard

The correct answer should be A and E because a quota of 10M is already assigned on the default tablespace USERS. You don’t need additional privileges to create objects in the users tablespace.