1Z1-060 Exam Question 171

On your Oracle Database, you issue the following commands to create indexes:
SQL > CREATE INDEX oe.ord_customer_ix1 ON oe.orders (customer_id, sales_rep_id) INVISIBLE; SQL> CREATE BITMAP INDEX oe.ord_customer_ix2 ON oe.orders (customer_id, sales_rep_id); Which two statements are true? (Choose two.)
  • 1Z1-060 Exam Question 172

    You plan to use the In Database Archiving feature of Oracle Database 12c, and store rows that are inactive for over three months, in Hybrid Columnar Compressed (HCC) format.
    Which three storage options support the use of HCC?
  • 1Z1-060 Exam Question 173

    In your Database, theTBS PERCENT USEDparameter is set to 60 and the TBS PERCENT FREE parameter is set to 20.
    Which two storage-tiering actions might be automated when using information Lifecycle Management (ILM) to automate data movement?
  • 1Z1-060 Exam Question 174

    Which three statements are true about the working of system privileges in a multitenant control database (CDB) that has pluggable databases (PDBs)?
  • 1Z1-060 Exam Question 175

    Identify two correct statements about multitenant architectures.