RMAN Catalog
Check
Check
Identify which instance backups use the Recovery Catalog
Identify which instance backups use the Recovery Catalog
Connect to the Recovery Catalog user and run this SQL...
SELECT db_id, reg_db_unique_name
FROM db
ORDER BY reg_db_unique_name;
Bibliography
Bibliography
https://docs.oracle.com/en/database/oracle/oracle-database/19/rcmrf/rman-compatibility.html#GUID-7D5B70B1-D585-4C89-9080-E2FFC355FD8F https://docs.oracle.com/cd/E11882_01/backup.112/e10642/rcmcatdb.htm#BRADV89676https://docs.oracle.com/cd/B28359_01/backup.111/b28273/rcviews018.htm#RCMRF169http://oramrmessin.blogspot.com/2008/02/rman-backup-using-wallet-for.htmlhttps://gavinsoorma.com/2009/06/query-the-rman-catalog-to-check-backup-status/