oracle权限不足

xiaoxiao2021-02-28  120

在用户user2下执行  

select user1.SEQ_T_EMP.Nextval from dual; 权限不足 解决方法: 在用户user1下执行 grant select on SEQ_T_EMP to user2

转载请注明原文地址: https://www.6miu.com/read-37065.html

最新回复(0)