How to reclaim free space on SYSAUX and shrink tablespace?
The SYSAUX tablespace needs to be defragmented due to plenty of free spaces(95%)
Tried
1. shrink tablespace to smaller size and had ORA-03297 error.
2. created new tablespace, moved the objects on the end of segment to new tablespace, then moved them back to SYSAUX. The shrink still can't work.
Could you suggest convenient way to defragment SYSAUX and reclaim the space, then shrink the tablespace?