DROP ICEBERG TABLE
Purpose
An Oracle-native DDL that drops an Iceberg table in a catalog. The catalog needs to be defined with dbms_catalog.mount_iceberg.
Prerequisites
Semantics
The PURGE option will delete the current metadata file as well as all manifest-list, manifest, and data files associated with the table.
