Drop a table in Oracle database June 24, 2015 by Mike Delete database table and all data in the table: DROP TABLE table_name PURGE;