Page 1 of 1

View the Exhibit exhibit1 to examine the series of SQL commands and parameter settings.View the Exhibit exhibit2 to exam

Posted: Sun Jun 11, 2023 3:49 pm
by answerhappygod
View the Exhibit exhibit1 to examine the series of SQL commands and parameter settings.View the Exhibit exhibit2 to examine the plans available in the SQL plan baseline.The first plan (in red) is created when OPTIMIZER_MODE is set to ALL_ROWS and the second plan (in blue) is created when OPTIMIZER_MODE is set to FIRST_ROWS.WhichSQL plan baseline would be used if the SQL query in exhibit1 is executed again when the value of OPTIMIZER_MODE is set to FIRST_ROWS?
View The Exhibi 1
View The Exhibi 1 (178.28 KiB) Viewed 301 times
View The Exhibi 2
View The Exhibi 2 (293.81 KiB) Viewed 301 times
A. the second plan, because it is a fixed plan
B. the first plan, because it is an accepted plan
C. the second plan, because it is the latest generated plan in FIRST_ROW mode
D. A new plan, because the second plan in FIRST_ROW mode is not an accepted plan