Oracle Isolation Levels : Read-only (317)

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语句

[@more@]
请使用浏览器的分享功能分享到微信等