Oracle 9i- RMAN FAILS [message #70083] |
Tue, 09 April 2002 10:45 |
Murali
Messages: 54 Registered: December 1999
|
Member |
|
|
I tried RMAN form oracle 9i and i got this message. Can anyone help me with this..Thanks in advance.
RMAN-03022: compiling command: resync
RMAN-03023: executing command: resync
RMAN-08002: starting full resync of recovery catalog
RMAN-08004: full resync complete
RMAN-10030: RPC call appears to have failed to start on channel default
RMAN-10036: RPC call ok on channel default
RMAN-03026: error recovery releasing channel resources
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-07005: error during channel cleanup
RMAN-07004: unhandled exception during command execution on channel default
RMAN-10032: unhandled exception during execution of job step 1: ORA-04062: signa
ture of package "SYS.DBMS_BACKUP_RESTORE" has been changed
ORA-06512: at line 28
RMAN-10035: exception raised in RPC: ORA-04062: signature of package "SYS.DBMS_B
ACKUP_RESTORE" has been changed
RMAN-10031: ORA-4062 occurred during call to DBMS_BACKUP_RESTORE.DEVICESTATUS
|
|
|
Re: Oracle 9i- RMAN FAILS [message #70085 is a reply to message #70083] |
Tue, 09 April 2002 11:33 |
Grant
Messages: 578 Registered: January 2002
|
Senior Member |
|
|
You are having compatibility issues.
In general, the rules of RMAN compatibility are as follows:
The RMAN catalog schema version should be greater than or equal to the catalog database version.
The RMAN catalog is backwards compatible with target databases from earlier releases.
The versions of the RMAN executable and the target database should be the same.
See RMAN "Compatibility Matrix" in MetaLink.
|
|
|