当前位置:网站首页>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?
边栏推荐
- ORACLE 实现另外一个用户修改包(package)
- 微信小程序接口调用凭证(获取token)auth.getAccessToken接口开发
- Selenium:元素判断
- pytorch、tensorflow对比学习—功能组件(激活函数、模型层、损失函数)
- MySQL-DML语言-数据库操作语言-insert-update-delete-truncate
- (2022 Niu Ke Duo School IV) N-Particle Arts (Thinking)
- Selenium: element positioning
- 微信小程序获取手机号phonenumber.getPhoneNumber接口开发
- Selenium:上传、下载文件
- 对话MySQL之父:一个优秀程序员可抵5个普通程序员
猜你喜欢
NDK does not contain any platforms问题解决
Robot_Framework:关键字
leetcode125 验证回文串
PAT serie b write the number 1002
2022.7.26 模拟赛
从离线到实时对客,湖仓一体释放全量数据价值
Flip letters using string container
leetcode43 string multiplication
数据湖:数据同步工具NiFi
Code Interview Guide for Programmers CD15 Generating an Array of Windowed Maximums
随机推荐
使用string 容器翻转 字母
字符中的第一个唯一字符
Causes and solutions of lock table
Selenium: mouse, keyboard events
NDK does not contain any platforms problem solving
Selenium: form switching
pytroch、tensorflow对比学习—使用GPU训练模型
Selenium:元素判断
零序电流继电器器JL-8C-12-2-2
剑指 Offer 68 - II. 二叉树的最近公共祖先
(2022 Nioke Duo School IV) D-Jobs (Easy Version) (3D prefix or)
Hunan institute of technology in 2022 ACM training sixth week antithesis
MySQL-Data Definition Language-DDLdatebase define language
About making a progress bar for software initialization for Qt
I met a shell script
关于给Qt做一个软件初始化的进度条
Qt Widget project loading example of qml
pytroch、tensorflow对比学习—专栏介绍
What should I do if the neural network cannot be trained?
pytorch、tensorflow对比学习—功能组件(优化器、评估指标、Module管理)