Database Error Messages

DIA-52568

An invalid column "column_name" is being specified as part of data grant for "object_name" object.
  • column_name: The name of the invalid column.
  • object_name: The name of the database object for which the invalid column was specified.

Cause

An invalid column is being specified as part of the data grant for this object. The column name must be a valid column name for the object.


Action

Contact your database administrator. The DBA will need to review the existing data grants in DBA_DATA_GRANTS for the invalid column information.