PL SQL Statements Oracle PLSQL Tutorial

SQL>
SQL> --An Explicit Commit
begin
   update ...;
   insert ...
   commit;
end;