Which statement is true about the PDB_DBA role granted to a local user during the creation of a new PDB?
The role has the privileges to administer the PDB.
The role has the privileges to perform DDL operations on all local schema objects.
The role has the privileges to create and manage users within the PDB.
No privileges are provided with the PDB_DBA role.
A.True. PDB_DBA grants admin rights (e.g., CREATE SESSION, ALTER SYSTEM) within the PDB.
B.False. DDL on objects requires ownership or explicit grants.
C.False. User management needs CREATE USER privilege, not inherent.
D.False. It includes multiple privileges, not none.
Submit