Have you ever searched for unnecessary granted privileges in your database? To find these, you need to know 1. The granted privileges 2. How many of the granted privileges have been used. This task may be easy if there are only one or two objects available in your database and one or two roles and/or users you need to check for privilege. But if the database is marginally big and either the number of objects or number of database roles or/and users are high, then this exercise is going to be hectic and time consuming.
↧