The backups of Oracle databases can be cataloged with Oracle Recovery Manager (RMAN) to store the backup information in Oracle RMAN repository. These cataloged backups can be used later for block-level restore or tablespace point-in-time recovery operations. When you do not need these cataloged backups, you can remove the catalog information.
By default, the target database control file is used for cataloging. If you want to add external catalog database, you can configure it by specifying the Run As credential and Transparent Network Substrate (TNS) name of the external catalog using the Database Settings wizard from the SnapCenter GUI. You can also configure the external catalog database from the CLI by running the Configure-SmOracleDatabase command with -OracleRmanCatalogRunAsName and -OracleRmanCatalogTnsName options.
If you enabled the cataloging option while creating an Oracle backup policy from the SnapCenter graphical user interface (GUI), the backups are cataloged using Oracle RMAN as part of the backup operation. You can also perform deferred cataloging of backups by running the Catalog-SmBackupWithOracleRMAN command. After cataloging the backups, you can run the Get-SmBackupDetails command to obtain the cataloged backup information such as tag for cataloged datafiles, control file catalog path, and cataloged archive log locations.
You can perform crosschecks to update outdated RMAN repository information about backups whose repository records do not match their physical status. For example, if a user removes archived logs from disk with an operating system command, the control file still indicates that the logs are on disk, when in fact they are not. The crosscheck operation helps to update control file with the information. You can enable crosscheck by running the Set-SmConfigSettings command and assigning the value TRUE to ENABLE_CROSSCHECK parameter. The default value is set to FALSE. sccli Set-SmConfigSettings -ConfigSettingsType Plugin -PluginCode SCO -ConfigSettings "KEY=ENABLE_CROSSCHECK, VALUE=TRUE"