SELECT_CATALOG_ROLE or SELECT ANY DICTIONARY
Oracle 19c
some of the developer would like to run queries against gv$session or gv$process and review dba tables to figure out table name in various schemas, etc.
is there any risk or harm in granting either one of the privileges, SELECT_CATALOG_ROLE or SELECT ANY DICTIONARY?
Thank you