Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8456

Re: authorizations trace in SAP HANA

$
0
0

Hi,

 

I guess there is no such equivalent but we can find what authorizations an USER has by querying the table "SYS"."GRANTED_PRIVILEGES" .

 

You can query by Object type,Schema Name, Grantee, etc.

 

In order to find privileges for a particular user, the query will be

 

select * from "SYS"."GRANTED_PRIVILEGES"

where GRANTEE = 'user_name'

 

 

Regards

Raj


Viewing all articles
Browse latest Browse all 8456

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>