Database Error Messages

DIA-52570

Object object_owner.object_name has a column with unsupported data type data_type for data grants
  • object_owner: The object owner.
  • object_name: The object name.
  • data_type: The unsupported column data type.

Cause

An attempt was made to create or replace a data grant on an object that includes a column of an unsupported data type, such as JSON, XMLTYPE, LONG, or LONG RAW.


Action

Exclude columns with unsupported data types from the data grant and retry the operation.