exam questions

Exam 1z0-063 All Questions

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

Exam 1z0-063 topic 1 question 144 discussion

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

You are administering a multitenant container database (CDB) that contains multiple pluggable databases (PDBs). You are connected to cdb$root as the sys user.
You execute the commands:
SQL> CREATE USER C##ADMIN IDENTIFIED BY orcll23;
SQL> CREATE ROLE C##CONNECT;
SQL> GRANT CREATE SESSION, CREATE TABLE, SELECT ANY TABLE TO C##CONNECT;
SQL> GRANT C##CONNECT to C##ADMIN CONTAINER=ALL;
Which statement is true about the c##connect role?

  • A. It is created only in cdb$root and cannot be granted to the c##admin user with the container=all clause.
  • B. It is granted to the c##admin user only in the CDB.
  • C. It is granted to the c##admin user in all PDBs and can be granted only to a local user in a PDB.
  • D. It is granted to the c##admin user in all PDBs and can be granted object and system privileges for a PDB.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
Sugar
5 years ago
Yes i agree D, considering CONTAINER =ALL
upvoted 1 times
...
Kalinos20
5 years, 5 months ago
Answer D
upvoted 1 times
...
sherifelia
5 years, 5 months ago
Answer D
upvoted 2 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 ...