Answers for "oracle free up space in tablespace"

SQL
0

oracle free up space in tablespace

ALTER TABLE my_table ENABLE ROW MOVEMENT;
ALTER TABLE my_table SHRINK SPACE;
Posted by: Guest on February-04-2022

Code answers related to "SQL"

Browse Popular Code Answers by Language