RMAN unregister database from catalog
- Posted by Arjun Raja
- On July 7, 2009
- 0 Comments
1. Go to the database you wish to unregister and get its DBID: system@HERML> select dbid,name from v$database; DBID NAME —————– —————————— 2082566940 HERML 2. Connect to the recovery catalog-owning schema and determine the DB_KEY of the database in the recovery catalog: rman10@RMAN10P> select db_key,dbid,name from rc_database 2 where dbid = 2082566940; DB_KEY DBID NAME […]
Read More