Read-only transactions see only those changes that were
committed at the time the transaction began and do not allow
INSERT, UPDATE, and DELETE statements.
Oracle隔离级别 : 只读模式
只读事务只能看到事务执行前就已经提交的数据,且事务中不能执行DML语句
Read-only transactions see only those changes that were
committed at the time the transaction began and do not allow
INSERT, UPDATE, and DELETE statements.
Oracle隔离级别 : 只读模式
只读事务只能看到事务执行前就已经提交的数据,且事务中不能执行DML语句