RMAN を使用して、バックアップ カタログなしで Oracle データベースをバックアップしようとしています。ターゲット データベースに接続しようとすると、RMAN のバージョンがデータベースのバージョンと互換性がないというエラー メッセージが表示されます。RMAN のバージョンが 11.2.0.1 で、データベースのバージョンが 11.2.0.3 であるため、これは奇妙に思えますが、RMAN エラーは、RMAN 8.0.4.0 から 11.1.0.7 を使用する必要があることを示しています。データベースがバージョン 11.2.0.3 としてレポートする必要があるのに、バージョン 11.1.0.7 を RMAN にレポートするのはなぜですか?
C:\>rman
Recovery Manager: Release 11.2.0.1.0 - Production on Tue May 24 09:48:07 2016
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
RMAN> connect target SYS/oracle@tnsname
Recovery Manager incompatible with TARGET database: RMAN 8.0.4.0 to 11.1.0.7 req
uired
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-06429: TARGET database is not compatible with this version of RMAN
RMAN> exit
Recovery Manager complete.
C:\>sqlplus SYS/oracle@tnsname
SQL*Plus: Release 11.2.0.1.0 Production on Tue May 24 09:49:24 2016
Copyright (c) 1982, 2010, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> select * from v$version;
BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - Production
PL/SQL Release 11.2.0.3.0 - Production
CORE 11.2.0.3.0 Production
TNS for 32-bit Windows: Version 11.2.0.3.0 - Production
NLSRTL Version 11.2.0.3.0 - Production
SQL>