Question 49

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? (Choose two.)

Correct Answer:AE
11G has a new feature called Invisible Indexes. An invisible index is invisible to the optimizer as default. Using this feature, we can test a new index without effecting the execution plans of the existing sql statements or we can test the effect of dropping an index without dropping it.

Question 50

Your database supports an online transaction processing (OLTP) workload in which one of the applications creates a temporary table for a session and performs transactions on it. This consumes a lot of undo tablespace and generates lots of redo.
Which two actions would you take to solve this problem? (Choose two.)

Correct Answer:AD

Question 51

Which three statements are true PFILEs, SPFILEs or both? (Choose three.)

Correct Answer:BDE

Question 52

Which two statements are true about initialization parameter files? (Choose two.)

Correct Answer:BE

Question 53

The HR user updates the salary of one of the employees in the non-partitioned EMPLOYEES table, but does not commit the transaction.
Which two types of lock exist in this situation? (Choose two.)

Correct Answer:DE

Question 54

Examine the following impdp command to import a database over the network from a pre-12c Oracle database (source):
1Z0-062 dumps exhibit
Which three are prerequisites for successful execution of the command? (Choose three.)

Correct Answer:ABD
In this case we have run the impdp without performing any conversion if endian format is different then we have to first perform conversion.

START 1Z0-062 EXAM