Are values of following columns in dba_hist_sql_plan accurate?
Hi all,
We often encounter inaccurate cost or cardinality values for a sql plan when we don't get a sql actually executed,but can we get accurate values for column COST,CARDINALITY,BYTES,CPU_COST,IO_COST from dba_hist_sql_plan since the data is saved after the sql gets actually executed?
thanks