Information
As permitting non-privileged users the authorization to manipulate the records in the SYS.USER_HISTORY$ table can allow distortion of the audit trail, potentially hiding unauthorized data confidentiality attacks or integrity changes, 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 USER_HISTORY$ FROM <grantee>;