with Privilege - Select Any Tables - how to restrict access
Oracle DB - 19.2
We have a 125 TB production database with 32 application schemas. for majority of the developer in our team have "select any tables" privilege. This privilege works well since all developers need or may have to review many tables in many schemas because they work on all projects.
Note: I just tested that with this privilege, user with this priv(select any tables) can not see tables in SYS schema.
is there a way to restrict these user access, so they cannot see one of the schema or few certain tables?
Thank you
Jack.