Skip to main content
Question

how to check PSO user dataset define

  • 5 June 2024
  • 1 reply
  • 10 views

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

 

1 reply

Userlevel 7
Badge +24

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