we have a Oracle 9i db as rman catalog.
We have several Oracle version DBs (8i,9i and10g). I want to backup them using the same rman catalog.
I create rman catalog using 10g scripts.
I'm getting error when i try to connect to the catalog using as a target the oracle 8i database.
Recovery Manager: Release 10.2.0.1.0 - Production on Fri Oct 30 09:56:53 2009
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Recovery Manager incompatible with TARGET database: RMAN 8.0.4.0 to 8.1.6.0 required
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
Recovery Manager: Release 10.2.0.1.0 - Production on Fri Oct 30 09:56:53 2009
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Recovery Manager incompatible with TARGET database: RMAN 8.0.4.0 to 8.1.6.0 required
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
Check out rman compatibility matrix
Metalink Note : 73431.1
Bookmarks