Database Error Messages

OCI-22914

DROP of nested tables is not supported.

Cause

Attempting to drop a nested table using the DROP TABLE statement.


Action

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