当前位置: 代码迷 >> Oracle开发 >> oracle中多个进程可以使用merge into语句对同一个表操作不,能锁表吗
  详细解决方案

oracle中多个进程可以使用merge into语句对同一个表操作不,能锁表吗

热度:83   发布时间:2016-04-24 06:39:05.0
oracle中多个进程可以使用merge into语句对同一个表操作不,会锁表吗?
oracle中多个进程可以使用merge into语句对同一个表操作不,会锁表吗?
------解决方案--------------------
引用:
oracle中多个进程可以使用merge into语句对同一个表操作不,会锁表吗?

和update一样,会对表进行加锁
  相关解决方案