reorganization tables
I have a database running on 11.1.0.7, I have about 100GB size of free space in a tablespace, due to the higly fragmented space within the tablespace, i can't reduce the size - size in use merely around 50GB.
I will be using "alter table move" to reorg the tables, if I doing this i know i have to rebuild all the indexes, what about constraints and triggers? anything will happen to constraints and triggers? is trigger will be fire during move? would it become invalid after move?
Any other things that i would need to be aware of / take cautious?