exam questions

Exam 1z0-082 All Questions

View all questions & answers for the 1z0-082 exam

Exam 1z0-082 topic 1 question 31 discussion

Actual exam question from Oracle's 1z0-082
Question #: 31
Topic #: 1
[All 1z0-082 Questions]

In one of your databases, you create a user, HR, and then execute this command:
GRANT CREATE SESSION TO hr WITH ADMIN OPTION;
Which four actions can HR perform? (Choose four.)

  • A. Revoke the CREATE SESSION privilege from other users
  • B. Revoke the CREATE SESSION privilege from user HR
  • C. Log in to the database instance
  • D. Grant the CREATE SESSION privilege with ADMIN OPTION to other users
  • E. Execute DDL statements in the HR schema
  • F. Execute DML statements in the HR schema
Show Suggested Answer Hide Answer
Suggested Answer: ABCD 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Guhborges
3 months, 2 weeks ago
A.TRUE: SQL> revoke create session from g; Revoke succeeded. B. TRUE: SQL> revoke create session from hr; Revoke succeeded. C. TRUE: SQL> conn hr/hr@pdb3; Connected. D. TRUE: SQL> grant create session to hr with admin option; Grant succeeded. E. No make sense, you don't need this option to execute DDL F. Same of letter E>
upvoted 1 times
...
M_ORACLE_RU
5 months, 1 week ago
A. Revoke the CREATE SESSION privilege from other users - ORA-01031: insufficient privileges - false. B. Revoke the CREATE SESSION privilege from user HR – it works, true. C. Log in to the database instance – true. D. Grant the CREATE SESSION privilege with ADMIN OPTION to other users – true. E. Execute DDL statements in the HR schema – false. F. Execute DML statements in the HR schema – it works if somebody with appropriate rights creates some objects in hr’s schema. – so, it is also true. So, BCDF.
upvoted 3 times
...
raferen10
7 months, 1 week ago
Selected Answer: ABCD
ABCD is right
upvoted 2 times
...
crucinal1
10 months, 1 week ago
Selected Answer: ABCD
ABCD right
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago