Oracle Error Message
ORA-14269: cannot exchange partition other than a Range,List,System, or Hash partition
Reason for the Error
User attempt to exchange a partition with a non-partitioned table but the specified partition is not a Range,List,System, or Hash partition which is illegal
Solution
Specify EXCHANGE PARTITION for a Range,List,System, or Hash partition only