Search notes:

Oracle SQL: ROLLBACK

See also

undo data
PL/SQL procedures can be prevented from executing rollback (or commit) by executing alter session disable commit in procedure.
TCL statements
DDL statements commits the current transaction and can therefore not be rolled back.

Index