My Oracle 9i database is organized in "ArchiveLog" mode. I am trying to recover space because the virtual machine on which this base is installed has been badly sized, and it is reaching saturation. I have executed the command under RMAN:
DELETE ARCHIVELOG ALL COMPLETED BEFORE 'SYSDATE-100';
But I have the impression that this is not enough, what should I do in addition to free up more storage resources on the machine? The virtual machine can't be increased in size, I have to settle for performing database operations only.