cold backup shutdown database via OEM
We run one Oracle 12.1 DB RACONE DB in non-archive log mode and we need to run a cold backup every Saturday. I have the rman job in OEM performing the backup. I simply put in the following.
shutdown immediate;
startup mount;
Then I run the backup. Well, I was getting all kinds of errors from OEM. I managed to schedule a blackout before the job runs to limit all but one. We have OEM monitoring the system and it seems that an alert gets thrown in the alert log of
[CRSD(182330)]CRS-2769: Unable to failover resource 'ora.mydb.my_pdb.svc'. See /u01/app/oracle/diag/crs/myhost/crs/trace/alert.log for details.