Database Error Messages

ORA-30411

Partition collision occurred because of a data type conversion error.

Cause

There was an attempt to create an Oracle external table partition from a Hive table partition with a partition key value identical to that of an existing partition. The Hive table partition key was of type decimal, but the Oracle table partition key was of type NUMBER(10, 0).


Action

None