Transaction Oracle PLSQL Tutorial

begin
    set transaction isolation level read committed;
end;
/
SQL>