Views

How do I check for connectivity between the RMAN target and RMAN catalog database?

This Wiki is brought to you by Backup Central, where you can find the Mr. Backup Blog, Forums, and a mailing list for each forum!

Backup FAQs Service Providers Backup Software Backup Hardware Backup Book Wiki Free Stuff Miscellaneous


Assuming that TNS naming has already been setup, use tnsping to check that it is actually configured correctly. With some versions of Oracle, tns naming is particularly difficult to setup, and doesn't work as expected without manually modifications of the listener.ora and tnsnames.ora.

If tnsping can't ping both systems, from both systems (ie 4 tests), rman won't work properly.

--dg