Hi All,
When I remove rows from table, I still have in dba_tables in column num_rows, the number of rows before deletion, that mean the space still occupied
I tried to user the shrink command but still the num_rows is there,
Could anyone provide how can I free space after the deletion so the num_rows should be 0
Thanks