auditing dml on table with cursor_sharing
Knowing what value was used is important. Do I have any recourse here (other than turning cursor_sharing off)?
select sql_text from dba_common_audit_trail where object_name = 'DELETEME';
delete from deleteme where col1 = :"SYS_B_0"