ORA-14083: cannot drop the only partition of a partitioned table
What triggered the Error:
A drop partition command is being executed when there is only one partition in the tableWhat should we do to fix it:
Ensure that there is at least one partition. Drop table to remove all partitions