1)
Code:
Select 
  Count(Distinct Substr(Rowid, 1, 15))*{Block_Size}/1024/1024 "Table Size in MB" 
from 
  {Table_Name}
;
2) Move.