模拟latch:cbc等待

来源:互联网 发布:python 处理get请求 编辑:程序博客网 时间:2024/05/21 23:53
declare
  myid number;
begin
  for i in 1..10000000 loop
    select id1 into myid from a2_70m where rowid='AAACYJAAEAAAAAUAAA';
  end loop;
end;

/



将这段过程在两个会话同时执行


原创粉丝点击