René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

rollback [Oracle SQL]

rollback;
rollback to savepoint savepoint_name;
rollback force force_name;
A rollback undoes all changes in the database that were done in the current transaction.