Information
Some tables contain critical information such as password hashes, encrypted passwords, etc. No user other than SYS should have table privileges on these tables.
Unauthorized users with access to these tables can perform actions at the operating system level that bypass normal security controls, potentially leading to data breaches, tampering, or destruction.
Solution
To remediate this recommendation, revoke privileges that are no longer required by executing the following SQL statement.
REVOKE <privilege> ON <table> <directory_name>;