Skip Headers

Oracle9i Recovery Manager Reference
Release 2 (9.2)

Part Number A96565-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to next page

B
RMAN Compatibility

This section contains these topics:

About RMAN Compatibility

The RMAN environment can contain the following components:

Each component has a release number. For example, you can use a release 9.0.1 RMAN executable with:

RMAN Compatibility Matrix

In general, the rules of RMAN compatibility are as follows:

Table B-1 shows version requirements for RMAN components.

Table B-1 RMAN Compatibility Table
Target/Auxiliary Database RMAN Executable Catalog Database Catalog Schema

8.0.3

8.0.3

>=8.x

8.0.3

8.0.4

8.0.4

>=8.x

>= 8.0.4, see "Note 2: 8.1 or Later Catalog Schemas and 8.0.4 or 8.0.5 RMAN Executables"

8.0.5

8.0.5

>=8.x

>= 8.0.5, see "Note 2: 8.1 or Later Catalog Schemas and 8.0.4 or 8.0.5 RMAN Executables"

8.0.6

8.0.6

>=8.x

8.0.6

8.0.6

8.0.6

>=8.1.x

>= 8.1.x

8.1.5

8.1.5

>=8.1.x

>= 8.1.5

8.1.6

8.0.6.1

>=8.x

8.0.6

8.1.6

8.0.6.1

>=8.1.x

>= 8.1.x

8.1.6

8.1.5

>=8.1.x

>= RMAN executable

8.1.6

8.1.6

>=8.1.x

>= RMAN executable

8.1.7

8.0.6.1

>=8.x

8.0.6

8.1.7

8.0.6.1

>=8.1.x

>=8.1.x

8.1.7

8.1.x

>=8.1.x

>= RMAN executable

9.0.1

9.0.1

>=8.1.x

>= RMAN executable

9.2.0

>=9.0.3

>=8.1.x

>= RMAN executable

Note 1: 8.1 or Later Catalog Schemas in 8.0 Catalog Databases

RMAN cannot create release 8.1 or later catalog schemas in 8.0 catalog databases.

Note 2: 8.1 or Later Catalog Schemas and 8.0.4 or 8.0.5 RMAN Executables

You cannot use an 8.0.4 or 8.0.5 RMAN executable with a release 8.1 or later recovery catalog schema.

Note 3: 8.1.6 Catalog Schema and Pre-8.1.6 RMAN Executable

Using a pre-8.1.6 release of the RMAN executable with recovery catalog schema of release 8.1.6 (newly created by 8.1.6 RMAN executable with the CREATE CATALOG command) requires the following update at the catalog database:

SQL> UPDATE CONFIG SET VALUE='080004' WHERE NAME='COMPATIBLE';

RMAN Compatibility: Scenario

Assume that you maintain a production databases of the following releases:

You want to record metadata about these databases in a single recovery catalog database. According to Table B-1, you can use a single 9.2.0 recovery catalog database with a 9.2.0 catalog schema for all but the 8.0.3, 8.0.4, and 8.0.5 target databases. The 8.0.3 target database requires an 8.0.3 catalog schema. "Note 2: 8.1 or Later Catalog Schemas and 8.0.4 or 8.0.5 RMAN Executables" indicates that in general 8.0.4 and 8.0.5 target databases should not use the 9.2.0 catalog schema.

RMAN permits you to create multiple catalog schemas in a single catalog database. Hence, the solution illustrated in Table B-2 is to do the following:


Go to previous page Go to next page
Oracle
Copyright © 1996, 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback