Oracle® Database Recovery Manager Reference 10g Release 1 (10.1) Part Number B10770-02 |
|
|
View PDF |
This section contains these topics:
The following table describes the components of an RMAN environment. Each component has a release number associated with it.
For example, you can use a release 9.0.1 RMAN client with:
To determine the current release of the catalog schema, you must run a SQL query.
% sqlplus rman/rman@catdb
rcver
catalog table. For example, run this query:
SQL> SELECT * FROM rcver; VERSION ------------ 08.01.05 09.00.01
If multiple versions are listed, then the last row is the current version, and the rows before it are prior versions. In the preceding example, the current catalog schema version is 09.00.01 and the previous version was 08.01.05.
In general, the rules of RMAN compatibility are as follows:
Table B-1 shows version requirements for RMAN components. Note the following conventions when interpreting this table:
When using an older version of the RMAN client with a newer version of the database, you do not get the features of the newer version. For example, when using the Oracle9i RMAN client to back up an Oracle Release 10g database, you will not have access to features like the flash recovery area, flashback database, TSPITR with an RMAN-managed auxiliary instance, or recovery through resetlogs.
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 10.1.0 catalog schema for all target databases.
The solution for this combination of target databases is to do the following: