Can you tell me which is the fastest method to copy a table ?

Can I just do a create table as select * from table; will this generate any redo info. The table I'm trying to copy has around 6millions rows.
Or do I do an export ? or do I use a copy command?

Which do you think will be ideal. This is to copy a table within the same database.


Thanks a lot

pst.