Oracle Error ORA-30739: cannot drop a table that has subtables

Oracle Error Message

ORA-30739: cannot drop a table that has subtables

Reason for the Error

The user tried to drop a table that has subtables defined under it.

Solution

Drop all subtables before trying this operation.