1z1-064 試験問題を無料オンラインアクセス
| 試験コード: | 1z1-064 |
| 試験名称: | Oracle Database 12c: Performance Management and Tuning |
| 認定資格: | Oracle |
| 無料問題数: | 120 |
| 更新日: | 2026-09-25 |
You are administering a database that supports an OLTP workload. An application regularly creates global temporary tables and a large number of transactions are performed on them. You notice that performance is degraded because of excessive generation of undo due to a large number of transactions on the global temporary tables.
What is the recommended action to improve performance? (Choose the best answer.)
You define the warning threshold for the tablespace usage metric for the USERS tablespace to be 60% and the critical threshold to be 80%.
Which two sources should you check for the alert information when either the warning or the critical threshold is exceeded? (Choose two.)
Examine the command:
SQL> ALTER SYSTEM SET TEMP_UNDO_ENABLED = TRUE;
Which two statements are true about setting the parameter value to TRUE?
You are administering a database that supports an OLTP workload. RESULT_CACHE_MODE is set to the default value and a result cache is configured for the instance. Multiple sessions execute syntactically similar queries without dblinks, containing functions and expressions, on tables with no DML activity. Some users complain about poor performance of these queries.
You investigate and find that the queries are frequently performing physical I/O, even though the results fetched by the queries are similar.
Which two actions do you recommend to overcome the problem affecting these queries? (Choose two.)