Recovery Catalog

How will you find-out if your database is using recovery catalog or not?

Questions by santisofttuch

Showing Answers 1 - 4 of 4 Answers

There are few ways through which you would find if your database uses recovery catalog:

Check backup scripts and findout if the scripts are making any connection to a recovery catalog.
Check tnsnames.ora file to see if there is any reference to a database on remote server.
Query RC_DATABASE to get information registered with recovery catalog.

  Was this answer useful?  Yes

Ram

  • Jun 20th, 2012
 

Querying views like rc_database in each catalog will identify the target database it is registered with.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions