Oracle Error ORA-12415: A column of another datatype exists on the specified table

Oracle Error Message

ORA-12415: A column of another datatype exists on the specified table

Reason for the Error

The datatype of the column present in the table is different from the datatype set for the policy column.

Solution

Drop the column on the table or change the datatype for policy column.