Hi,
Lot of ways.
1. Write a plsql procedure to read from one table to write to another.
2. Export from source table to a flat file and use sqlloader to load it into target table.
3. Use a tool like TOAD to create sql statements from the source table, modify the result by changing the name of the table and execute it.
Hope this helps