let me know how to check PSO user ViewAllDatasets define in Database ? its means table name
let me know how to check PSO user ViewAllDatasets define in Database ? its means table name
Hi
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.