nerdexam
Oracle

1Z0-061 · Question #207

The DBA issues this SQL command: CREATE USER Scott IDENTIFIED by tiger; What privileges does the user Scott have at this point?

The correct answer is A. No privileges. There are no privileges for the user Scott at this point. They are not added themselves to the user immediately after creation. The DBA needs to grant all privileges explicitly. Incorrect Answers B:. There are no privileges for the user Scott at this point. SELECT privilege…

Controlling User Access

Question

The DBA issues this SQL command:

CREATE USER Scott IDENTIFIED by tiger; What privileges does the user Scott have at this point?

Options

  • ANo privileges.
  • BOnly the SELECT privilege.
  • COnly the CONNECT privilege.
  • DAll the privileges of a default user.

How the community answered

(24 responses)
  • A
    79% (19)
  • B
    4% (1)
  • C
    13% (3)
  • D
    4% (1)

Explanation

There are no privileges for the user Scott at this point. They are not added themselves to the user immediately after creation. The DBA needs to grant all privileges explicitly. Incorrect Answers B:. There are no privileges for the user Scott at this point. SELECT privilege needs to be added to C:. There are no privileges for the user Scott at this point. CONNECT privilege needs to be added to the user Scott. D:. There is no default user in Oracle.

Topics

#CREATE USER#initial privileges#user creation#security

Community Discussion

No community discussion yet for this question.

Full 1Z0-061 Practice