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


