Skip to main content

let me know how to check PSO user ViewAllDatasets define in Database ? its means table name 

 

Hi @ERCEUPENSI !

I guess you want to list all users with the permission ViewAllDatasets allowed? Try the following query against the PSO System Database:
 

select user_id from USER_PERMISSION WHERE permission_id = 'ViewAllDatasets' AND ALLOW = 1


Best regards
Roman


Reply