Page 1 of 1

RMAN with different database version

Posted: Mon Jan 28, 2008 7:32 am
by faisal.iqbal.sheikh
Dear Member

Can i connect with RMAN to different target databases version.

Regards,
Faisal Iqbal

Posted: Mon Jan 28, 2008 11:44 pm
by amirtai
Hi

The compatibility level of the recovery catalog is determined by a parameter that is stored in the catalog itself. It specifies the minimum acceptable release of the RMAN executable that can function with the catalog. For example, if the recovery catalog compatibility is set to 8.1.4, then only an RMAN executable of release 8.1.4 or later can connect to the catalog.

If you want to specify that this recovery catalog can only function with an 8.1.6 or later release of RMAN, then issue the following:

RMAN> configure compatible = 8.1.6;

Hope that would be helpfull.

Thanks
Amir

Posted: Fri Oct 03, 2008 3:55 am
by sagisunbluez
Hi,

Can we create multiple catalogs for instance located on different operating system.

Regards

Sagi