ORA-14149
Table is not in a partially dropped state.
Cause
An attempt is being made to execute DROP TABLE table PARTIAL ONLY on a table that is not in a partially dropped state.
Action
This is not supported. To drop the table, execute DROP TABLE without the PARTIAL ONLY option.