can we force execution plan for SQL ID with having OPTIMIZER_CAPTURE_SQL_PLAN_BASELINES=FALSE
Oracle Product = Enterprise Edition
Version : 19.20
Hi Team,
Application Team requested to force good execution plan in one of PROD DB.
We have checked from DB end and found below parameter is not enabled.
OPTIMIZER_CAPTURE_SQL_PLAN_BASELINES=FALSE
So, is it possible to force execution plan for specific SQL ID, even OPTIMIZER_CAPTURE_SQL_PLAN_BASELINES parameter is not enabled.
or we need to enable OPTIMIZER_CAPTURE_SQL_PLAN_BASELINES parameter then only we can force execution plan?