Corrected GRANT of Column Permissions for non-DBA Users with Table Grant Permissions
A GRANT of column-level UPDATE or REFERENCES permissions failed unexpectedly for a non-DBA user who had table-level grant permission. The logic has been modified so that this operation is allowed if table-level permissions are sufficient for GRANT.