Oracle populate a table with an IDENTITY column

If you populate statement with giving date only, seq_num will be generate automatic.

insert into t1 (dt) 
select dt from dt