RMAN configuration for S3 bucket storage
Product : Oracle Database 19c Enterprise Edition
Platform: RHEL v7
I have set up an EC2-based oracle instance in AWS and have successfully configured the connection to the S3 bucket storage using the OSB Cloud Module. I can now backup datafiles to this storage. I now would like to backup archive logs.
A test has run successfully to prove the configuration works as in the RMAN command below:
backup device type sbt archivelog all not backed up;
How do I configure RMAN to automate the writing of archive logs to this storage? Ideally, I would like this to occur passively without the use of a scheduled script.