I think this used to work fine before last version. If I select an Update or Delete from a program and try to Explain Plan, I get "ORA-00904: "V_ID_REG": invalid identifier".
Code:
Delete nxt_arq_imei
where id_reg = v_id_reg
I believe a collon used to be added to each variable.
Please, could you enhance this for v9 final release? I have to do this a lot. Why suppose only SELECT statements should have performance checked?!? This is the error I get now:
Maybe a partial approach... What if you handle only the WHERE clause like you do for select statements? This would be enough for DELETE statements and would also handle most of the UPDATEs.