| Exam Code/Number: | 1Z0-117Join the discussion |
| Exam Name: | Oracle Database 11g Release 2: SQL Tuning Exam |
| Certification: | Oracle |
| Question Number: | 125 |
| Publish Date: | Dec 17, 2025 |
|
Rating
100%
|
|
Which statement is true about an SQL plan baselines that are fixed?
You ran a high load SQL statement that used an index through the SQL Tuning Advisor and accepted its recommendation for SQL profile creation. Subsequently you noticed that there has been a 2% growth in number of rows in the tables used by the SQL statement and database statistics have also been refreshed.
How does this impact the created SQL profile?
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.
Examine the exhibit to view the query and its execution plan?
What two statements are true?
You plan to bulk load data using INSERT /*+PARALLEL*/ INTO . . . . SELECT FROM statements.
Which four types of operations can execute in parallel on tables that have no bitmapped indexes or materialized views defined on term?