今天有现场报sql错误,错误sql语句 类似  select * from  tableA  where (exists  条件A   or exists 条件B),

单独执行  select * from  tableA  where exists 条件A  或者 select * from  tableA  where exists 条件B  是没有错误的,

所以感觉这是oracle的bug。

现场oracle版本:11.2.0.1.0;该现象在10g环境下是不存在的。

 

后来发现该问题在11.2.0.3.0版本是不存在的,于是现场升级,问题解决。

 

 

相关文章:

  • 2021-08-29
  • 2021-07-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-01
  • 2022-12-23
  • 2021-04-27
  • 2022-12-23
猜你喜欢
  • 2021-06-22
  • 2022-12-23
  • 2022-12-23
  • 2021-07-17
  • 2022-12-23
  • 2022-12-23
  • 2021-04-17
相关资源
相似解决方案