Online Access Free 1z0-064 Exam Questions
| Exam Code: | 1z0-064 |
| Exam Name: | Oracle Database 12c: Performance Management and Tuning |
| Certification Provider: | Oracle |
| Free Question Number: | 120 |
| Posted: | Oct 23, 2025 |
Examine the query and its execution plan:
Explained.

Which two interpretations are correct?
You want to enable the Database Smart Flash Cache feature on your database. For this purpose, you configure two flash devices: /dev/sdj and /dev/sdk, with sizes of 64 GB and 32 GB, respectively.
Examine the parameters set for your database instance:
How would you make sure that the database uses these devices for Database Smart Flash Cache?
Your database supports an OLTP system.
Examine the parameter values configured in your database:
The CUSTOMERS table contains 8,000 rows. The CUST_ID column is the primary key and the COUNTRY_ID column contains only three possible values: 1111, 2222, and 3333.
You execute the commands:
SQL> EXECUTE DBMS_STATS.GATHER_TABLE_STATS('SH','CUSTOMERS');
PL/SQL procedure successfully completed.
SQL> CREATE INDEX COUNTRY_IDX ON CUSTOMERS (COUNTRY_ID);
Index created.
You then perform a series of INSERT, UPDATE, and DELETE operations on the table.
View the Exhibit to examine the query and its execution plan.
Which three options would improve the performance of the query? (Choose three.)

