首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >SODA oracle 12,授予SODA_APP

SODA oracle 12,授予SODA_APP
EN

Stack Overflow用户
提问于 2018-07-18 15:22:13
回答 1查看 412关注 0票数 1

我正在尝试根据SODA with JAVA授予SODA_APP角色

但这会在SQL developer中抛出以下错误

代码语言:javascript
复制
grant SODA_APP to IM_SIGIL_USR
Error report -
ORA-01924: role 'SODA_APP' not granted or does not exist
01924. 00000 -  "role '%s' not granted or does not exist"
*Cause:    Either the role was not granted to the user, or the role did not 
exist.
*Action:   Create the role or grant the role to the user and retry
 the operation.

安装时是否应该添加任何角色?

EN

回答 1

Stack Overflow用户

发布于 2018-07-28 11:59:44

您使用的是哪个版本?如果你使用的是12.1.0.2,你需要安装补丁20885778:https://support.oracle.com/rs?type=patch&id=20885778。这将使SODA_APP角色可用。

在后续版本12.2.0.1和更高版本中,这不是必需的,并且SODA可以开箱即用,因此您应该能够在不安装任何东西的情况下授予SODA_APP。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/51395914

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档