SQL> begin
2 execute immediate 'create table a_bak_'||to_char(sysdate, 'yyyymmdd')||' as select * from a';
3 end;
4 /
SQL> begin
2 execute immediate 'create table a_bak_'||to_char(sysdate, 'yyyymmdd')||' as select * from a';
3 end;
4 /