cursor: pin S && cursor: pin S wait on X

1.cursor: pin S

(1). 发生原因
  相同SQL大量并发导致产生该等待事件

(2).措施:
分散mutex争用
select /*1*/ * from dual;
select /*2*/ * from dual;


2.cursor: pin S wait on X
(1).发生原因:
1.较高的硬解析
2.高版本问题
3.Bug
(2).措施
- 确认硬解析原因(绑定变量or share pool size)
- 对该SQL涉及的对象执行DDL语句