我的编程空间,编程开发者的网络收藏夹
学习永远不晚

oracle 出现insufficient privileges

短信预约 -IT技能 免费直播动态提醒
省份

北京

  • 北京
  • 上海
  • 天津
  • 重庆
  • 河北
  • 山东
  • 辽宁
  • 黑龙江
  • 吉林
  • 甘肃
  • 青海
  • 河南
  • 江苏
  • 湖北
  • 湖南
  • 江西
  • 浙江
  • 广东
  • 云南
  • 福建
  • 海南
  • 山西
  • 四川
  • 陕西
  • 贵州
  • 安徽
  • 广西
  • 内蒙
  • 西藏
  • 新疆
  • 宁夏
  • 兵团
手机号立即预约

请填写图片验证码后获取短信验证码

看不清楚,换张图片

免费获取短信验证码

oracle 出现insufficient privileges

近来接触到ORACLE,这个数据库的理念还是挺不错的,学习过程中,遇到了很多小问题。也许同样的一个提示,在不同的层次意味着不同的解决方案。


    当我使用create table chem_dict_hello as select * from USR_HXPG.chem_dict_hello;就出现了insufficient privileges。


情景:就是我利用管理员新建了用户,然后想复制一部分表和数据到新用户下,角色和权限设置了一下,然后利用上述语句的时候,提示权限不足。


百度:大多数说是密码文件有问题,或者缓存,重新连接。


我的解决:就是我的新用户没有对该表的查询权限,给了就好了。虽然可以使用toad的快捷复制 数据,还是对权限多一点理解。igrant all on USR_HXPGL.CHEM_DICT_CHEM_CASFIX to USR_YJD

。表的权限有select ,update,insert,delete ,all.


总结:这就是菜鸟路上遇到的小问题。其实也是个思路的问题。

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

oracle 出现insufficient privileges

下载Word文档到电脑,方便收藏和打印~

下载Word文档

猜你喜欢

ORA-01031: insufficient privileges ORACLE 报错 故障修复 远程处理

文档解释ORA-01031: insufficient privilegesCause: An attempt was made to change the current username or password without the
ORA-01031: insufficient privileges ORACLE 报错 故障修复 远程处理
2023-11-04

ORA-55302: insufficient privileges string ORACLE 报错 故障修复 远程处理

文档解释ORA-55302: insufficient privileges stringCause: Sufficient privileges were not granted.Action: Ask the database
ORA-55302: insufficient privileges string ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-27486: insufficient privileges ORACLE 报错 故障修复 远程处理

文档解释ORA-27486: insufficient privilegesCause: An attempt was made to perform a scheduler operation without the required
ORA-27486: insufficient privileges ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-46070: Insufficient privileges ORACLE 报错 故障修复 远程处理

文档解释ORA-46070: Insufficient privilegesCause: An attempt was made to execute an Extensible security session function or
ORA-46070: Insufficient privileges ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-41602: insufficient privileges ORACLE 报错 故障修复 远程处理

文档解释ORA-41602: insufficient privilegesCause: The user does not have required privileges on the object.Action: Obtain
ORA-41602: insufficient privileges ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-38817: Insufficient privileges ORACLE 报错 故障修复 远程处理

文档解释ORA-38817: Insufficient privilegesCause: You did not have sufficient privileges to execute the subprogram package
ORA-38817: Insufficient privileges ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-09317: szprv: insufficient privileges ORACLE 报错 故障修复 远程处理

文档解释ORA-09317: szprv: insufficient privilegesCause: The password specified is invalidAction: See OSD error accompanying
ORA-09317: szprv: insufficient privileges ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-27374: insufficient privileges on event source queue ORACLE 报错 故障修复 远程处理

文档解释ORA-27374: insufficient privileges on event source queueCause: The job owner had insufficient privileges on the
ORA-27374: insufficient privileges on event source queue ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-55352: insufficient privileges for policy administration ORACLE 报错 故障修复 远程处理

文档解释ORA-55352: insufficient privileges for policy administrationCause: The necessary privileges needed to administer
ORA-55352: insufficient privileges for policy administration ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-29882: insufficient privileges to execute indextype ORACLE 报错 故障修复 远程处理

文档解释ORA-29882: insufficient privileges to execute indextypeCause: User does not have privileges to execute the
ORA-29882: insufficient privileges to execute indextype ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-13250: insufficient privileges to modify metadata table entries ORACLE 报错 故障修复 远程处理

文档解释ORA-13250: insufficient privileges to modify metadata table entriesCause: The user requesting the operation does
ORA-13250: insufficient privileges to modify metadata table entries ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-56713: Insufficient Resource Manager privileges ORACLE 报错 故障修复 远程处理

文档解释ORA-56713: Insufficient Resource Manager privilegesCause: An attempt was made to switch the consumer group of a
ORA-56713: Insufficient Resource Manager privileges ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-28081: Insufficient privileges – the command references a redacted object. ORACLE 报错 故障修复

文档解释ORA-28081: Insufficient privileges - the command references a redacted object.Cause: The command referenced a
ORA-28081: Insufficient privileges – the command references a redacted object. ORACLE 报错 故障修复
2023-11-05

ORA-04060: insufficient privileges to execute string ORACLE 报错 故障修复 远程处理

文档解释ORA-04060: insufficient privileges to execute stringCause: Attempt to execute a stored procedure without sufficient
ORA-04060: insufficient privileges to execute string ORACLE 报错 故障修复 远程处理
2023-11-04

ORA-41722: insufficient privileges for database change notification ORACLE 报错 故障修复 远程处理

文档解释ORA-41722: insufficient privileges for database change notificationCause: An attempt was made to use CNFEVENTS
ORA-41722: insufficient privileges for database change notification ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-31087: insufficient privileges to delete schema “string” ORACLE 报错 故障修复 远程处理

文档解释ORA-31087: insufficient privileges to delete schema stringCause: An attempt was made to delete a schema resource
ORA-31087: insufficient privileges to delete schema “string” ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-55336: insufficient privileges for using one or more of the models and rules indexes ORACLE 报错 故

文档解释ORA-55336: insufficient privileges for using one or more of the models and rules indexesCause: An attempt was made
ORA-55336: insufficient privileges for using one or more of the models and rules indexes ORACLE 报错 故
2023-11-05

ORA-23406: insufficient privileges on user “string” ORACLE 报错 故障修复 远程处理

文档解释ORA-23406: insufficient privileges on user stringCause: The caller is not the owner of the materialized view and
ORA-23406: insufficient privileges on user “string” ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-22286: insufficient privileges on file or directory to perform string operation ORACLE 报错 故障修复 远

文档解释ORA-22286: insufficient privileges on file or directory to perform string operationCause: The user does not have
ORA-22286: insufficient privileges on file or directory to perform string operation ORACLE 报错 故障修复 远
2023-11-04

编程热搜

目录