Hi,
We are running our database on oracle 12.1.0.2 standard edition.
Suddenly performance degraded for a DELETE statement without any change. I suspect that query plan got changed but not sure how to identify what was previous plan.
When I looked statspack reports for good and bad run, I can see only query old_hash_value. But it remains same.
Is there a way to check what execution plan it was using before plan change?