在B用户中执行update tb b set b.name='bb' where b.id=1成功,但是在A
用户中执行update B.tb b set b.name ='bb' where b.id=1,没成功一直在执行。
已经grant select/update/alter on B.tb to A,这个怎么解决?
...全文
2194打赏收藏
oracle 怎么跨用户更新数据?
在B用户中执行update tb b set b.name='bb' where b.id=1成功,但是在A 用户中执行update B.tb b set b.name ='bb' where b.id=1,没成功一直在执行。 已经grant select/update/alter on B.tb to A,这个怎么解决?