Fulltext results:
- Oracle: Recovery Manager
- === Delete all archive logs but keep the last 45 days: <code sql> DELETE ARCHIVELOG ALL COMPLETED BEFO... 45'; </code> To remove archive logs older than 3 days without prompting, e.g. via cron, after backup ru... could be (deleting all logs except the last three days): <code bash> #!/bin/bash . ${HOME}/.profile