RMAN版本不兼容問題有何好的解決方法?

[复制链接]
查看11 | 回复9 | 2005-7-16 18:49:11 | 显示全部楼层 |阅读模式
RMAN Database:
Oracle 9.2.0.4 for Linux
Target Database:
Oracle 8.1.7.4
回复

使用道具 举报

千问 | 2005-7-16 18:49:11 | 显示全部楼层
将9.2.0.4中的
compatible =8.1.6
试试
回复

使用道具 举报

千问 | 2005-7-16 18:49:11 | 显示全部楼层
$ sqlplus sys/
SQL> @?/rdbms/admin/dbmsrman.sql
@?/rdbms/admin/prvtrmns.plb
回复

使用道具 举报

千问 | 2005-7-16 18:49:11 | 显示全部楼层
xzh2000:具體該如何做丫?
coolyl:按照你的方法試了,還是和原來一樣的錯誤.
回复

使用道具 举报

千问 | 2005-7-16 18:49:11 | 显示全部楼层
用高版本的rman连低版本的
回复

使用道具 举报

千问 | 2005-7-16 18:49:11 | 显示全部楼层
本來就是用高版本連低版本丫!
報的就是上面的錯誤.
回复

使用道具 举报

千问 | 2005-7-16 18:49:11 | 显示全部楼层
不应该啊,你在哪里执行的我说的脚本?catalog那边还是target?
回复

使用道具 举报

千问 | 2005-7-16 18:49:11 | 显示全部楼层
兩邊都試過了!
麻煩你了!
回复

使用道具 举报

千问 | 2005-7-16 18:49:11 | 显示全部楼层
不過我先試的是catalog這邊(高版本).
回复

使用道具 举报

千问 | 2005-7-16 18:49:11 | 显示全部楼层
转自metalink:
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 9iYou 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/
SQL> @?/rdbms/admin/dbmsrman.sql
@?/rdbms/admin/prvtrmns.plb
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行