Hi,
Usually, tablespace are shrinked as follow:
1) Move segments from Source tablespace to Target tablespace.
2) Shrink datafile(s) from Source tablespace.
3) Move (re-move) segments from Target tablespace to Source tablespace.
With the last step, segments are "cleanly" ordered in the Source tablespace.
Is it possible to get the same result by to using a Target tablespace but instead moving the segments in the Source tablespace?
Thanks and Regards