Oracle 11g.
Linux
I am trying to block a set of tables from some internal users. Mostly PHI data.
Select, Update everything.
The way I did in MS SQL was create a Role with Deny security to these tables. Then assign users to the role.
Any simple way to do it in Oracle?
Appreciate the help.