In an environment where Oracle is used as the Task Persistence database, the "Cleanup Submitted Tasks" process runs successfully without any issues, but no disk space is freed up afterward.
Identity Manager: 14.4, 14.5
Oracle DB as Task Persistence repository.
In Oracle, deleting rows from a table won't automatically release any disk space.
Please perform a full backup before running any queries against your DB.
To free up disk space, run the Shrink command below.
--Shrink a LOB segment:
ALTER TABLE OBJECT12_5 MODIFY LOB (OBJECT) (SHRINK SPACE);
--Recover space:
ALTER TABLE OBJECT12_5 shrink space;
In case you have any problem with Cleanup Submitted Tasks while removing old data, see the Technical document below: