Moving partitions

Use alter table ... move partition to move a partition (and its index) to a specified segment. The syntax is:

alter table table_name
move partition partition_name 
to destination_segment_name

where:

See the Reference Manual: Commands.

You must enable select into/bulkcopy to issue alter table ... move partition.