Oracle Error Message
ORA-14083: cannot drop the only partition of a partitioned table
Reason for the Error
A drop partition command is being executed when there is only one partition in the table
Solution
Ensure that there is at least one partition. Drop table to remove all partitions