if you want to use the same tablespace as the tablespace used by your source table you may use exchange partition.

If your target partition should be on a different tablespace or if you want to use different storage parameters you may either do an
an alter table move and an exchange partition
or
an insert append