Question 291

On your Oracle 12c database, you Issue the following commands to create indexes
SQL > CREATE INDEX oe.ord_customer_ix1 ON oe.orders (customers_id, sales_rep_id) INVISIBLE;
SQL> CREATE BITMAP INDEX oe.ord_customer_ix2 ON oe.orders (customers_id, sales_rep_id);
Which two statements are correct?
  • Question 292

    Which three file types are stored in the Fast Recovery Area by default in a traditional nonOMF file system?
    (Choose three.)
  • Question 293

    A database uses Automatic Storage Management (ASM) as database storage, which has a diskgroup, DATA1, which is created as follows:

    What happens when the FAILGRP1 failure group is corrupted?
  • Question 294

    Which statement is true about the Log Writer process?
  • Question 295

    Your multitenant container database, CDB1, is running in ARCHIVELOG mode and has two pluggable
    databases, HR_PDB and ACCOUNTS_PDB. An RMAN backup exists for the database.
    You issue the command to open ACCOUNTS_PDB and find that the USERDATA.DBF data file for the
    default permanent tablespace USERDATA belonging to ACCOUNTS_PDB is corrupted.
    What should you do before executing the commands to restore and recover the data file in
    ACCOUNTS_PDB?