SYSAUX growing out of control and filled up
Hi
My SYSAUX have grown out of proportion.
I attempted to manually drop via "exec dbms_workload_repository.drop_snapshot_range(low_snap_id => 1, high_snap_id=>&&v_snap_id);" but that backfired when it took 3 days and filled up my UNDO ( 70Gb ) . I had to cancel but had to wait 2 days for rollback while I got snapshot to old errors.
Is there a way to partition the culprit tables and indexes by hand and then drop those partitions or is it better to drop and recreate the SYSAUX via the two scripts in the .../rdbms/admin/
Some articles say I can do do the following ?