https://docs.oracle.com/cd/F19136_01/sqlrf/PURGE.html
drop table tab1 purge;
create table tab1(col1 int);
drop table tab1;
show parameter recyclebin
show recyclebin;
purge recyclebin;
https://docs.oracle.com/cd/F19136_01/sqlrf/PURGE.html
drop table tab1 purge;
create table tab1(col1 int);
drop table tab1;
show parameter recyclebin
show recyclebin;
purge recyclebin;