第一种解决方法:
锁上编辑锁,加上查询他的ROWID就可以打开修改锁修改数据了
例:
select t.*,t.rowid from scott.emp t
第二种解决方法:
也可以 select t.* from scott.emp t for update 二种方式
第一种解决方法:
锁上编辑锁,加上查询他的ROWID就可以打开修改锁修改数据了
例:
select t.*,t.rowid from scott.emp t
第二种解决方法:
也可以 select t.* from scott.emp t for update 二种方式
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。