4.5.3 Ensure 'ALL' Is Revoked from Unauthorized 'GRANTEE' on 'LINK$'
Information
As permitting non-privileged users to manipulate or view the SYS.LINK$ table can allow capture of password information and/or corrupt the primary database linkages, this capability should be restricted according to the needs of the organization.
Solution
To remediate this setting execute the following SQL statement. REVOKE ALL ON LINK$ FROM <grantee>;