当前位置:网站首页>ORACLE modify another user package (package)
ORACLE modify another user package (package)
2022-08-01 05:24:00 【CSDN Q&A】
ORACLE implements another user modification package (package)
User A has a package on it, I want to authorize user B, and then B can directly modify A.
I tried this method:
GRANT ALL ON package name TO B user;
Then after modifying the package on B user, and then compiling, the result shows that the permission is insufficient.
oracle provides such a function?
边栏推荐
猜你喜欢

MySQL-Data Definition Language-DDLdatebase define language

【MySQL必知必会】 表的优化 | 充分利用系统资源

Qt Widget project loading example of qml

可视化全链路日志追踪

WPF入门项目必知必会-初步了解数据绑定 binding

II. Binary tree to Offer 68 - recent common ancestor

AspNet.WebApi.Owin 自定义Token请求参数

从离线到实时对客,湖仓一体释放全量数据价值

Robot growth in China

第5章——以程序方式处理MySQL数据表的数据
随机推荐
(Codeforce 757) E. Bash Plays with Functions
leetcode43 字符串相乘
中国的机器人增长
SL-12/2过流继电器
万字逐行解析与实现Transformer,并进行德译英实战(一)
(2022 Niu Ke Duo School IV) N-Particle Arts (Thinking)
(2022牛客多校四)D-Jobs (Easy Version)(三维前缀或)
混合型界面:对话式UI的未来
Jupyter shortcuts
4D line-by-line analysis and implementation of Transformer, and German translation into English (3)
[MySQL] 多表查询
DL-31/6电流继电器
小心你的字典和样板代码
Asynchronous reading and writing of files
将CSV文件快速导入MySQL中
Robot_Framework: Assertion
uva12326
MySQL-DML language-database operation language-insert-update-delete-truncate
Robot_Framework: keyword
微信小程序接口调用凭证(获取token)auth.getAccessToken接口开发