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

在ucr_dtb1用户下执行函数:

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

相关文章:

  • 2022-12-23
  • 2021-12-18
  • 2021-04-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-08
相关资源
相似解决方案