Question 276

You are administering a database stored in Automatic Storage Management (ASM). You use RMAN to back up the database and the MD_BACKUP command to back up the ASM metadata regularly. You lost an ASM disk group DG1 due to hardware failure.
In which three ways can you re-create the lost disk group and restore the data?
  • Question 277

    Your database instance has the following parameter setting:
    OS_AUTHENT_PREFIX = OPS$
    You execute the following command:

    And then grant OPS$GUEST_USERthe CREATE SESSIONprivilege.
    Which two statements are true? (Choose two.)
  • Question 278

    You find this query being used in your Oracle 12c database:

    Which method a used by the optimizer to limit the rows being returned?
  • Question 279

    Your multitenant container database (CDB) contains some pluggable databases (PDBs), you execute the
    following command in the root container:

    Which two statements are true? (Choose two.)
  • Question 280

    Your multitenant container (CDB) contains two pluggable databases (PDB), HR_PDB and ACCOUNTS_PDB, both of which use the CDB tablespace. The temp file is called temp01.tmp.
    A user issues a query on a table on one of the PDBs and receives the following error:
    ERROR at line 1:
    ORA-01565: error in identifying file '/u01/app/oracle/oradata/CDB1/temp01.tmp' ORA-27037: unable to obtain file status Identify two ways to rectify the error.