Month: June 2020

Interesting case with ORA-00245

Today I was checking a new configured RMAN backup job on an ODG standby server in an ODA (X7-2-HA) RAC environment and noticed there was a failure (see below error messages) when doing the autobackup of controlfile and spfile. RMAN-03009: failure of Control File and SPFILE Autobackup command on ORA_DISK_1 channel at 06/23/2020 13:54:27ORA-00245: control … Continue reading Interesting case with ORA-00245

Advertisement

RMAN doesn’t mark control file/spfile backup obsolete with retention policy set to redundancy

With RMAN configure controlfile autobackup set to ON, RMAN automatically creates a control file and an SPFILE backup after you run the BACKUP or COPY commands. If you have a daily backup task, you will see autobackup of control file and spfile created every day after your main backup. That is good, huh! They are … Continue reading RMAN doesn’t mark control file/spfile backup obsolete with retention policy set to redundancy

Things to note in Oracle Initialization Parameter Files

When an Oracle instance starts, it reads initialization parameters from an initialization parameter file. For any initialization parameters not specifically included in the initialization parameter file, the database supplies defaults. The initialization parameter file can be either a read-only text file, or a read/write binary file. The binary file is called a server parameter file. … Continue reading Things to note in Oracle Initialization Parameter Files