if b  not exist then you can do:
 create table b as select * from a;
很多需要转化的表?
还是需要写一个过程。建立一个表,里面存放需要进行转的表。
过程里面使用游标循环,动态拼sql,执行即可。