Online table reorg will not reduce the space consumed by the database at the file system level as it will not reduce the size of the datafiles.
In order to reclaim the space used by the database you will need to do database reorganization.
You will need to export the tablespace
Drop the tablespace
Recreate the tablespace
Import the tablespace dump.
Regards
RB