create table copy_to as select * from copy_from;
drop user HOGEUSER cascade;
create user HOGEUSER identified by HOGEPASS;
grant CREATE SESSION, CREATE ANY TABLE to HOGEUSER; grant dba to HOGEUSER; --面倒な時