Even though I am an admin ROLES tables not showing up security_admin role to add myself to elevate privileges. What might be the issue?

Pavan Dev
Tera Contributor

Even though I am an admin ROLES tables not showing up security_admin role to add myself to elevate privileges. What might be the issue?

1 ACCEPTED SOLUTION

Its a read ACL on sys_user_role table. If you search it by name in ACL table, you will find it. But you can't modify it. Admins can't modify ACL also it's Admin Override is false.


Please mark this response as correct or helpful if it assisted you with your question.

View solution in original post

6 REPLIES 6

Its a read ACL on sys_user_role table. If you search it by name in ACL table, you will find it. But you can't modify it. Admins can't modify ACL also it's Admin Override is false.


Please mark this response as correct or helpful if it assisted you with your question.

Pavan Dev
Tera Contributor

Thanks Sanjiv.