Oracle DBA, How To, Error, Cause and Action

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

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


Cause:


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



Action:


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

No comments:

Post a Comment

Thanks for your comment.