一:硬解析造成的shared pool latch 争用:
每一个sql被执行之前,先要到library cache中根据hash_value查找parent cursor,这就需要先获得library cache latch;
也就是说硬解析和软解析都有可能造成latch 争用
查看这些非常相似的语句:
select orguser0_.ID as ID359_, orguser0_.NAME as NAME359_, orguser0_.EMA |
一:硬解析造成的shared pool latch 争用:
每一个sql被执行之前,先要到library cache中根据hash_value查找parent cursor,这就需要先获得library cache latch;
也就是说硬解析和软解析都有可能造成latch 争用
查看这些非常相似的语句:
select orguser0_.ID as ID359_, orguser0_.NAME as NAME359_, orguser0_.EMA |