赋予oracle执行存储过程权限和创建表权限
grant create any table to username;
grant create any procedure to username;
grant execute any procedure to username;</pre>
grant create any table to username;
grant create any procedure to username;
grant execute any procedure to username;</pre>
本文标题:赋予oracle执行存储过程权限和创建表权限
本文链接:https://www.haomeiwen.com/subject/hwqfvctx.html
网友评论