I do not think u could get the DML operations unless u previously
opened auditing on the tables.
You can track the DML operations done on the tables by enabling auditing option in oracle database. But it increases the load of the server on each DML operation. Should be carefull when and the extent of the auditing.
regards,