1z0-083 Exam QuestionsBrowse all questions from this exam

1z0-083 Exam - Question 45


Which three are true about the SQL Tuning Advisor? (Choose three.)

Show Answer
Correct Answer: ABDF

The SQL Tuning Advisor checks each query being analyzed for stale and missing statistics to ensure optimal execution plans. It can recommend semantic changes to SQL statements, addressing logic and structural issues that could lead to suboptimal performance. While it can consider multiple SQL statements as a group, it does not exclusively build SQL profiles for each poorly performing SQL statement.

Discussion

15 comments
Sign in to comment
ald85
Jun 19, 2020

I think ABD

markwu01
Jul 13, 2020

Agree with ABD

rodriguesJC
Oct 25, 2021

Semantic changes????? I think is ABF, because can build SQL profiles

freemun05
Mar 18, 2022

depends on who SQL Prof. is runing, it's only true for auto mode , in manual it is only recomendation.

dancymonkey
Jan 21, 2024

ABD https://docs.oracle.com/en/database/oracle/oracle-database/19/tgsql/sql-tuning-advisor.html#GUID-CB843CA1-6160-4918-BC71-86E36775EF15 AB - If these statistics are stale or missing, then the optimizer can generate suboptimal plans. Automatic Tuning Optimizer checks for missing or stale statistics, and recommends gathering fresh statistics if needed. D - During structural analysis, Automatic Tuning Optimizer tries to identify syntactic, semantic, or design problems that can lead to suboptimal performance. The goal is to identify poorly written SQL statements and to advise you how to restructure them. not c - only recommends syntactic changes

veginhaOptions: ABF
Jun 20, 2020

i think this is well answered, ABF

ManojxOptions: ABD
May 23, 2021

ABD https://docs.oracle.com/en/database/oracle/oracle-database/18/tgsql/sql-tuning-advisor.html#GUID-73AB38C1-A7F6-401E-9010-B4476E173673

PortlandFighters
Sep 28, 2021

Agree, it is ABD.

rashedptdbaOptions: ABD
Oct 6, 2021

Correct:A,B,D

cerebro2000xOptions: ABF
Aug 8, 2020

abf is correct

test202102Options: ABD
Feb 1, 2021

I vote for ABD

egore0496Options: ABD
Jan 16, 2022

Not F "for improving performance of high-load SQL statements" NOT "for each poorly performing SQL statement" https://docs.oracle.com/en/database/oracle/oracle-database/18/tgsql/sql-tuning-advisor.html#GUID-73AB38C1-A7F6-401E-9010-B4476E173673 SQL Tuning Advisor is a mechanism for resolving problems related to suboptimally performing SQL statements. Use SQL Tuning Advisor to obtain recommendations for improving performance of high-load SQL statements, and prevent regressions by only executing optimal plans.

marcinb32Options: ABF
Jul 6, 2020

ABF https://docs.oracle.com/en/database/oracle/oracle-database/18/tgsql/sql-tuning-advisor.html#GUID-6677340C-7DB3-4F0E-9921-46687E5EDC78

flaviogcmeloOptions: ABD
Sep 15, 2022

https://docs.oracle.com/en/database/oracle/oracle-database/19/tgsql/sql-tuning-advisor.html#GUID-73AB38C1-A7F6-401E-9010-B4476E173673

klever35
Jun 21, 2020

B and D

janwOptions: ABF
Aug 12, 2020

abf it is!

janw
Aug 19, 2020

i change to ABD! it will not create a profile for EACH poorly, e.g. one time queries. further: µµThe Automatic Tuning Optimizer identifies common problems with structure of SQL statements than can lead to poor performance. These could be syntactic, semantic, or design problems with the statement.

Neil107Options: ABF
Aug 8, 2021

It's ABF.

_gio_Options: ABD
Apr 26, 2023

i think abd

gurettoOptions: ABF
Dec 11, 2023

A B F: "F" because the question is related to "SQL Tuning Advisor" not to the "Automatic" one. Therefore the following applies: "SQL profiles are created when a DBA invokes SQL Tuning Advisor." (https://docs.oracle.com/en/database/oracle/oracle-database/19/tgsql/managing-sql-profiles.html#GUID-1AC3C45E-331A-4016-8FE8-7FEFFD8D7220) "D" is false because it can recommend syntactic, not semantic, restructuring

auwia
Jun 19, 2024

F is saying for each poor ... D. Is saying "can" Probably they are A, B, D the correct answers.

YennismOptions: ABF
Jan 4, 2024

i think this is well answered, ABF

Kuraudio
Jan 14, 2024

D should be correct according to: https://docs.oracle.com/en/database/oracle/oracle-database/19/tgsql/sql-tuning-advisor.html#GUID-982EB0FC-AADD-4741-B0AA-79005C3AF657