会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ppjj
博客园
首页
新随笔
联系
管理
2016年3月5日
oracle中把函数的执行权限赋个某个用户
摘要: 赋权:grant execute on function1 to ucr_dtb1;收回执行权限:revoke execute on function1 from ucr_dtb1; 在ucr_dtb1用户下执行函数: select exp_dtb1.function1('xxxxx') from
阅读全文
posted @ 2016-03-05 17:11 ppjj
阅读(10652)
评论(0)
推荐(0)
公告