Your multitenant container database (CDB) contains several pluggable databases (PDBs). A common user C##A_ADMIN, is created with connect privileges. You execute this command from the root container: SQL> GRANT create tablespace to C##A_ADMIN; Which statement is true? A. The command…

Your multitenant container database (CDB) contains several pluggable databases (PDBs). Users C##A_ADMIN and B_ADMIN have only connect privileges. You create a common role C##_ROLE1 with common privileges CREATE TABLE and SELECT ANY TABLE. You then execute these commands to grant…

DBS_IND_PARTITIONS.ORPHANED_ENTRIES contains YES for several index partitions. This is due to the use of deferred index maintenance. Which three methods will remove the orphaned keys? (Choose three.) A. using ALTER INDEX REBUILD PARTITION once for each affected local index partition…