One of the columns of a table stores BLOB data in a separate tablespace. We have moved the data from BLOB column to file server. Now, I want to coalesce the free space previously occupied by BLOBs in tablespace and release the free space to OS.

Is it possible to do it? If yes, how?