Search notes:

Oracle SQL: DROP TABLESPACE

By default, drop tablespace does not remove the associated data files in the filesystem.
In order to remove them as well, the including contents and datafiles clause must be used.

See also

The SQL noun tablespace.

Index