Question 21

Which two statements are true about variable extent size support for large ASM files?
  • Question 22

    A database is stored in an Automatic Storage Management (ASM) disk group, disk group, DGROUP1 with SQL:

    There is enough free space in the disk group for mirroring to be done.
    What happens if the CONTROLLER1 failure group becomes unavailable due to error of for maintenance?
  • Question 23

    You are connected using SQL* Plus to a multitenant container database (CDB) with SYSDBA privileges and execute the following sequence statements:

    What is the result of the last SET CONTAINER statement and why is it so?
  • Question 24

    Which two statements are true about the Database Configuration Assistant (DBCA)?
    (Choose two.)
  • Question 25

    The HR user owns the BONUSES table. HR grants privileges to the user TOM by using the command:
    SQL> GRANT SELECT ON bonuses TO tom WITH GRANT OPTION;
    TOM then executes this command to grant privileges to the user JIM:
    SQL> GRANT SELET ON hr.bonuses TO jim;
    Which statement is true?