我正在尝试根据SODA with JAVA授予SODA_APP角色
但这会在SQL developer中抛出以下错误
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.安装时是否应该添加任何角色?
发布于 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。
https://stackoverflow.com/questions/51395914
复制相似问题