Online Access Free 1z0-064 Practice Test
Exam Code: | 1z0-064 |
Exam Name: | Oracle Database 12c: Performance Management and Tuning |
Certification Provider: | Oracle |
Free Question Number: | 120 |
Posted: | Aug 31, 2025 |
Examine the structure of the EMPLOYEES table.
EMPLOYEE_ID is the primary key. No other indexes exist on this table.
View the Exhibit to examine the commands and their output.
Which two actions should you perform to make the cursor bind aware? (Choose two.)
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.)
Which two actions can reduce library cache latch contention for an OLTP application that repeatedly executes queries containing a mix of literals and bind variables? (Choose two.)
Queries on the SALES table frequently use the PROD_ID and COST_ID columns together in the WHERE clause. Examine the command:
Which three statements are true about executing this command?
Examine the parameters set for a database instance:
The database supports a DSS application that performs huge sort operations on large temporary tables with LOB columns. Schema objects used in queries are updated and new rows are inserted regularly. Users complain about the poor performance of a few queries. During investigation, you execute these queries:
Which two actions would you recommend to improve the performance of these queries?