nerdexam
Oracle

1Z0-083 · Question #93

Examine this configuration: 1. CDB1 is a container database. 2. COMMON_USER_PREFIX is C##. 3. PDB1 is a pluggable database contained in CDB1. 4. APP1_ROOT is an application container contained in…

The correct answer is A. APP1_USER1 can be created in PDB1. D. C##_APP_USER1 can be created in CDB1. For the common user: The username must be unique across all containers. So D is correct because APP_USER1 is different from APP1_USER1 in APP1_ROOT B,E are wrong because you can only create local user in specific PDB. A is true because APP1_USER1 is unique in PDB1 F is false…

Manage Multitenant Container Databases

Question

Examine this configuration: 1. CDB1 is a container database. 2. COMMON_USER_PREFIX is C##. 3. PDB1 is a pluggable database contained in CDB1. 4. APP1_ROOT is an application container contained in CDB1. 5. APP1_PDB1 is an application PDB contained in APP1_ROOT. You execute these commands successfully: Which two are true? (Choose two.)

Exhibit

1Z0-083 question #93 exhibit

Options

  • AAPP1_USER1 can be created in PDB1.
  • BAPP1_USER1 can be created in CDB1.
  • CAPP1_USER1 can have different privileges in each Application PDB contained in APP1_ROOT.
  • DC##_APP_USER1 can be created in CDB1.
  • EP1_USER1 can be created in CDB1.
  • FC##_USER1 will have the same privileges and roles granted in all PDBs in CDB1.

How the community answered

(36 responses)
  • A
    75% (27)
  • B
    6% (2)
  • C
    3% (1)
  • E
    3% (1)
  • F
    14% (5)

Explanation

For the common user: The username must be unique across all containers. So D is correct because APP_USER1 is different from APP1_USER1 in APP1_ROOT B,E are wrong because you can only create local user in specific PDB. A is true because APP1_USER1 is unique in PDB1 F is false because common user will not have the same privileges and role unless you grant it with option CONTAINER=ALL;

Topics

#application PDB users#common users#COMMON_USER_PREFIX#local users

Community Discussion

No community discussion yet for this question.

Full 1Z0-083 Practice