Reclaiming free space without using table space reorganization
We have a database in which most of the query have append hint (e.g. insert /*+ APPEND */ into TableA). Data on this TableA are also being deleted thus leaving free space between used space. My question is, is there a way to recover this free space (in the middle of the tablespace) without using reorganization? This is a big TS (1 TB) and reorganizing it even just monthly is a big task.
Thanks!