I have about 30 tables in Oracle. Names of the tables have some template format, for example:
DF_D_AUTO, DF_D_PERSON
and so on. So the first part of a table name is always
DF_D_
I would like to clear all these tables. Of course I can clear them manually one by one.
However I would like to know may be someone knows a good fast way using SQL to clear all such tables in one scope.