RMAN-06429 TARGET Database is not Compatible with this Version of RMAN [ID 245698.1]
Modified 20-OCT-2010 Type PROBLEM Status PUBLISHED
The information in this article applies to:
RMAN : Target 8.1.7.4.0 - Schema and database catalog 9i.
Symptom(s)
~~~~~~~~~~
When connecting a target 8.1.7.4 and a catalog 9i You receive
the errors:
RMAN-06438: error executing package DBMS_RCVMAN in TARGET database
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============
RMAN-00571: ===========================================================
RMAN-00554: initialization of internal recovery manager package failed
RMAN-06429: TARGET database is not compatible with this version of RMAN
Cause
~~~~~~~
The relevant message in this case is RMAN-06438 because package DBMS_RCVMAN
in target database is invalid.
Fix
~~~~
Recompile package DBMS_RCVMAN as states in the error message :
Error: RMAN 6438
Text: error executing package DBMS_RCVMAN in target database
---------------------------------------------------------------------------
Cause: Recovery Manager requires the DBMS_RCVMAN package in the
SYS schema of the indicated database.
Normally this package is installed during database
creation. To re-create the package, run the files dbmsrman.sql
and prvtrmns.plb.
$ sqlplus sys/<pw>
SQL> @?/rdbms/admin/dbmsrman.sql
@?/rdbms/admin/prvtrmns.plb
No comments:
Post a Comment