摘要: sequence只能保证唯一性,不能保证连续性 row cache lock :调用sequence.nextval过程中(nocache) SQ锁 : 调用sequence.nextval过程中(cache+noorder) SV锁(dfs lock handel) :RAC上节点之间顺序得到保障 阅读全文
posted @ 2021-11-02 16:06 harrison辉 阅读(601) 评论(0) 推荐(0)