1Z0-117 無料問題集「Oracle Database 11g Release 2: SQL Tuning」
You are administering a database supporting a DDS workload in which some tables are updated frequently but not queried often. You have SQL plan baseline for these tables and you do not want the automatic maintenance task to gather statistics for these tables regularly.
Which task would you perform to achieve this?
Which task would you perform to achieve this?
正解:B
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
You execute the following query for the first time:

Examine the SQL statement processing steps:
1.The value of the variable SAL is obtained to run the query.
2.The syntax of the query is checked
3.A parse tree for the query is generated
4.Semantics for the query are checked
5.The required rows are fetched
6.The SQL is executed to produce the required result.
Which is the correct order of execution of the above query?

Examine the SQL statement processing steps:
1.The value of the variable SAL is obtained to run the query.
2.The syntax of the query is checked
3.A parse tree for the query is generated
4.Semantics for the query are checked
5.The required rows are fetched
6.The SQL is executed to produce the required result.
Which is the correct order of execution of the above query?
正解:D
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
You are administering a database supporting an OLTP workload. A new module was added to one of the applications recently in which you notice that the SQL statements are highly resource intensive in terms of CPU, I/O and temporary space. You created a SQL Tuning Set (STS) containing all resource-intensive SQL statements. You want to analyze the entire workload captured in the STS. You plan to run the STS through the SQL Advisor.
Which two recommendations can you get?
Which two recommendations can you get?
正解:A、E
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
To accomplish this, identify the required steps in the correct order from the steps given below:
1.Use DBNMS_APPLICATION_INFO to set the name of the module
2.Use DBMS_MONITOR.SERV_MOD_ACT_STAT_ENABLE to enable statistics gathering for the module.
3.Use DBMS_MONITOR.SERV_MOD_ACT_TRACE_ENABLE to enable tracing for the service
4.Use the trcsess utility to consolidate the trace files generated.
5.Use the tkprof utility to convert the trace files into formatted output.
1.Use DBNMS_APPLICATION_INFO to set the name of the module
2.Use DBMS_MONITOR.SERV_MOD_ACT_STAT_ENABLE to enable statistics gathering for the module.
3.Use DBMS_MONITOR.SERV_MOD_ACT_TRACE_ENABLE to enable tracing for the service
4.Use the trcsess utility to consolidate the trace files generated.
5.Use the tkprof utility to convert the trace files into formatted output.
正解:C
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)