1Z0-084試験無料問題集「Oracle Database 19c Performance and Tuning Management 認定」

Which two types of performance problems are reported by ADDM for PDBS?

解説: (GoShiken メンバーにのみ表示されます)
Examine this code block, which executes successfully:
DBMS_SERVER_ALERT. SET_THRESHOLD (
DBMS_SERVER_ALERT.CPU_TIME_PER_CALL, DBMS_SERVER_ALERT. OPERATOR_GE, '8000', DBMS_SERVER_ALERT.OPERATOR_GE, '10000', 1, 2, 'inst1', DBMS_SERVER_ALERT.OBJECT_TYPE_SERVICE, 'main.regress.rdbms.dev.us.example.com') ;

What will happen?

解説: (GoShiken メンバーにのみ表示されます)
You use SQL Tuning Advisor to tune a given SQL statement.
The analysis eventually results in the implementation of a SQL Profile.
You then generate the new SQL Profile plan and enforce it using a SQL Plan Baseline but forget to disable the SQL Profile and a few days later you find out that the SQL Profile is generating a new execution plan.
Which two statements are true?

解説: (GoShiken メンバーにのみ表示されます)
You must produce a consolidated formatted trace file by combining all trace files generated by all clients for a single service.
Which combination of utilities does this?

解説: (GoShiken メンバーにのみ表示されます)
Which two statements are true about session wait information contained in v$session or v$session_wait?

解説: (GoShiken メンバーにのみ表示されます)
Database performance has degraded recently.
index range scan operations on index ix_sales_time_id are slower due to an increase in buffer gets on sales table blocks.
Examine these attributes displayed by querying DBA_TABLES:

Now, examine these attributes displayed by querying DBA_INDEXES:

Which action will reduce the excessive buffer gets?

解説: (GoShiken メンバーにのみ表示されます)