Oracle Error ORA-22914: DROP of nested tables not supported

Oracle Error Message

ORA-22914: DROP of nested tables not supported

Reason for the Error

Attempted to DROP a nested table.

Solution

nested tables cannot be explicitly dropped. nested tables can only be dropped by dropping their containing parent table.