当前位置:网站首页>ORACLE 实现另外一个用户修改包(package)
ORACLE 实现另外一个用户修改包(package)
2022-08-01 05:17:00 【CSDN问答】
ORACLE 实现另外一个用户修改包(package)
用户A上面有一个包,我想授权给用户B,然后B就可以直接修改A。
我试了这种方式:
GRANT ALL ON 包名 TO B用户;
然后在B用户上修改包后,然后编译,结果提示权限不足。
oracle有提供这种功能吗?
边栏推荐
猜你喜欢

MySQL-Data Definition Language-DDLdatebase define language

2022/07/29 入职健海JustFE团队,我学到了高效开发(年中总结)

What should I do if the neural network cannot be trained?

字符中的第一个唯一字符
![[target detection] YOLOv7 theoretical introduction + practical test](/img/ff/a83acbf9dd5cc2f907f3538d287842.png)
[target detection] YOLOv7 theoretical introduction + practical test

pytorch、tensorflow对比学习—计算图和微分机制

(2022 Niu Ke Duo School IV) N-Particle Arts (Thinking)

(more than 2022 cattle school four) A - Task Computing + dynamic programming (sort)

typescript26 - literal types

UE4 模型OnClick事件不生效的两种原因
随机推荐
Selenium:表单切换
LeetCode 27. 移除元素
typescript26 - literal types
LeetCode 9. 回文数
pytroch、tensorflow对比学习—专栏介绍
vim configuration + ctag is as easy to read code as source insight
(2022 Nioke Duo School IV) H-Wall Builder II (Thinking)
程序员代码面试指南 CD15 生成窗口最大值数组
导致锁表的原因及解决方法
2022年湖南工学院ACM集训第六次周测题解
USB3.0:VL817Q7-C0的LAYOUT指南(三)
Robot_Framework:关键字
关于给Qt做一个软件初始化的进度条
y83.第四章 Prometheus大厂监控体系及实战 -- prometheus告警机制进阶(十四)
MySQL-Data Definition Language-DDLdatebase define language
微信小程序接口调用凭证(获取token)auth.getAccessToken接口开发
pytroch、tensorflow对比学习—使用GPU训练模型
Swastika line-by-line parsing and realization of the Transformer, and German translation practice (2)
[target detection] YOLOv7 theoretical introduction + practical test
万字逐行解析与实现Transformer,并进行德译英实战(一)