Oracle Solution for Error ora-22914

Solution for Oracle Error ORA-22914

ORA-22914: DROP of nested tables not supported

What triggered the Error:

tempted to DROP a nested table.

What should we do to fix it:

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