You run the following command to create a whole database backup: RMAN< backup as copy database spfile plus archivelog delete input; What does the DELETE INPUT clause do?
After the backup completes, RMAN deletes the archived log files from the flash recovery area and any other archived log file destinations.Correct