cancel
Showing results for 
Search instead for 
Did you mean: 

SUIM for SAP HANA

Former Member
0 Kudos

Is there a user management query tool in HANA where I can check what roles, schemas, priviliges users are granted ?

Accepted Solutions (1)

Accepted Solutions (1)

former_member187175
Participant
0 Kudos

Hi Rahul,

does the EFFECTIVE_PRIVILEGES system view fit your needs? It is documented in the SAP HANA Security guide.

e.g. SELECT * FROM "SYS"."EFFECTIVE_PRIVILEGES" where USER_NAME = 'RAHUL';

Former Member
0 Kudos

Thank you. the SQL script works. what is the same for Role name ? I entered ROLE_NAME= xxx and it gave me an incorrect value. also if I need to check who has access to the priviliges what is the script for that ?

former_member187175
Participant
0 Kudos

There is EFFECTIVE_ROLES, but I think the where clause always needs username.

Former Member
0 Kudos

thank you. your answer helps. if I have a analytic view or a calculation view how do i know who has access to this specific view ? is there a view or a table for this ?

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Rahul,

you can check the info under Security in HANA studio navigator pane.