This code creates the table:
begin execute immediate 'create table my_table (id number, column_value varchar2(100))'; end; /