Oracle9i Recovery Manager Reference Release 2 (9.2) Part Number A96565-01 |
|
This section contains these topics:
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:
In general, the rules of RMAN compatibility are as follows:
Table B-1 shows version requirements for RMAN components.
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 |
RMAN cannot create release 8.1 or later catalog schemas in 8.0 catalog databases.
You cannot use an 8.0.4 or 8.0.5 RMAN executable with a release 8.1 or later recovery catalog schema.
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';
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:
Target Database | Catalog Schema |
---|---|
8.0.3 |
8.0.3 |
8.0.4 |
8.0.5 |
8.0.5 |
8.0.5 |
8.0.6 |
9.2.0 |
8.1.5 |
9.2.0 |
8.1.6 |
9.2.0 |
8.1.7 |
9.2.0 |
9.0.1 |
9.2.0 |
9.2.0 |
9.2.0 |
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|