nerdexam
Oracle

1Z0-067 · Question #171

You are administering a multitenant container database (CDB) cdb1 that has multiple pluggable databases (PDBs). As the sys user on cdb$root, you execute the commands: SQL> CREATE USER C##ADMIN…

The correct answer is B. It has a common schema for all the PDBs. C. It can create common users only when it is logged in to the CDB. See the full explanation below for the reasoning.

Question

You are administering a multitenant container database (CDB) cdb1 that has multiple pluggable databases (PDBs). As the sys user on cdb$root, you execute the commands:

SQL> CREATE USER C##ADMIN IDENTIFIED BY orc1123; SQL> GRANT CREATE SESSION to C##ADMIN CONTAINER=ALL; SQL> GRANT CREATE USER TO C##ADMIN CONTAINER=ALL; Which two statements are true about the c##admin user that is created in all PDBs?

Options

  • AIt can create only local users in all the PDBs.
  • BIt has a common schema for all the PDBs.
  • CIt can create common users only when it is logged in to the CDB.
  • DIt can create only local users in the CDB.
  • EIt can be granted only common roles in the PDBs.

How the community answered

(27 responses)
  • A
    4% (1)
  • B
    74% (20)
  • D
    15% (4)
  • E
    7% (2)

Community Discussion

No community discussion yet for this question.

Full 1Z0-067 Practice