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?
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
View the Exhibit exhibit1 to examine the series of SQL commands and parameter settings.View the Exhibit exhibit2 to exam
-
- Site Admin
- Posts: 899566
- Joined: Mon Aug 02, 2021 8:13 am