We're using an Oracle database with ST_geometry and have noticed that the LOB associated with our subnet line is growing dramatically — it's currently sitting at 83 GB.

We attempted to use the new Prune Branch History tool to remove records older than 6 months and also tried pruning records older than 2 weeks. However, we didn’t observe any reduction in memory usage.
Has anyone encountered similar behavior or have suggestions on how to clean this up? We're particularly interested in:
- Whether LOBs are retained even after pruning
- If there's a recommended way to compact or purge unused LOB data
- Any Oracle-specific settings or cleanup routines that might help
Any insights or experiences would be greatly appreciated!