cancel
Showing results for 
Search instead for 
Did you mean: 

Error while granting role to user using procedure

Former Member
0 Kudos

Hi,

Facing issue while granting role to current user

call "_SYS_REPO"."GRANT_ACTIVATED_ROLE"('"TestXSProject.data::sridharrole"','SYSTEM');

Error: can only grant  activated roles.

But the role is active. otherwise please let me know, how to check whether the role is active or not.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

'"TestXSProject.data::sridharrole"'

why do you combine ' and " here?

I suggest to use only one..

Answers (0)