Loading

12 2017 档案

摘要:1 使用set transaction设置事务属性 2 只读事务 set transaction read only 3 读写事务 set transaction write; 4 在进行数据统计分析工作时,一般都会查询数据库中的多个表,此时可以将查询统计 5 工作定义为只读事务, 防止进行DML操 阅读全文
posted @ 2017-12-23 17:13 火柴天堂 阅读(1760) 评论(0) 推荐(1)