I understand statspack (from Oracle) can display query plan information with snap level 6. I understand that if there is a variation in plan statistics then the same query plan will have multiple entries (same hash value) for same query plan in the statspack report, for the given time period betwen snapshots.
If there are two query plans which are identical but have differences in where clause, are they considered different in statspack or "normalized" to one plan? If they are normalized, then is every value of plan node (estimated and actual cost) averaged in normalized plan?
Thank you Sameer