Hi,
Is it possible to make an Insert statement auto rollback in oracle i.e., when one of the users issue an insert statement, it should execute normally, but immediately it should roll back the insert from back end. Is it possible to do so?
The user will NOT commit immediately after the insert.