Hi We're using Oracle 11.2. We have a bad hash plan that's causing a query to run too long. We want to delete that hash plan so it won't be used again.
Does anyone know how to do this? I know you can delete a bad tunning session using:
BEGIN dbms_sqltune.drop_tuning_task('Bad Tunning Session'); END;
But what if all you have is a bad hash plan?