Hi,
I just wonder how to make sure of privileges granted to a user:
As a common rule on our site Users are granted on "all" (the whole Database objects) via Roles, including DELETE privilege.
I want to revoke DELETE privilege on some critical tables with a "REVOKE DELETE on databasename.HUGETABLE to USERNAME"
Revoke command is accepted, but DELETE right is always active and "All" privilege remains the only line displayed.
The matter is how to REVOKE a privilege in this case and how to state that DELETE is actually revoked or not ?
Thanks for help,
Pierre
PS: i tried to create a new subject, infortunately i couldn't so i come in addition on this subject
↧