oracle中把函数的执行权限赋个某个用户

赋权:grant execute on function1 to ucr_dtb1;
收回执行权限:revoke execute on function1 from ucr_dtb1;

在ucr_dtb1用户下执行函数:

select exp_dtb1.function1('xxxxx') from dual;

posted @ 2016-03-05 17:11  ppjj  阅读(9726)  评论(0编辑  收藏  举报