Hi,

I have large fragment on our LMT tablespace (after DMT -> LMT). Because of this, it slows down the performance. What is the best way to tackle this issue? Can I just:

1) create new temporary tablespace
2) move out data to temp tablespace
3) drop old tablespace
4) recreate old tablespace
5) move back in from temp tablespace

What do you think? Thanks