Error: ORA - 47410: Realm violation for GRANT on SOME ROLE

隐身守侯 提交于 2019-12-11 15:14:18

问题


I have created a function (CREATINGUSER) in a schema (OWNER) with the scope, among others, of creating users and also granting specific rights (for example CONNECT, etc.). I have another schema (SLAVE) which has execute right to OWNER.CREATINGUSER. If I call OWNER.CREATINGUSER from SLAVE, I'm getting some error for role granting

ORA -47410: Realm violation for GRANT on ROLENAME

. Moreover if I call OWNER.CREATINGUSER from OWNER everything runs smoothly. Please help me with some advice on how to deal with the above mentioned problem.

Sincerely,

来源:https://stackoverflow.com/questions/47309164/error-ora-47410-realm-violation-for-grant-on-some-role

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!