READ Free Dumps For Oracle- 1z0-050
Question ID 6057 | An index called ORD_CUSTNAME_IX has been created on the CUSTNAME column in the ORDERS table using the following command: SQL>CREATE INDEX ord_custname_ix ON orders(custname) The ORDERS table is frequently queried using the CUSTNAME column in the WHERE clause. You want to check the impact on the performance of the queries if the index is not available. You do not want the index to be dropped or rebuilt to perform this test. Which is the most efficient method of performing this task? |
Option A | disabling the index |
Option B | making the index invisible |
Option C | making the index unusable |
Option D | using the MONITORING USAGE clause for the index |
Correct Answer | B |
Question ID 6058 | Which tasks can be accomplished using the DBMS_LOB.SETOPTIONS procedure? |
Option A | only encryption and compression settings for all SecureFile LOBs |
Option B | only encryption and deduplication settings for only SecureFile CLOBs |
Option C | deduplication, encryption, and compression settings for all SecureFile LOBs |
Option D | deduplication, encryption, and compression settings only for SecureFile CLOBs |
Correct Answer | C |