alter tablespace begin backup after RMAN backup
Hi everyone,
Oracle 19.3.0.0.0/Windows 2016
I recently configured ARCHIVELOG mode and set up a nightly RMAN backup (database plus archive logs), and have noticed several hours later there are entries in the Alert Log referencing "ALTER TABLESPACE BEGIN/END BACKUP" for all tablespaces.
Where could this be coming from? The RMAN backup is configured via batch script and simply calls:
backup database plus archivelog;
Any ideas?