Question 36
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?
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 37
What is the effect of specifying the "ENABLE PLUGGABLE DATABASE" clause in a "CREATE DATABASE” statement?
Question 38
Which three statements are true about Oracle Restart? (Choose three.)
Question 39
Which two partitioned table maintenance operations support asynchronous Global Index Maintenance in Oracle database 12c?
Question 40
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?
following sequence statements:

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