返回数说广场
0
Oracle数据库中用户A的一个存储过程用到用户B下的表Tab_B及函数Fun_B,正确的赋权语句是:A
A
在B用户模式执行 grant select on Tab_B to A; grant execute on Fun_B to A;
B
在B用户模式执行 grant select on Tab_B to B; grant execute on Fun_B to B;
C
在A用户模式执行 grant select on Tab_B to B; grant execute on Fun_B to B;
D
在A用户模式执行 grant select on Tab_B to A; grant execute on Fun_B to A;
0
0 179
分享
评论
热门数说


