Oracle® Database Backup and Recovery Reference 11g Release 2 (11.2) Part Number E10643-06 |
|
|
PDF · Mobi · ePub |
To determine the current release of the catalog schema, you must run a SQL query.
Use SQL*Plus to connect to the recovery catalog database as the catalog owner. For example, enter:
% sqlplus rman@catdb
Query the rcver
catalog table. For example, run this query:
SQL> SELECT * FROM rcver; VERSION ------------ 09.00.01.00 10.02.01.00 11.01.00.03
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 recovery catalog schema version is 11.1 and the previous version was 10.2.
For releases 10.2 and later, the last two digits in the rcver
output indicate patch level. For earlier releases, they are always zeros.