RMAN backup database plus archivelog format does not backup everything on the designated directory
I'm on a RAC. I have a database 12.1.
For backups I issue the command:
backup database plus archivelog format '/os_dir/%U' delete all input;
I noticed that all the archive logs are backed up under '/os_dir'.
I noticed that all the database backupsets are backed up under +RECO.
Whys is this happening?
Thank you